]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
MFHead @348740
[FreeBSD/FreeBSD.git] / sys / fs /
2019-06-06 asomersMFHead @348740
2019-06-05 asomersfusefs: simplify fuse_write_biobackend. No functional...
2019-06-05 kibManually clear text references on reclaim for nullfs...
2019-06-03 asomersfusefs: respect RLIMIT_FSIZE
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-31 rmacklemGet rid of extraneous initialization.
2019-05-31 rmacklemClean up silly code case.
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-29 asomersfusefs: add comments explaining why 7.11 features aren...
2019-05-29 asomersfusefs: raise protocol level to 7.11
2019-05-29 asomersfusefs: raise protocol level to 7.10
2019-05-28 johalunpseudofs: Ignore unsupported commands in vop_setattr.
2019-05-28 asomersfusefs: set the flags fields of fuse_write_in and fuse_...
2019-05-28 asomersfusefs: flock(2) locks must be implemented in-kernel
2019-05-27 asomersfusefs: clear fuse_getattr_in.getattr_flags
2019-05-27 asomersfusefs: set FUSE_WRITE_CACHE when writing from cache
2019-05-25 asomersfusefs: misc build fixes
2019-05-24 asomersRemove "struct ucred*" argument from vtruncbuf
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: assume the mountpoint's generation is 0
2019-05-23 asomersfusefs: Make fuse file systems NFS-exportable
2019-05-23 asomersfusefs: improve attribute cacheing
2019-05-22 asomersfusefs: fix "recursing on non recursive lockmgr" panic
2019-05-22 asomersfusefs: remove the vfs.fusefs.sync_resize syctl, correc...
2019-05-21 cemInclude ktr.h in more compilation units
2019-05-21 asomersfusefs: Allow update mounts
2019-05-20 asomersfusefs: eliminate a superfluous fuse_node_setparent
2019-05-20 asomersfusefs: unset MNT_LOCAL
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-16 asomersfusefs: forward UTIME_NOW to the server
2019-05-16 asomersfusefs: allow the server to specify st_blksize
2019-05-16 asomersfusefs: Upgrade FUSE protocol to version 7.9.
2019-05-15 asomersfusefs: diff reduction vs the upstream sources
2019-05-15 asomersfusefs: don't track a file's size in two places
2019-05-13 asomersfusefs: eliminate superfluous FUSE_GETATTR when filesize=0
2019-05-13 asomersfusefs: remove the vfs.fusefs.data_cache_invalidate...
2019-05-13 asomersfusefs: remove the vfs.fusefs.mmap_enable sysctl
2019-05-13 asomersfusefs: remove the vfs.fusefs.refresh_size sysctl
2019-05-13 asomersfusefs: remove the vfs.fusefs.sync_resize syctl
2019-05-13 asomersfusefs: remove the vfs.fusefs.fix_broken_io sysctl
2019-05-13 asomersfusefs: reap dead sysctls
2019-05-13 asomersMFHead @347527
2019-05-13 asomers[skip ci] fusefs: remove an obsolete comment
2019-05-13 asomersfusefs: enhance an SDT probe added in r346998
2019-05-12 asomersfusefs: Report the number of available ops in kevent(2)
2019-05-11 asomersfusefs: support kqueue for /dev/fuse
2019-05-10 asomersfusefs: return ENOTCONN instead of EIO if the daemon...
2019-05-10 asomersfusefs: minor optimization to interrupted fuse operations
2019-05-10 asomersfusefs: fix running multiple daemons concurrently
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 asomersfusefs: fix a permission handling bug during VOP_RENAME
2019-05-08 asomersfusefs: allow non-owners to set timestamps to UTIME_NOW
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 asomersfusefs: updated cached attributes during VOP_LINK.
2019-05-07 asomersfusefs: drop suid after a successful chown by a non...
2019-05-07 asomersfusefs: allow the null chown and null chgrp
2019-05-07 asomersfusefs: disable posix_fallocate
2019-05-06 asomersfusefs: allow ftruncate on files without write permission
2019-05-06 asomersfusefs: Fix another obscure permission handling bug
2019-05-06 asomersfusefs: clear SUID & SGID after a successful write...
2019-05-06 asomersfusefs: don't allow truncating irregular files on an...
2019-05-06 kibDo not flush NFS node from NFS VOP_SET_TEXT().
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-04 asomersfusefs: only root may set the sticky bit on a non-directory
2019-05-04 asomersfusefs: use effective gid, not real gid, for FUSE opera...
2019-05-01 asomersfusefs: fix "returning with lock held" panics in fuse_v...
2019-05-01 asomersfusefs: fix a memory leak from r346979
2019-05-01 asomersfusefs: fix some permission checks with -o default_perm...
2019-04-29 asomersfusefs: support unix-domain sockets
2019-04-29 asomersfusefs: FIFO support
2019-04-26 asomersfusefs: fix a deadlock in VOP_PUTPAGES
2019-04-24 asomersfusefs: handle ENOSYS for FUSE_INTERRUPT
2019-04-24 asomersfusefs: interruptibility improvements suggested by kib
2019-04-23 asomersfusefs: diff reduction between fuse_read_biobackend...
2019-04-23 asomersfusefs: use vfs_bio_clrbuf in fuse_vnode_setsize
2019-04-23 cyMFV r346563:
2019-04-21 rmacklemAdd #ifdef INET as requested by bz@.
2019-04-20 asomersfusefs: rename the SDT probes from "fuse" to "fusefs"
2019-04-19 rmacklemAdd support for the ModeSetMasked attribute to the...
2019-04-19 rmacklemReplace "vp" with NULL to make the code more readable.
2019-04-19 asomersfusefs: reap dead code
2019-04-19 asomersfusefs: give priority to FUSE_INTERRUPT operations
2019-04-19 asomersfusefs: fix interrupting FUSE_SETXATTR
2019-04-19 asomersfusefs: don't send FUSE_INTERRUPT for ops that are...
2019-04-19 rmacklemFix the NFSv4.0 server so that it does not support...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 asomersfusefs: improvements to interruptibility
2019-04-18 hselaskyImplement flag for telling cuse(3) clients if the peer...
2019-04-17 asomersfusefs: WIP making FUSE operations interruptible
2019-04-16 fsuext2fs: Initial version of DTrace support.
2019-04-16 fsuext2fs: Initial version of DTrace support.
2019-04-15 rmacklemFix the NFSv4 client to safely find processes.
next