aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* {ext2|ufs}_readdir: Avoid setting negative ncookies.Pedro F. Giffuni2018-02-061-1/+4
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-1/+1
* ext2fs: remove EXT4F_RO_INCOMPAT_SUPPPedro F. Giffuni2018-02-052-8/+1
* ext2fs: Cleanup variable assignments for extents.Pedro F. Giffuni2018-02-051-17/+13
* Fix mistake in case of zeroed inode check.Fedor Uporov2018-01-291-1/+4
* Add flex_bg/meta_bg features RW support.Fedor Uporov2018-01-293-44/+109
* Revert r328479:Pedro F. Giffuni2018-01-271-5/+1
* {ext2|ufs}_readdir: Set limit on valid ncookies values.Pedro F. Giffuni2018-01-271-1/+5
* nfs: Remove NFSSOCKADDRALLOC, NFSSOCKADDRFREE macrosConrad Meyer2018-01-254-22/+14
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-2516-202/+202
* Minor style issue introduced in r328346.Pedro F. Giffuni2018-01-251-1/+1
* ext2fs|ufs:Unsign some values related to allocation.Pedro F. Giffuni2018-01-241-1/+1
* Revert r327781, r328093, r328056:Pedro F. Giffuni2018-01-242-7/+5
* Add SPDX tags to autofs(5).Edward Tomasz Napierala2018-01-244-0/+8
* extfs: Remove unused variables.Pedro F. Giffuni2018-01-233-15/+2
* Unsign some values related to allocation.Pedro F. Giffuni2018-01-223-3/+3
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* nfs: Do not printf each time a lock structure is freed during module unloadEmmanuel Vadot2018-01-181-3/+1
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-176-8/+7
* ext2fs: use mallocarray(9).Pedro F. Giffuni2018-01-162-5/+7
* nfsclient: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* Add metadata_csum feature support.Fedor Uporov2018-01-1415-63/+821
* Make nullfs properly report MNT_AUTOMOUNTED set on the nullfs mount itself,Edward Tomasz Napierala2018-01-101-1/+2
* Correct comment. procfs_doprocfile implements 'file', not 'self'.John Baldwin2018-01-051-1/+1
* Add 64bit feature support.Fedor Uporov2018-01-0512-124/+268
* Reuse kern_proc_vmmap_resident() for procfs_map resident count.Konstantin Belousov2017-12-281-27/+23
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-256-19/+5
* Fix build for LP64 arches with gcc.Konstantin Belousov2017-12-211-0/+4
* Replace one more LINK_MAX with NFS_LINK_MAX missed in r326991.John Baldwin2017-12-191-1/+1
* Update link count handling in fuse for post-ino64.John Baldwin2017-12-192-2/+2
* Rework pathconf handling for FIFOs.John Baldwin2017-12-198-2/+40
* Update tmpfs link count handling for ino64.John Baldwin2017-12-193-6/+9
* Honor NANDFS_LINK_MAX for post-ino64.John Baldwin2017-12-191-4/+4
* Report INT_MAX for LINK_MAX for devfs' VOP_PATHCONF().John Baldwin2017-12-191-1/+1
* Use FUSE_LINK_MAX for LINK_MAX in fuse' VOP_PATHCONF().John Baldwin2017-12-191-1/+1
* Handle _PC_FILESIZEBITS and _PC_SYMLINK_MAX for devfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+6
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-197-2/+45
* Update NFS to handle larger link counts post ino64.John Baldwin2017-12-195-6/+8
* Handle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+9
* Support _PC_FILESIZEBITS in msdosfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+3
* Add a custom VOP_PATHCONF method for fuse.John Baldwin2017-12-191-1/+21
* Add a custom VOP_PATHCONF method for fdescfs.John Baldwin2017-12-191-1/+31
* In devfs_lookupx() dotdot lookup case, avoid dereferencingKonstantin Belousov2017-12-141-5/+6
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-131-1/+1
* Fix extattr getters in case of neither uio nor buffer was not passed to VOP_*.Fedor Uporov2017-12-121-10/+12
* Define macros used by the pNFS server code.Rick Macklem2017-12-091-0/+19
* Fix file missed in r326607.Gleb Smirnoff2017-12-061-0/+1
* Reduce pollution via tmpfs.h.Gleb Smirnoff2017-12-064-11/+11
* Avoid the overhead of acquiring a lock in nfsrv_checkgetattr() whenRick Macklem2017-12-041-0/+9