]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
cache: drop the NULL check from VP2VNODELOCK
[FreeBSD/FreeBSD.git] / sys / kern /
2016-12-29 Mateusz Guzikcache: drop the NULL check from VP2VNODELOCK
2016-12-27 John BaldwinRegen after r310638.
2016-12-27 John BaldwinRename the 'flags' argument to getfsstat() to 'mode...
2016-12-27 Martin MatuskaMFV r310622:
2016-12-26 Konstantin BelousovMake knote KN_INFLUX state counted. This is final...
2016-12-26 Konstantin BelousovChange knlist_destroy() to assert that knlist is empty...
2016-12-26 Konstantin BelousovStyle.
2016-12-25 Konstantin BelousovSome optimizations for kqueue timers.
2016-12-25 Konstantin BelousovSome style.
2016-12-23 Mark JohnstonAdd a comment explaining the race fixed by r310423.
2016-12-22 Mark JohnstonRevert part of r300109.
2016-12-20 John BaldwinDon't spin in pause() during early boot for kthreads...
2016-12-19 Simon J. GerratyMerge bmake-20161212
2016-12-19 Konstantin BelousovDo not clear KN_INFLUX when not owning influx state.
2016-12-17 Martin MatuskaMFV r310115,310184:
2016-12-16 Dimitry AndricMerge ^/head r309817 through r310168.
2016-12-16 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2016-12-16 Konstantin BelousovSwitch from stdatomic.h to atomic.h for kernel.
2016-12-15 Ed SchoutenDocument the existence of the {0, 6, ...} sysctl.
2016-12-14 Jilles Tjoelkerreaper: Make REAPER_KILL_SUBTREE actually work.
2016-12-14 Ed SchoutenAdd a "device_index" label to all sysctls under dev...
2016-12-14 Ed SchoutenAdd labels to sysctls related to clocks.
2016-12-14 Ed SchoutenAdd support for attaching aggregation labels to sysctl...
2016-12-13 Jung-uk KimMFV: r309561
2016-12-13 Gleb SmirnoffZero return value when counter_rate() switches over...
2016-12-12 Mateusz Guzikvfs: use vrefact in getcwd and fchdir
2016-12-12 Edward Tomasz Napi... Undo r309891. Konstantin is right in that this conditi...
2016-12-12 Mateusz Guzikvfs: add vrefact, to be used when the vnode has to...
2016-12-12 Edward Tomasz Napi... Avoid dereferencing NULL pointers in devtoname(). ...
2016-12-12 Konstantin BelousovEnable lookup_cap_dotdot and lookup_cap_dotdot_nonlocal.
2016-12-12 Konstantin BelousovWhen a zombie gets reparented due to the parent exit...
2016-12-12 Enji CooperMerge changes from vendor to address several Coverity...
2016-12-11 Alan CoxWhen tmpfs and POSIX shm pagein a page for the sole...
2016-12-10 Konrad WitaszczykAdd support for encrypted kernel crash dumps.
2016-12-10 Dimitry AndricUpdate llvm, clang, lld, lldb, compiler-rt and libc...
2016-12-10 Dimitry AndricMerge ^/head r309758 through r309803.
2016-12-10 Mark JohnstonUse a consistent snapshot of the lock state in owner_mtx().
2016-12-10 Mark JohnstonReturn a non-NULL owner only if the lock is exclusively...
2016-12-09 Dimitry AndricMerge ^/head r309519 through r309757.
2016-12-09 Gleb SmirnoffUse acquire write to cr_lock to complement with release...
2016-12-09 Gleb SmirnoffProvide counter_ratecheck(), a MP-friendly substitution...
2016-12-07 Robert WatsonRegnerate system-call definitions following r309677...
2016-12-07 Robert WatsonReplace spaces with tabs in definition of SCTP system...
2016-12-07 Eric van GyzenExport the whole thread name in kinfo_proc
2016-12-06 Martin MatuskaMFV r309587:
2016-12-04 Baptiste DaroussinImport tzdata 2016j
2016-12-04 Konstantin BelousovRestructure the code to handle reporting of non-exited...
2016-12-04 Dimitry AndricMerge ^/head r309263 through r309518.
2016-12-03 Eric van Gyzenthr_set_name(): silently truncate the given name as...
2016-12-02 Dimitry AndricUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 Dimitry AndricUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-02 Mateusz Guzikvfs: provide fake locking primitives for the crossmp...
2016-12-02 Martin MatuskaMFV r309403:
2016-12-01 Martin MatuskaMFC r309362:
2016-12-01 Peter WemmUpdate from subversion 1.9.4 to 1.9.5.
2016-11-30 Mateusz Guzikvfs: fix a whitespace nit in r309307
2016-11-30 Mateusz Guzikvfs: avoid VOP_ISLOCKED in the common case in lookup
2016-11-29 Martin MatuskaMFV r309299:
2016-11-28 Olivier HouchardImport Concurrency Kit in the kernel.
2016-11-28 Andriy GaponMFV r309249: 3821 Race in rollback, zil close, and...
2016-11-27 Dimitry AndricMerge ^/head r309170 through r309212.
2016-11-26 Mark JohnstonLaunder VPO_NOSYNC pages upon vnode deactivation.
2016-11-26 Dimitry AndricUpdate libc++ to release_39 branch r287912.
2016-11-26 Dimitry AndricUpdate llvm, clang, lld and lldb to release_39 branch...
2016-11-25 John BaldwinPermit timed sleeps for threads other than thread0...
2016-11-24 Dimitry AndricMerge ^/head r309106 through r309117.
2016-11-24 Mateusz Guzikwait: avoid relocking the child if proc_to_reap returns 1
2016-11-24 Dimitry AndricMerge ^/head r308870 through r309105.
2016-11-24 Andriy GaponMFV r308990: 7181 race between zfs_mount and zfs_ioc_ro...
2016-11-24 Andriy GaponMFV r308988: 7199, 7200 dsl_dataset_rollback_sync may...
2016-11-24 Andriy GaponMFV r308987: 7180 potential race between zfs_suspend_fs...
2016-11-24 Andriy GaponMFV r308989: 6428 set canmount=off on unmounted filesys...
2016-11-23 Mateusz Guzikcache: ensure that the number of bucket locks does...
2016-11-23 Mark JohnstonRelease laundered vnode pages to the head of the inacti...
2016-11-22 Ruslan BukinRevert r306186 ("Adjust the sopt_val pointer on bigendi...
2016-11-22 Konstantin BelousovRestore vnode pager statistic for buffer pagers.
2016-11-22 Xin LIMFV r308954:
2016-11-22 Jung-uk KimMerge ACPICA 20161117.
2016-11-22 John BaldwinInitialize 'ticks' earlier in boot after 'hz' is set.
2016-11-22 Robert WatsonAudit 'fd' and 'cmd' arguments to fcntl(2), and when...
2016-11-19 Dimitry AndricMerge ^/head r308491 through r308841.
2016-11-17 Gleb SmirnoffAdd flag SF_USER_READAHEAD to sendfile(2). When specif...
2016-11-17 Gleb SmirnoffUse bogus_page to properly reduce number of I/Os in...
2016-11-17 Ruslan BukinFix build when no INET and INET6 in kernel config.
2016-11-15 Alan CoxRemove most of the code for implementing PG_CACHED...
2016-11-15 Mateusz Guzikcache: plug a write-only variable in cache_negative_zap_one
2016-11-15 Mateusz Guzikcache: fix a race between entry removal and demotion
2016-11-15 Adrian Chadd[mips] enable relbuf on mips for now to work around...
2016-11-15 Adrian Chadd[mips] make UMTX_CHAINS configurable at compile time.
2016-11-14 Konstantin BelousovInitialize reserved bytes in struct mq_attr and its...
2016-11-13 Konstantin BelousovProvide simple mutual exclusion between mount point...
2016-11-13 Konstantin BelousovMove common cleanup code into helper.
2016-11-13 Justin HibbitsAdd two new ddb commands: show device/show all devices
2016-11-12 John BaldwinAllow scheduling during early boot.
2016-11-12 John BaldwinDon't place threads on the run queue after waking up...
2016-11-11 Cy SchubertMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-10 Dimitry AndricMerge ^/head r308227 through r308490.
2016-11-08 Bryan DreweryFix improper use of "its".
2016-11-08 Konstantin BelousovTweaks for the buffer pager.
2016-11-07 Xin LIMFV r308392: file 5.29.
next