]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs/fuse/fuse_internal.c
devfs: add root vnode caching
[FreeBSD/FreeBSD.git] / sys / fs / fuse / fuse_internal.c
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-16 asomersFix an off-by-one error from r351961
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-06 asomersCoverity fixes in fusefs(5)
2019-08-22 cyMFV r346563:
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-07-30 asomersMFHead @350453
2019-07-30 asomersMFHead @350426
2019-07-28 asomersMFHead @r350386
2019-07-13 asomersfusefs: fix the build with some NODEBUG kernels
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-28 asomers[skip ci] update copyright headers in fusefs files
2019-06-27 asomersMFHead @349476
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-26 asomersfusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE...
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-21 asomersfusefs: raise protocol level to 7.23
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: implement non-clustered readahead
2019-06-17 mmMFV r349134:
2019-06-06 asomersMFHead @348740
2019-06-03 asomersfusefs: don't require FUSE_EXPORT_SUPPORT for async...
2019-06-03 asomersfusefs: support asynchronous cache invalidation
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 asomersfusefs: support name cache invalidation
2019-05-31 asomersfusefs: check the vnode cache when looking up files...
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-27 asomersfusefs: clear fuse_getattr_in.getattr_flags
2019-05-25 asomersfusefs: misc build fixes
2019-05-24 asomersfusefs: implement FUSE_ASYNC_READ
2019-05-24 asomersfusefs: fix some garbage left behind by r348209
2019-05-23 asomersfusefs: fix exporting fuse filesystems with nfsd
2019-05-23 asomersfusefs: Make fuse file systems NFS-exportable
2019-05-23 asomersfusefs: improve attribute cacheing
2019-05-20 mmMFV r347989:
2019-05-16 asomersfusefs: forward UTIME_NOW to the server
2019-05-16 asomersfusefs: allow the server to specify st_blksize
2019-05-15 asomersfusefs: don't track a file's size in two places
2019-05-13 asomersMFHead @347527
2019-05-09 asomersfusefs: create sockets with FUSE_MKNOD, not FUSE_CREATE
2019-05-09 asomersfusefs: clear a dir's attr cache when its contents...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 asomersfusefs: allow ftruncate on files without write permission
2019-05-06 asomersfusefs: clear SUID & SGID after a successful write...
2019-04-23 cyMFV r346563:
2019-04-20 asomersfusefs: rename the SDT probes from "fuse" to "fusefs"
2019-04-19 asomersfusefs: give priority to FUSE_INTERRUPT operations
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 asomersfusefs: implement VOP_ADVLOCK
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-12 asomersfusefs: Handle ENOSYS for all remaining opcodes
2019-04-10 asomersfusefs: various cleanups
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 asomersfusefs: WIP supporting -o default_permissions
2019-04-09 asomersfusefs: cache negative lookups
2019-04-09 asomersfusefs: implement attribute cache timeouts
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 asomersfusefs: implement VOP_ACCESS
2019-04-05 asomersfusefs: enforce -onoallow_other even beneath the mountpoint
2019-04-05 asomersfusefs: correctly return EROFS from VOP_ACCESS
2019-04-05 ngieFix the branch build
2019-04-04 asomersMFHead@r345880
2019-04-04 asomersfusefs: correctly handle short writes
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 asomersfusefs: replace obsolete array idioms
2019-03-31 asomersfusefs: replace the fufh table with a linked list
2019-03-29 asomersMFHead@r345677
2019-03-29 asomersfusefs: convert debug printfs into dtrace probes
2019-03-27 asomersfusefs: delete dead code in fuse_vnop_setattr
2019-03-27 asomersFUSEFS: during FUSE_READDIR, set the read size correctly.
2019-03-27 asomersfusefs: set fuse_init_in->max_readahead correctly
2019-03-26 asomersfusefs: delete dead code
2019-03-25 mmMFV r345495:
2019-03-21 asomersfusefs: Don't treat fsync the same as fdatasync
2019-03-21 asomersfusefs: VOP_FSYNC should be synchronous -- sometimes
2019-03-21 asomersfusefs: VOP_FSYNC should be synchronous
2019-03-20 asomersMFHead @345353
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-19 asomersfuse(4): remove more debugging printfs
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-07 cyMFV r344878:
2019-02-28 asomersfuse(4): convert debug printfs into dtrace probes
2019-02-26 sjgAdd libbearssl
next