]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
fusefs: fix some minor issues with fuse_vnode_setparent
[FreeBSD/FreeBSD.git] / sys / fs /
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-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 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-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 mjgnullfs: reduce areas protected by vnode interlock
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 emastemakefs: share denode.h between kernel msdosfs and makefs
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
2019-06-27 asomersfusefs: fix a memory leak regarding FUSE_INTERRUPT
2019-06-27 asomersfusefs: recycle vnodes after their last unlink
2019-06-27 asomersfusefs: counter(9) variables should not be statically...
2019-06-27 asomersfusefs: convert statistical sysctls to use counter(9)
2019-06-27 asomersfusefs: fix some memory leaks
2019-06-26 asomersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
2019-06-26 asomersfusefs: delete some unused mount options
2019-06-26 asomersfusefs: implement the "time_gran" feature.
2019-06-26 asomersfusefs: set ctime during FUSE_SETATTR following a write
2019-06-25 asomersfusefs: automatically update mtime and ctime on write
2019-06-25 asomersfusefs: writes should update the file size, even when...
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-25 hselaskyFree all allocated unit IDs in cuse(3) after the client...
2019-06-25 hselaskyFix for deadlock situation in cuse(3)
2019-06-25 impReplay r349334 by markj accidentally reverted by r349352
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 asomersfusefs: refine the short read fix from r349332
2019-06-24 markjRemove a lingering use of splbio().
2019-06-24 asomersfusefs: improve the short read fix from r349279
2019-06-21 asomersfusefs: fix corruption on short reads caused by r349279
2019-06-21 asomersfusefs: correctly handle short reads
2019-06-21 asomersfusefs: raise protocol level to 7.23
2019-06-21 asomersfusefs: use standard integer types in fuse_kernel.h
2019-06-21 asomersfusefs: raise the protocol level to 7.21
2019-06-21 asomersfusefs: diff reduction of fuse_kernel.h vs the upstream...
2019-06-20 asomersfusefs: raise protocol level to 7.15
2019-06-20 asomersfusefs: trivially raise protocol level to 7.14
2019-06-20 asomersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 asomersfusefs: attempt to support servers as old as protocol 7.4
2019-06-20 asomersfusefs: raise protocol level to 7.13
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-17 asomersfusefs: multiple fixes related to the write cache
2019-06-17 asomersfusefs: use cluster_read for more readahead
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 asomersfusefs: implement non-clustered readahead
2019-06-17 mmMFV r349134:
2019-06-14 asomersfusefs: fix the "write-through" of write-through cacheing
2019-06-14 asomersfusefs: enable write clustering
2019-06-13 asomersfusefs: fix a bug with WriteBack cacheing
next