aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* tarfs: Silence warnings when no supported compression is enabled.Dag-Erling Smørgrav2023-02-071-1/+15
* tarfs: Remove unnecessary code.Dag-Erling Smørgrav2023-02-062-4/+0
* tarfs: Terminate dirents before copying them out.Dag-Erling Smørgrav2023-02-061-0/+3
* nfsserver: purge EOL release compatibilityElliott Mitchell2023-02-041-2/+0
* tarfs: Remove unused code.Dag-Erling Smørgrav2023-02-022-82/+0
* tarfs: Fix non-ZSTDIO build.Dag-Erling Smørgrav2023-02-021-0/+4
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2023-02-023-7/+7
* Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav2023-02-026-0/+3464
* Add extended attributesFedor Uporov2023-01-294-7/+271
* Fix pjfstest issue tests/rename/23.tFedor Uporov2023-01-291-0/+4
* Fix pjfstest issue tests/rename/19.tFedor Uporov2023-01-291-2/+10
* Fix block bitmap end position computationFedor Uporov2023-01-291-1/+1
* nfsserver: Fix handling of SP4_NONERick Macklem2023-01-152-1/+14
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-146-20/+0
* nfsserver: Fix vrele() panic in nfsvno_open()Rick Macklem2023-01-133-8/+11
* nfscl: Improve NFSv4 error message for NFSERR_WRONGSECRick Macklem2023-01-111-0/+4
* Fix vop_readdir's ncookies handling in UFS and EXT2.Kirk McKusick2023-01-021-1/+1
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-2617-0/+20
* mntfs: change mntfs_allocvp API to relock on its ownMateusz Guzik2022-12-262-2/+2
* tmpfs: update changed/modified timestamps for truncates that do not change sizeKonstantin Belousov2022-12-241-16/+6
* nfsd: Handle file systems without a VOP_VPTOFH()Rick Macklem2022-12-232-3/+17
* nfscl: Improve the console message for NFSERR_NOFILEHANDLERick Macklem2022-12-221-1/+4
* Add support for mounting single files in nullfsDoug Rabson2022-12-191-1/+12
* autofs: whack an always-false branchMateusz Guzik2022-12-191-6/+1
* vfs: retire the now unused SAVESTART flagMateusz Guzik2022-12-193-7/+4
* vfs: stop using SAVESTART for renameMateusz Guzik2022-12-191-2/+0
* vfs: make relookup take an additional argumentMateusz Guzik2022-12-192-9/+13
* nfs: stop using SAVESTARTMateusz Guzik2022-12-192-34/+12
* ext2fs: fix potential memory leak in ext4_ext_grow_indepth()Pedro F. Giffuni2022-12-171-2/+6
* tmpfs_getattr(): Only take vm_object lock on 32bit machinesKonstantin Belousov2022-12-171-2/+6
* nullfs: adopt VV_CROSSLOCKJason A. Harmening2022-12-111-0/+11
* unionfs: allow recursion on covered vnode lock during mount/unmountJason A. Harmening2022-12-111-2/+2
* tmpfs: for used pages, account really allocated pages, instead of file sizesKonstantin Belousov2022-12-094-16/+143
* tmpfs: make vm_object point to the tmpfs node instead of vnodeKonstantin Belousov2022-12-093-18/+26
* Add 'show tmpfs' ddb commandKonstantin Belousov2022-12-091-0/+42
* tmpfs: minor styleKonstantin Belousov2022-12-091-3/+5
* nfs: Fix common typos in source code commentsGordon Bergling2022-11-082-2/+2
* Tree-wide replacement of VOP_UNLOCK + vrele combo with vputMateusz Guzik2022-11-073-10/+5
* Add VV_CROSSLOCK vnode flag to avoid cross-mount lookup LORJason A. Harmening2022-10-271-0/+27
* tmpfs: report minimal hole sizeKonstantin Belousov2022-10-191-0/+4
* tmpfs: implement FIOSEEKDATA and FIOSEEKHOLEKonstantin Belousov2022-10-191-0/+130
* tmpfs: order include files alphabeticallyKonstantin Belousov2022-10-191-1/+1
* tmpfs: change return type of tmpfs_pages_check_avail() to boolKonstantin Belousov2022-10-191-6/+6
* fusefs: fix VOP_ADVLOCK with SEEK_ENDAlan Somers2022-10-191-2/+31
* nfsd: Make the pNFS server update Change for Setxattr/RmxattrRick Macklem2022-10-181-2/+47
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-171-0/+1
* Revert "unbound: Vendor import 1.17.0"Cy Schubert2022-10-161-0/+4
* unbound: Vendor import 1.17.0Cy Schubert2022-10-161-4/+0
* nfsd: Make Setxattr/Removexattr NFSv4.2 ops IO_SYNCRick Macklem2022-10-161-0/+4
* nfscl: Fix the NFSv4.0 mount so that it does not crashRick Macklem2022-10-151-8/+8