]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
vfs: perform a more racy check in vfs_notify_upper
[FreeBSD/FreeBSD.git] / sys / vm /
2019-11-20 Jeff RobersonWhen we set OFFPAGE to limit fragmentation we should...
2019-11-20 Jeff RobersonOnly keep anonymous objects on shadow lists. This...
2019-11-19 Jeff RobersonRemove unnecessary object locking from the vnode pager...
2019-11-19 Jeff RobersonSimplify anonymous memory handling with an OBJ_ANON...
2019-11-19 Doug MooreDrop the extra argument from swp_pager_meta_ctl and...
2019-11-18 Mark JohnstonGroup per-domain reservation data in the same structure.
2019-11-18 Mark JohnstonWiden the vm_page aflags field to 16 bits.
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-17 Doug MooreAdd a helper function for testing a swap block and...
2019-11-17 Konstantin BelousovAdd elf image flag to disable stack gap.
2019-11-17 Doug MooreThe loop in vm_map_protect that verifies that all trans...
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-13 Doug MooreDefine wrapper functions vm_map_entry_{succ,pred} to...
2019-11-11 Doug Mooreswap_pager_meta_free() frees allocated blocks in a...
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-10 Konstantin BelousovInclude cache zones into zone_foreach() where appropriate.
2019-11-09 Doug MooreFor vm_map, #defining DIAGNOSTIC to turn on full assert...
2019-11-07 Mark JohnstonDrop Giant before sleeping on a busy page.
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-06 Mark JohnstonFix a race in release_page().
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-05 Konstantin BelousovSwitch cache zones from early counters to real implemen...
2019-11-03 Cy SchubertMFV r354257:
2019-10-30 Konstantin Belousovvm_page_wire_mapped: explain why failure does not affec...
2019-10-29 Jeff RobersonReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-29 Jeff RobersonUse atomics and a shared object lock to protect the...
2019-10-29 Jeff RobersonDrop the object lock earlier in fault and don't relock...
2019-10-25 Gleb SmirnoffAdd couple more assertions to vm_pager_assert_in()...
2019-10-24 Andrew GallatinAdd a tunable to set the pgcache zone's maxcache
2019-10-23 Mark JohnstonModify release_page() to handle a missing fault page.
2019-10-23 Mark JohnstonCheck for bogus_page in vnode_pager_generic_getpages_do...
2019-10-23 Mark JohnstonVerify identity after checking for WAITFAIL in vm_page_...
2019-10-23 Konstantin BelousovAssert that vm_fault_lock_vnode() returns locked saved...
2019-10-22 Konstantin BelousovAssert that vnode_pager_setsize() is called with the...
2019-10-22 Konstantin BelousovAdd VV_VMSIZEVNLOCK flag.
2019-10-22 Konstantin Belousovvm_fault(): extract code to lock the vnode into a helpe...
2019-10-22 Mark JohnstonAvoid reloading bucket pointers in uma_vm_zone_stats().
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-18 Mark JohnstonFurther constrain the use of per-CPU caches for free...
2019-10-18 Mark JohnstonApply mapping protections to preloaded kernel modules...
2019-10-17 Konstantin Belousovswapon_check_swzone(): use already calculated static...
2019-10-16 Mark JohnstonRemove page locking from pmap_mincore().
2019-10-16 Mark JohnstonCorrect the range boundaries used by kern_mincore().
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-15 Jeff Roberson(5/6) Move the VPO_NOSYNC to PGA_NOSYNC to eliminate...
2019-10-15 Jeff Roberson(4/6) Protect page valid with the busy lock.
2019-10-15 Jeff Roberson(3/6) Add a shared object busy synchronization mechanis...
2019-10-15 Jeff Roberson(2/6) Don't release xbusy in vm_page_remove(), defer...
2019-10-15 Jeff Roberson(1/6) Replace busy checks with acquires where it is...
2019-10-14 Doug MooreCorrect a transcription error that broke GENERIC introd...
2019-10-14 Doug MooreMove the definition of _vm_map_assert_consistent so...
2019-10-14 Leandro Lupori[PPC64] Initial kernel minidump implementation
2019-10-13 Konstantin BelousovRestore nofaulting operations after r352807
2019-10-11 Conrad MeyerFix braino in r353429
2019-10-11 Conrad Meyerddb: Add CSV option, sorting to 'show (malloc|uma)'
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-08 Doug MooreDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-07 Mark JohnstonAssert that the PGA_{WRITEABLE,EXECUTABLE} flags do...
2019-10-07 Mateusz Guzikvm: stop trylocking page queues in vm_page_pqbatch_submit
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-27 Konstantin BelousovImprove MD page fault handlers.
2019-09-27 Mark JohnstonFix a race in vm_page_swapqueue().
2019-09-27 Mark JohnstonFix object locking in vm_object_unwire() after r352174.
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
2019-09-26 Martin MatuskaMFV r352731:
2019-09-25 Mark JohnstonAdd some counters for per-VM page events.
2019-09-25 Mark JohnstonComplete the removal of the "wire_count" field from...
2019-09-19 Dimitry AndricMerge ^/head r352436 through r352536.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 Allan Judesys/vm/vm_glue.c: Incorrect function name in panic...
2019-09-17 Dimitry AndricMerge ^/head r352319 through r352435.
2019-09-17 Doug MooreRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 Mateusz Guzikvfs: manage mnt_ref with atomics
2019-09-16 Mark JohnstonAssert that the refcount value is not VPRC_BLOCKED...
2019-09-16 Mark JohnstonFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 Mark JohnstonFix a page leak in vm_page_reclaim_run().
2019-09-16 Mark JohnstonRevert r352406, which contained changes I didn't intend...
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-13 Dimitry AndricMerge ^/head r352105 through r352307.
next