]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Merge ^/vendor/llvm-project/release-10.x up to its last change (upstream
[FreeBSD/FreeBSD.git] / sys / fs /
2019-10-13 mjgpseudofs: use MNTK_NOMSYNC
2019-10-13 mjgnullfs: use MNTK_NOMSYNC
2019-10-13 mjgdevfs: use MNTK_NOMSYNC
2019-10-11 kibdevfs_vptocnp(): correct the component name when node...
2019-10-11 kibPlug the rest of undef behavior places that were missed...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 dougmDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-06 mjgnfsclient: add root vnode caching
2019-10-06 mjgtmpfs: add root vnode caching
2019-10-06 mjgdevfs: add root vnode caching
2019-10-05 mjgdevfs: plug redundant bwillwrite avoidance
2019-10-03 kibtmpfs_readdir(): unlock the locked node.
2019-10-03 kibtmpfs_rename: style.
2019-10-03 kibRemove unnecessary vm/vm_page.h and vm/vm_pager.h inclu...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 rmacklemReplace all mtx_assert() calls for n_mtx and ncl_iod_mu...
2019-09-24 rmacklemReplace all mtx_lock()/mtx_unlock() on the iod lock...
2019-09-24 rmacklemReplace all mtx_lock()/mtx_unlock() on n_mtx with the...
2019-09-21 dimMerge ^/head r352537 through r352586.
2019-09-20 kevansmsdosfs: do not deget unlinked denodes
2019-09-19 dimMerge ^/head r352436 through r352536.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 kibFurther refine r352393, only call vnode_pager_setsize...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-16 mjgvfs: convert struct mount counters to per-cpu
2019-09-16 asomersFix an off-by-one error from r351961
2019-09-16 asomersfusefs: fix some minor issues with fuse_vnode_setparent
2019-09-16 kibnfscl_loadattrcache: fix rest of the cases to not call
2019-09-14 traszMake pseudofs(9) create directory entries in order...
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-11 cembuf: Add B_INVALONERR flag to discard data
2019-09-11 asomersfusefs: Fix iosize for FUSE_WRITE in 7.8 compat mode
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-09 dimMerge ^/head r351732 through r352104.
2019-09-09 emastemsdosfsmount.h: fix ifdef comment
2019-09-06 asomersCoverity fixes in fusefs(5)
2019-09-06 cemmsdosfs: Remove redundant brelse() after r294954
2019-09-06 cemcd9660: Remove redundant brelse() after r294954
2019-09-06 cemext2fs: Remove redundant brelse() after r294954
2019-09-05 rmacklemDelete the unused "nd" argument for nfsrv_proxyds().
2019-09-05 cemRemove long-dead BUF_ASSERT_{,UN}HELD assertions
2019-09-05 cemmsdosfs: Drop an unneeded brelse in bread error condition
2019-09-04 rmacklemDelete the unused "nd" argument for nfsrv_checkdsattr().
2019-09-04 kevanspseudofs: make readdir work without a pid again
2019-09-03 mjgpseudofs: fix a LOR pfs_node vs pidhash (sleepable...
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-09-01 emastemakefs: share msdosfsmount.h between kernel msdosfs...
2019-09-01 mjgnullfs: reduce areas protected by vnode interlock in...
2019-08-30 mjgnullfs: use VOP_NEED_INACTIVE
2019-08-29 markjRemove unused VM page locking macros.
2019-08-29 kibRework v_object lifecycle for vnodes.
2019-08-28 mjgtmpfs: use VOP_NEED_INACTIVE
2019-08-28 mjgvfs: add VOP_NEED_INACTIVE
2019-08-28 asomersfusefs: Fix some bugs regarding the size of the LISTXAT...
2019-08-27 mjgunionfs: stop passing LK_INTERLOCK to VOP_UNLOCK
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-25 mjgnullfs: reduce areas protected by vnode interlock
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-22 emastemsdosfs_fat: reduce diffs with NetBSD and makefs
2019-08-21 mjgnullfs: lock the vnode with LK_SHARED in null_vptocnp
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 emastemakefs: share denode.h between kernel msdosfs and makefs
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-21 emastemakefs: share fat.h between kernel msdosfs and makefs
2019-08-18 kibFix an issue with executing tmpfs binary.
2019-08-16 asomersfusefs: don't send the namespace during listextattr
2019-08-14 asomersfusefs: Fix the size of fuse_getattr_in
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 asomersfusefs: remove superfluous counter_u64_zero
2019-08-01 kibTry to decrease the number of bugs in unionfs after...
2019-07-31 asomersfusefs: fix the build after r350446
2019-07-30 asomersMFHead @350453
2019-07-30 asomersMFHead @350426
2019-07-29 markjAvoid relying on header pollution from sys/refcount.h.
2019-07-28 asomersfusefs: fix panic when writing with O_DIRECT and using...
2019-07-28 asomersMFHead @r350386
2019-07-18 asomersfusefs: add a intr/nointr mount option
2019-07-18 asomersfusefs: fix another semi-infinite loop bug regarding...
2019-07-17 asomersfusefs: multiple interruptility improvements
2019-07-13 asomersfusefs: fix the build with some NODEBUG kernels
2019-07-13 asomersprojects/fuse2: build fixes
2019-07-07 fsuAdd additional check for 'blocks per group' and 'fragme...
2019-07-07 fsuRemove ufs fragments logic.
2019-07-07 fsuRemove unneeded mount point unlock call.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-28 asomersfusefs: don't leak memory of unsent operations on unmount
2019-06-28 asomers[skip ci] update copyright headers in fusefs files
2019-06-27 asomersMFHead @349476
next