]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Remove Giant from init creation and vfs_mountroot.
[FreeBSD/FreeBSD.git] / sys / vm /
2018-03-20 Konstantin BelousovCheck for wrap-around in vm_phys_alloc_seg_contig().
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-18 Mark JohnstonAvoid dequeuing the fault page during a soft fault.
2018-03-18 Mark JohnstonHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 Mark JohnstonHave vm_page_replace() assert that the new page is...
2018-03-16 Conrad MeyerFix GCC build: Remove redundant pagedaemon_wakeup decla...
2018-03-15 Jeff RobersonEliminate pageout wakeup races. Take another step...
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-13 Konstantin BelousovRevert the chunk from r330410 in vm_page_reclaim_run().
2018-03-07 Jeff RobersonDon't assert that the domain free lock is held until...
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-04 Konstantin BelousovRemove redundant test from r330410.
2018-03-04 Konstantin BelousovUnify bulk free operations in several pmaps.
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-27 Mark JohnstonGive the 0th domain's page daemon thread a consistent...
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-24 Mark JohnstonRestore the pre-r329882 inactive page shortage computation.
2018-02-24 Konstantin BelousovHide all vm/vm_pageout.h content under #ifdef _KERNEL.
2018-02-23 Mark JohnstonCorrect some comments after r328954.
2018-02-23 Mark JohnstonRemove a bogus assertion from vm_page_launder().
2018-02-23 Jeff RobersonAdd a generic Proportional Integral Derivative (PID...
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
2018-02-22 Alexander MotinMFV r329770: 9035 zfs: this statement may fall through
2018-02-22 Alexander MotinMFV r329766: 8962 zdb should work on non-idle pools
2018-02-22 Alexander MotinMFV r329762: 8961 SPA load/import should tell us why...
2018-02-21 Alexander MotinMFV r329760: 7638 Refactor spa_load_impl into several...
2018-02-21 Alexander Motin9018 Replace kmem_cache_reap_now() with kmem_cache_reap...
2018-02-21 Alexander MotinMFV r329753: 8809 libzpool should leverage work done...
2018-02-21 Alexander MotinMFV r329736: 8969 Cannot boot from RAIDZ with parity > 1
2018-02-21 Alexander MotinMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 Andriy GaponMFV r329718: 8520 7198 lzc_rollback_to should support...
2018-02-21 Andriy GaponMFV r329715: 8997 ztest assertion failure in zil_lwb_wr...
2018-02-21 Andriy GaponMFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX)...
2018-02-21 Andriy GaponMFV r329710: 8966 Source file zfs_acl.c, function zfs_a...
2018-02-21 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-21 Alexander MotinMFV r322231:
2018-02-21 Alexander MotinMFV r319737: 6939 add sysevents to zfs core for commands
2018-02-21 Alexander MotinMFV r319736: 6396 remove SVM
2018-02-21 Alexander MotinMFV r318941: 7446 zpool create should support efi syste...
2018-02-20 Alexander MotinMFV r316918: 7990 libzfs: snapspec_cb() does not need...
2018-02-20 Alexander MotinMFV r316902: 7745 print error if lzc_* is called before...
2018-02-20 Alexander MotinMFV r316901:
2018-02-20 Alexander MotinMFV r316893:
2018-02-20 Alexander MotinMFV r316876: 7542 zfs_unmount failed with EZFS_UNSHAREN...
2018-02-20 Alexander MotinMFV r316875: 7336 vfork and O_CLOEXEC causes zfs_mount...
2018-02-20 Alexander MotinMFV r316873: 7233 dir_is_empty should open directory...
2018-02-20 Alexander MotinMFV r316872: 7502 ztest should run zdb with -G (debug...
2018-02-20 Konstantin Belousovvm_wait() rework.
2018-02-20 Alexander MotinMFC r316910: 7812 Remove gender specific language
2018-02-20 Alexander MotinMFV r307315:
2018-02-20 Alexander MotinMFV r302649: 7016 arc_available_memory is not 32-bit...
2018-02-19 Xin LIMFV r329552: less v530.
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Alexander MotinMFV r323911:
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Mark JohnstonUse the conventional name for an array of pages.
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-14 Konstantin BelousovCleanup unused page argument for vm_reserv_break().
2018-02-14 Konstantin BelousovEnsure memory consistency on COW.
2018-02-14 Konstantin BelousovDo not call pmap_enter() with invalid protection mode.
2018-02-13 Konstantin BelousovDo not leak rv->psind in some specific situations.
2018-02-12 Jeff RobersonMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-09 Jung-uk KimMFV: r329072
2018-02-09 Gleb SmirnoffFix boot_pages exhaustion on machines with many domains...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-07 Gleb SmirnoffFix three miscalculations in amount of boot pages:
2018-02-07 Mark JohnstonDequeue wired pages lazily.
2018-02-06 Gleb SmirnoffUse correct arithmetic to calculate how many pages...
2018-02-06 Jeff RobersonUse per-domain locks for vm page queue free. Move...
2018-02-06 Gleb SmirnoffImprove DIAGNOSTIC printf. Report using a boot page...
2018-02-06 Gleb SmirnoffFix boot_pages calculation for machines that don't...
2018-02-06 Mark JohnstonDelete a declaration for a variable removed in r305362.
2018-02-06 Gleb SmirnoffFollowup on r302393 by cperciva, improving calculation...
2018-02-05 Konstantin BelousovOn munlock(), unwire correct page.
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 Konstantin BelousovOn pageout, in vnode generic pager, for partially dirty...
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
next