]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_subr.c
login(1): when exporting variables check the result of setenv(3)
[FreeBSD/FreeBSD.git] / sys / kern / vfs_subr.c
2020-12-09 cyMFV r368464:
2020-12-05 mjgvfs: keep bad ops on vnode reclaim
2020-12-01 mmMFV r368207:
2020-11-26 seUpdate to version 3.2.0
2020-11-20 sjgMerge bmake-20201117
2020-11-18 jhbFix a few nits in vn_printf().
2020-11-13 kibAllow some VOPs to return ERELOOKUP to indicate VFS...
2020-11-09 mjgvfs: group mount per-cpu vars into one struct
2020-11-09 mjgkqueue: save space by using only one func pointer for...
2020-11-07 sjgUpdate to bmake-20201101
2020-10-30 mjgvfs: change vnode poll to just a malloc type
2020-10-27 mjgvfs: tidy up vnlru_free
2020-10-27 mjgvfs: fix vnode reclaim races against getnwevnode
2020-10-24 mjgvfs: fix a race where reclaim vholds freed vnodes
2020-10-23 mjgvfs: stop taking the interlock in vnode reclaim
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-20 mjgvfs: drop the de facto curthread argument from VOP_INACTIVE
2020-10-19 kibvgonel(): avoid recursing into VOP_INACTIVE().
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-18 mmacyMFV 2.0-rc2
2020-09-15 kibConvert page cache read to VOP.
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-08 mjgvfs: drop a write-only var in vfs_periodic_msync_inactive
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 mjgvfs: retire vholdl as a symbol
2020-09-02 mjgvfs: purge cache entries early on vgone
2020-09-01 mjgkern: clean up empty lines in .c and .h files
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-25 mjgvfs: respect PRIV_VFS_LOOKUP in vaccess_smr
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-23 mjgvfs: support denying access in vaccess_vexec_smr
2020-08-23 mjgvfs: factor away doomed vnode handling into vdropl_final
2020-08-23 mjgvfs: mark freevnode as noinline
2020-08-21 mjgvfs: fix freevnode accounting
2020-08-19 mjgvfs: remove the always-curthread td argument from VOP_R...
2020-08-19 mjgvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-16 kibVMIO read
2020-08-16 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-16 mjgvfs: retire vrefl as a symbol
2020-08-16 dimMerge ^/head r364264 through r364278.
2020-08-16 mjgvfs: remove the thread argument from vget
2020-08-15 dimMerge ^/head r364082 through r364250.
2020-08-12 gjbMFH
2020-08-12 mjgvfs: inline vrefcnt
2020-08-12 mjgvfs: garbage collect vrefactn
2020-08-12 mjgvfs: reimplement vref on top of vget
2020-08-11 mjgdevfs: rework si_usecount to track opens
2020-08-10 dimMerge ^/head r364051 through r364081.
2020-08-10 mjgvfs: disallow NOCACHE with LOOKUP
2020-08-08 dimMerge ^/head r364041 through r364050.
2020-08-07 mjgvfs: release the interlock after failing to set VHOLD_N...
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-06 markjClean up reassignbuf() and buf_vlist_remove() a bit.
2020-08-06 markjRemove the vfs.reassignbufcalls counter and sysctl.
2020-08-05 mjgvfs: remove the obsolete privused argument from vaccess
2020-08-04 mjgvfs: support lockless dotdot lookup
2020-08-04 mjgcache: add cache_purge_vgone
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-08-02 mjgvfs: move namecache initialisation into cache_vnode_init
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-30 mjgvfs: inline vops if there are no pre/post associated...
2020-07-25 mjgvfs: add the infrastructure for lockless lookup
2020-07-25 mjgvfs: introduce vnode sequence counters
2020-07-24 cemAdd unlocked/SMR fast path to getblk()
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 jkimMFV: r362513
2020-07-10 mjgvfs: fix trivial whitespace issues which don't interefe...
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 mjgvfs: expand on vhold_smr comment
2020-07-01 mjgvfs: protect vnodes with smr
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-21 freqlabsDeduplicate fsid comparisons
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-14 manudts: Import DTS from Linux 5.6
next