]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / fs /
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.
2019-04-13 rmacklemAdd support for INET6 addresses to the kernel code...
2019-04-12 asomersfusefs: implement VOP_ADVLOCK
2019-04-12 asomersfusefs: evict invalidated cache contents during write...
2019-04-12 kibIgnore doomed vnodes in tmpfs_update_mtime().
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-12 asomersfusefs: Handle ENOSYS for all remaining opcodes
2019-04-11 asomersfusefs: /dev/fuse should be 0666
2019-04-11 asomersfusefs: test that we reparent a vnode during rename
2019-04-11 asomersfusefs: fix a panic in a stale vnode situation
2019-04-11 asomersfusefs: don't disappear a vnode on entry cache expiration
2019-04-11 asomersfusefs: Finish supporting -o default_permissions
2019-04-11 asomersfusefs: use vn_vget_ino_gen in fuse_vnop_lookup
2019-04-11 asomersfusefs: eliminate a superfluous FUSE_GETATTR from VOP_L...
2019-04-10 asomersfusefs: remove "early permission check hack"
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 kibAdd vn_fsync_buf().
2019-04-09 kibFix dirty buf exhaustion easily triggered with msdosfs.
2019-04-09 asomersfusefs: implement entry cache timeouts
2019-04-09 asomersfusefs: implement attribute cache timeouts
2019-04-08 asomersfusefs: cache file attributes
2019-04-06 rmacklemAdd INET6 support for the upcalls to the nfsuserd daemon.
2019-04-06 asomersfusefs: fix a panic on mount
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 rmacklemRevert r320698, since the related userland changes...
2019-04-04 asomersfusefs: properly handle FOPEN_KEEP_CACHE
2019-04-04 asomersfusefs: fix some uninitialized memory references
2019-04-04 rgrimesUse IN_foo() macros from sys/netinet/in.h inplace of...
2019-04-04 asomersMFHead@r345880
next