]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs/fuse/fuse_vnops.c
MFHead @350426
[FreeBSD/FreeBSD.git] / sys / fs / fuse / fuse_vnops.c
2019-07-30 asomersMFHead @350426
2019-07-29 markjAvoid relying on header pollution from sys/refcount.h.
2019-07-28 asomersMFHead @r350386
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: convert statistical sysctls to use counter(9)
2019-06-27 asomersfusefs: fix some memory leaks
2019-06-25 asomersfusefs: rewrite vop_getpages and vop_putpages
2019-06-20 asomersfusefs: implement VOP_BMAP
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-31 asomersfusefs: check the vnode cache when looking up files...
2019-05-29 asomersfusefs: raise protocol level to 7.12
2019-05-29 asomersfusefs: add comments explaining why 7.11 features aren...
2019-05-28 asomersfusefs: flock(2) locks must be implemented in-kernel
2019-05-24 asomersRemove "struct ucred*" argument from vtruncbuf
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 asomersfusefs: eliminate a superfluous fuse_node_setparent
2019-05-20 mmMFV r347989:
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: remove the vfs.fusefs.data_cache_invalidate...
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 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-04 asomersfusefs: only root may set the sticky bit on a non-directory
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-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 asomersfusefs: fix interrupting FUSE_SETXATTR
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-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 asomersfusefs: implement entry cache timeouts
2019-04-09 asomersfusefs: implement attribute cache timeouts
2019-04-08 asomersfusefs: cache file attributes
2019-04-05 ngieFix the branch build
2019-04-04 asomersfusefs: properly handle FOPEN_KEEP_CACHE
2019-04-04 asomersMFHead@r345880
2019-04-04 asomersfusefs: correctly handle short writes
2019-04-03 philImport libxo-1.0.2
2019-04-03 asomersfusefs: fix a panic in VOP_READDIR
2019-04-03 asomersfusefs: send FUSE_FLUSH during VOP_CLOSE
2019-04-02 asomersfusefs: fix a just-introduced panic in readdir
2019-04-02 asomersfusefs: cleanup and refactor some recent commits
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 asomersfusefs: send FUSE_OPEN for every open(2) with unique...
2019-04-01 asomersfusefs: allow opening files O_EXEC
2019-04-01 asomersfusefs: fix an inverted error check in my last commit
2019-04-01 asomersfusefs: replace obsolete array idioms
2019-03-31 asomersfusefs: replace the fufh table with a linked list
2019-03-30 asomersfusefs: don't force direct io for files opened O_WRONLY
2019-03-29 asomersMFHead@r345677
2019-03-29 asomersfusefs: convert debug printfs into dtrace probes
2019-03-28 asomersfusefs: fix error handling in fuse_vnop_strategy
2019-03-27 asomersfusefs: don't ignore errors in fuse_vnode_refreshsize
2019-03-27 asomersfusefs: delete dead code in fuse_vnop_setattr
2019-03-27 asomersfusefs: correctly set fuse_release_in.flags in an error...
2019-03-26 asomersfusefs: delete dead code
2019-03-25 mmMFV r345495:
2019-03-23 asomersfusefs: fallback to MKNOD/OPEN if a filesystem doesn...
2019-03-22 asomersfusefs: support VOP_MKNOD
2019-03-21 asomersfusefs: correctly handle cacheable negative LOOKUP...
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
next