]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Make the rx budget a tunable
[FreeBSD/FreeBSD.git] / sys / vm /
2017-09-22 Andriy GaponMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 Andriy GaponMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-20 Alan SomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 Andriy GaponMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 Andriy GaponMFV r323790: 8567 Inconsistent return value in zpool_re...
2017-09-19 Konstantin BelousovFor unlinked files, do not msync(2) or sync on the...
2017-09-17 Gordon TetlowMFV r323678: file 5.32
2017-09-15 Konstantin BelousovBatch freeing of the pages in vm_object_page_remove...
2017-09-15 Mark JohnstonInclude _bitset.h to get BITSET_DEFINE, used to define...
2017-09-13 Mark JohnstonWiden uk_pgoff, the slab header offset field.
2017-09-13 Konstantin BelousovRemove inline specifier from vm_page_free_wakeup()...
2017-09-13 Konstantin BelousovDo not relock free queue mutex for each page, free...
2017-09-13 Konstantin BelousovSplit vm_page_free_toq() into two parts, preparation...
2017-09-13 Konstantin BelousovUse existing tag name for the vm_object' memq.
2017-09-13 Mark JohnstonFix a logic error in the item size calculation for...
2017-09-13 Andriy GaponMFV r323527: 5815 libzpool's panic function doesn't...
2017-09-13 Andriy GaponMFV r323523: 8331 zfs_unshare returns wrong error code...
2017-09-13 Andriy GaponMFV r316932: 6280 libzfs: unshare_one() could fail...
2017-09-11 Andriy GaponMFV r323111: 8569 problem with inline functions in...
2017-09-11 Andriy GaponMFV r323110: 8558 lwp_create() returns EAGAIN on system...
2017-09-10 Mateusz GuzikMove vmmeter atomic counters into dedicated cache lines
2017-09-10 Alan CoxTo analyze the allocation of swap blocks by blist funct...
2017-09-10 Marius StroblMFV: r323381
2017-09-09 Konstantin BelousovAdd a vm_page_change_lock() helper, the common code...
2017-09-09 Andriy GaponMFV r323107: 8414 Implemented zpool scrub pause/resume
2017-09-07 Mark JohnstonSpeed up vm_page_array initialization.
2017-09-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-09-06 Mateusz GuzikStart annotating global _padalign locks with __exclusiv...
2017-09-06 Konstantin BelousovDo not leak empty swblk.
2017-09-06 Konstantin BelousovIn swp_pager_meta_build(), handle a race with other...
2017-09-01 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-31 Jung-uk KimMerge ACPICA 20170831.
2017-08-31 Dag-Erling SmørgravMerge upstream r4302 to support multiple concurrently...
2017-08-30 Konstantin BelousovAdjust interface of swapon_check_swzone() to its actual...
2017-08-30 Konstantin BelousovMake the swap_pager_full variable static.
2017-08-28 Mark JohnstonSynchronize page laundering with pmap_extract_and_hold().
2017-08-28 Alan CoxUpdate a couple vm_object lock assertions in the swap...
2017-08-28 Alan CoxSwitching from a global hash table to per-vm_object...
2017-08-25 Konstantin BelousovReplace global swhash in swap pager with per-object...
2017-08-24 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-22 Baptiste DaroussinImport zstandard 1.3.1
2017-08-21 Dimitry AndricUpgrade our copies of clang, llvm, lld and libc++ to...
2017-08-18 Baptiste DaroussinRemove example from zstd sources, their license does...
2017-08-16 Ruslan BukinAdd OBJ_PG_DTOR flag to VM object.
2017-08-15 Mark JohnstonAdd vm_page_alloc_after().
2017-08-14 Enji CooperAdd supporting changes for `Add limited sandbox capabil...
2017-08-11 Mark JohnstonModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 Mark JohnstonMicro-optimize kmem_unback().
2017-08-11 Peter WemmUpdate from sqlite3-3.14.1 to sqlite3-3.20.0. This...
2017-08-10 Mark JohnstonMake vm_page_sunbusy() assert that the page is unlocked.
2017-08-10 Peter WemmUpdate subversion 1.9.5 -> 1.9.7
2017-08-09 Dimitry AndricUpgrade our copies of clang, llvm and libc++ to r310316...
2017-08-09 Alan CoxIntroduce vm_page_grab_pages(), which is intended to...
2017-08-08 Andriy GaponMFV r322242: 8373 TXG_WAIT in ZIL commit path
2017-08-08 Andriy GaponMFV r322240: 8491 uberblock on-disk padding to reserve...
2017-08-08 Andriy GaponMFV r322238: 7915 checks in l2arc_evict could use some...
2017-08-08 Andriy GaponMFV r322236: 8126 ztest assertion failed in dbuf_dirty...
2017-08-08 Andriy GaponMFV r322232: 8426 mark immutable buffer arguments as...
2017-08-08 Andriy GaponMFV r322229: 7600 zfs rollback should pass target snaps...
2017-08-08 Andriy GaponMFV r322227: 8377 Panic in bookmark deletion
2017-08-08 Andriy GaponMFV r322223: 8378 crash due to bp in-memory modificatio...
2017-08-08 Andriy GaponMFV r322221: 7910 l2arc_write_buffers() may write beyon...
2017-08-08 Andriy GaponMFV r322217: 8418 zfs_prop_get_table() call in zfs_vali...
2017-08-04 Dag-Erling SmørgravUpgrade to OpenSSH 7.5p1.
2017-08-03 Phil ShaferUpdate from libxo-0.8.1 to 0.8.4:
2017-07-31 Enji CooperMFhead@r321829
2017-07-31 Baptiste DaroussinUpdate mandoc to 1.14.2
2017-07-30 Dimitry AndricUpgrade our copies of clang, llvm, lld and lldb to...
2017-07-28 Martin MatuskaMFV r321673:
2017-07-28 Jung-uk KimMerge ACPICA 20170728.
2017-07-26 Konstantin BelousovMark pages after EOF as clean after pageout.
2017-07-24 Simon J. GerratyImport bmake-20170720
2017-07-23 Alan CoxAddress a compilation warning on some architectures...
2017-07-23 Alan CoxUtilize pmap_enter(..., psind=1) in vm_fault_soft_fast...
2017-07-23 Alan CoxAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-23 Alan CoxIn vm_page_ps_test(), always check that the base pages...
2017-07-22 Konstantin BelousovDo not allocate struct kinfo_vmobject on stack.
2017-07-21 Dimitry AndricMerge ^/head r321307 through r321350.
2017-07-21 Ruslan BukinFix style: change spaces to tabs.
2017-07-20 Dimitry AndricMerge ^/head r321239 through r321306.
2017-07-19 Konstantin BelousovAdd pctrie_init() and vm_radix_init() to initialize...
2017-07-19 Dimitry AndricMerge ^/head r320994 through r321238.
2017-07-19 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-19 Konstantin BelousovDisable stack growth when accessed by AIO daemons.
2017-07-19 Konstantin BelousovRemove unused function swap_pager_isswapped().
2017-07-18 Konstantin BelousovConvert assertion that only vmspace owner grows the...
2017-07-15 Simon J. GerratyImport bmake-20170711
2017-07-14 Dimitry AndricMerge ^/head r320971 through r320993.
2017-07-14 Baptiste DaroussinUpdate zstd to 1.3.0
2017-07-14 Alan CoxGeneralize vm_page_ps_is_valid() to support testing...
2017-07-13 Dimitry AndricMerge ^/head r320573 through r320970.
2017-07-13 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 Martin MatuskaMFV r320924:
2017-07-12 Xin LIMFV r320905: Import upstream fix for CVE-2017-11103.
2017-07-09 Konstantin BelousovFix loop termination in vm_map_find_min().
2017-07-09 Emmanuel VadotUpdate DTS files from Linux 4.12
2017-07-02 Dimitry AndricMerge ^/head r320398 through r320572.
2017-07-02 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-01 Alan CoxModify vm_map_growstack() to protect itself from the...
2017-06-30 Alan CoxClear the MAP_WIREFUTURE flag on the vm map in exec_new...
next