aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDX: Complete license IDs for ext2fs.Pedro F. Giffuni2017-12-026-0/+12
* r326394 is calling malloc with M_WAITOK under a lock, revert for nowEmmanuel Vadot2017-11-301-5/+6
* devfs: Avoid a malloc/free if we just need to increment the refcountEmmanuel Vadot2017-11-301-6/+5
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2789-0/+178
* msdosfs(5): Reflect READONLY attribute in file modeConrad Meyer2017-11-201-1/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2095-18/+206
* Remove unused header.Xin LI2017-11-191-1/+0
* Remove unused header.Xin LI2017-11-191-1/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-6/+3
* Allow CUSE(3) to free all memory mapped memory by using regular SWAP objectsHans Petter Selasky2017-11-032-130/+137
* Fix physical block number overflow in different places.Fedor Uporov2017-10-244-13/+14
* Set doreallocblks sysctl value to zero by default because ofFedor Uporov2017-10-241-1/+1
* Do not free bufs in case of extents metadata blocks + remove unneeded asserts.Fedor Uporov2017-10-241-6/+3
* Move clear_unrhdr to tmpfs_free_tmp.Matt Joras2017-10-231-2/+1
* Delete declarations of struct pfs_bitmap, removed in r143841.Mark Johnston2017-10-221-3/+0
* Fix unused variable + style(9) fixes inside the ext4_ext_find_extent()Fedor Uporov2017-10-191-7/+4
* msdosfs: fix build with MSDOSFS_DEBUGEd Maste2017-10-194-7/+15
* ext2: delete redundant decl of ext2_fserrRyan Libby2017-10-181-1/+0
* Add inital extents read-write support.Fedor Uporov2017-10-1714-515/+1909
* Use taskqueue(9) to do writes/commits to mirrored DSs concurrently.Rick Macklem2017-10-162-27/+266
* Fix the client IP address reported by nfsdumpstate for 64bit arch and NFSv4.1.Rick Macklem2017-10-152-4/+14