]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_subr.c
Merge r357342 from the clang1000-import branch:
[FreeBSD/FreeBSD.git] / sys / kern / vfs_subr.c
2020-01-31 Dimitry AndricMerge r357342 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357339 from the clang1000-import branch:
2020-01-31 Mateusz Guzikvfs: revert the overzealous assert added in r357285...
2020-01-30 Mateusz GuzikRemove duplicated empty lines from kern/*.c
2020-01-30 Mateusz Guzikvfs: assert that doomed vnodes don't need to call vm_ob...
2020-01-30 Mateusz Guzikvfs: unlazy before dooming the vnode
2020-01-30 Gleb SmirnoffFix text format definition for kern.maxvnodes, vfs...
2020-01-28 Cy SchubertMFV r357163:
2020-01-27 Dimitry AndricMerge ^/head r357119 through r357178.
2020-01-26 Mateusz Guzikvfs: do an unlocked check before iterating the lazy...
2020-01-26 Mateusz Guzikvfs: fix freevnodes count update race against preemption
2020-01-26 Mateusz Guzikvfs: predict vn_lock failure as unlikely in vget
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Mateusz Guzikvfs: allow v_usecount to transition 0->1 without the...
2020-01-24 Mateusz Guzikvfs: stop handling VI_OWEINACT in vget
2020-01-24 Mateusz Guzikvfs: stop unlocking the vnode upfront in vput
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-19 Mateusz Guzikvfs: allow v_holdcnt to transition 0->1 without the...
2020-01-19 Mateusz Guzikvfs: plug a conditional assigment of lo_name in getnewvnode
2020-01-18 Mateusz Guzikvfs: distribute freevnodes counter per-cpu
2020-01-17 Mateusz Guzikvfs: shorten lock hold time in vdbatch_process
2020-01-16 Mateusz Guzikvfs: increment numvnodes without the vnode list lock...
2020-01-16 Mateusz Guzikvfs: refcator vnode allocation
2020-01-16 Mateusz Guzikvfs: reimplement vlrureclaim to actually use LRU
2020-01-13 Mateusz Guzikvfs: per-cpu batched requeuing of free vnodes
2020-01-13 Mateusz Guzikvfs: rework vnode list management
2020-01-13 Mateusz Guzikvfs: add per-mount vnode lazy list and use it for defer...
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-11 Mateusz Guzikvfs: only recalculate watermarks when limits are changing
2020-01-11 Mateusz Guzikvfs: deduplicate vnode allocation logic
2020-01-11 Mateusz Guzikvfs: prealloc vnodes in getnewvnode_reserve
2020-01-11 Mateusz Guzikvfs: incomplete pass at converting more ints to u_long
2020-01-11 Mateusz Guzikvfs: add missing CLTFLA_MPSAFE annotations
2020-01-10 Jung-uk KimMFV: r356607
2020-01-07 Mateusz Guzikvfs: handle doomed vnodes in vdefer_inactive
2020-01-07 Mateusz Guzikvfs: reimplement deferred inactive to use a dedicated...
2020-01-07 Mateusz Guzikvfs: trylock in vfs_msync and refactor the func
2020-01-07 Mateusz Guzikvfs: use a dedicated counter for free vnode recycling
2020-01-07 Mateusz Guzikvfs: prevent numvnodes and freevnodes re-reads when...
2020-01-07 Mateusz Guzikvfs: annotate numvnodes and vnode_free_list_mtx with...
2020-01-07 Mateusz Guzikvfs: eliminate v_tag from struct vnode
2020-01-07 Mateusz Guzikvfs: add a helper for allocating marker vnodes
2020-01-06 Martin MatuskaMFV r356415
2020-01-05 Martin MatuskaMFV r356365:
2020-01-05 Mateusz Guzikvfs: drop thread argument from vinactive
2020-01-05 Mateusz Guzikvfs: patch up vnode count assertions to report found...
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-01 Mateusz Guzikvfs: drop an always-false check from vlrureclaim
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-27 Mateusz Guzikvfs: remove production kernel checks and mp == NULL...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-16 Mateusz Guzikvfs: flatten vop vectors
2019-12-13 Jung-uk KimMFV: r355716
2019-12-10 Mateusz Guzikvfs: refactor vhold and vdrop
2019-12-08 Mateusz Guzikvfs: introduce v_irflag and make v_type smaller
2019-12-08 Mateusz Guzikvfs: clean up vputx a little
2019-12-08 Mateusz Guzikvfs: factor out vnode destruction out of vdrop
2019-12-07 Mateusz Guzikvfs: clean up delmntque similarly to vdrop r355414
2019-12-07 Mateusz Guzikvfs: catch vn_printf up with reality
2019-12-05 Mateusz Guzikvfs: remove 'active' variable from _vdrop
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Mateusz Guzikvfs: perform a more racy check in vfs_notify_upper
2019-11-20 Mateusz Guzikvfs: change si_usecount management to count used vnodes
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-10 Xin LIMFV r354582: file 5.37.
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 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-03 Cy SchubertMFV r354257:
2019-10-29 Jeff RobersonReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-23 Konstantin BelousovFix undefined behavior.
2019-10-23 Konstantin Belousovvn_printf(): Decode VI_TEXT_REF.
next