aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs server: improve use of the VFS KPIKonstantin Belousov2021-01-022-17/+22
* nfsd: fix NFSv4.0 seqid handling for ERELOOKUPRick Macklem2021-01-013-0/+8
* nfsd: fix NFS server for ERELOOKUPRick Macklem2021-01-013-4/+65
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-016-89/+272
* tmpfs: use VNPASS when asserting on a vnode in tmpfs_read_pgcacheMateusz Guzik2021-01-011-1/+1
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-316-21/+193
* devfs(4): defer freeing until we drop devmtx ("cdev")Edward Tomasz Napierala2020-12-291-3/+3
* fusefs: delete some dead codeAlan Somers2020-12-283-80/+24
* msdosfs: Fix a leak of dirent padding bytesMark Johnston2020-12-271-0/+1
* Add a new "tlscertname" NFS mount option.Rick Macklem2020-12-233-7/+34
* VFS_QUOTACTL: Remove needless casts of argBrooks Davis2020-12-171-7/+7
* In ext2fs, BA_CLRBUF is used in ext2_balloc() not UFS_BALLOC().Kirk McKusick2020-12-081-1/+1
* Document the BA_CLRBUF flag used in ufs and ext2fs filesystems.Kirk McKusick2020-12-061-0/+7
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-285-10/+10
* nullfs: provide custom bypass for VOP_READ_PGCACHE().Konstantin Belousov2020-11-261-0/+23
* msdosfs: suspend around unmount or remount rw->ro.Konstantin Belousov2020-11-201-11/+32
* msdosfs: Add trivial support for suspension.Konstantin Belousov2020-11-202-2/+8
* msdosfs(5): Fix debug-only format stringConrad Meyer2020-11-181-1/+1
* nfs: Mark unused statistics variable as reservedAlan Somers2020-11-182-22/+15
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-173-4/+4
* Make it possible to mount a fuse filesystem, such as squashfuse,Edward Tomasz Napierala2020-11-093-0/+17
* tmpfs: reorder struct tmpfs_node to shrink it by 8 bytesMateusz Guzik2020-11-051-3/+7
* Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer2020-11-052-8/+82
* tmpfs: change tmpfs dirent zone into a malloc typeMateusz Guzik2020-10-301-7/+3
* cache: add cache_vop_mkdir and rename cache_rename to cache_vop_renameMateusz Guzik2020-10-301-2/+2
* Make it possible to mount nullfs(5) using plain mount(8)Edward Tomasz Napierala2020-10-291-1/+3
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-285-5/+0
* vfs: drop spurious cache_purge on rmdirMateusz Guzik2020-10-231-1/+0
* Fix for loading cuse.ko via rc.d . Make sure we declare the cuse(3)Hans Petter Selasky2020-10-231-0/+18
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-205-9/+8
* vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik2020-10-201-2/+1
* nullfs: ensure correct lock is taken after bypass.Konstantin Belousov2020-10-191-0/+18
* Bump pseudofs size limit from 128kB to 1MB. The old limit could resultEdward Tomasz Napierala2020-10-161-2/+4
* cache: fix vexec panic when racing against vgoneMateusz Guzik2020-10-091-0/+1
* ext2fs: minor typo.Pedro F. Giffuni2020-10-061-1/+1
* Modify the NFSv4.2 VOP_COPY_FILE_RANGE() client call to return after oneRick Macklem2020-10-011-14/+12
* Bjorn reported a problem where the Linux NFSv4.1 client isRick Macklem2020-09-261-6/+12
* fusefs: fix mmap'd writes in direct_io modeAlan Somers2020-09-241-8/+8
* udf: Validate the full file entry lengthMark Johnston2020-09-221-16/+30
* Fix a LOR between the NFS server and server side krpc.Rick Macklem2020-09-181-2/+3
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-5/+7
* tmpfs: restore atime updates for reads from page cache.Konstantin Belousov2020-09-164-33/+49
* Style.Konstantin Belousov2020-09-162-19/+24
* Fix a LOR between the NFS server and server side krpc.Rick Macklem2020-09-161-2/+3
* Add tmpfs page cache read support.Konstantin Belousov2020-09-154-10/+84
* Microoptimize tmpfs node ref/unref by using atomics.Konstantin Belousov2020-09-153-22/+18
* Do not copy vp into f_data for DTYPE_VNODE files.Konstantin Belousov2020-09-151-1/+1
* Fix a case where the NFSv4.0 server might crash if delegations are enabled.Rick Macklem2020-09-141-1/+7
* tmpfs: drop spurious cache_purge in tmpfs_reclaimMateusz Guzik2020-09-041-2/+0
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0174-180/+72