aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a check to test for the case of the "tls" option being used with "udp".Rick Macklem2020-09-011-1/+3
* Fix nfsrvd_locku memory leakEric van Gyzen2020-08-311-0/+2
* Add flags to enable NFS over TLS to the NFS client and server.Rick Macklem2020-08-2710-9/+114
* fuse: unbreak after r364814Mateusz Guzik2020-08-261-1/+2
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-243-3/+3
* cache: add cache_rename, a dedicated helper to use for renamesMateusz Guzik2020-08-201-4/+1
* extfs: remove redundant little endian conversion.Pedro F. Giffuni2020-08-201-4/+4
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-195-7/+7
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-194-4/+4
* Delete the unused "use_ext" argument to nfscl_reqstart().Rick Macklem2020-08-185-72/+52
* extfs: remove redundant little endian conversion.Pedro F. Giffuni2020-08-171-4/+4
* VMIO reads: enable for nullfs upper vnode if the lower vnode supports it.Konstantin Belousov2020-08-162-1/+31
* tmpfs: use vget_prep/vget_finish instead of vget + vnodeMateusz Guzik2020-08-161-4/+3
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-1613-17/+16
* Fix a bug introduced by r363001 for the ext_pgs case.Rick Macklem2020-08-121-1/+1
* devfs: Abstract locking assertionsConrad Meyer2020-08-122-3/+6
* devfs: rework si_usecount to track opensMateusz Guzik2020-08-112-16/+149
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-117-30/+16
* vfs: clean MNTK_FPLOOKUP if MNT_UNION is setMateusz Guzik2020-08-101-1/+8
* devfs: bool -> intMateusz Guzik2020-08-102-2/+2
* devfs: save on spurious relocking for devfs_populateMateusz Guzik2020-08-103-2/+16