aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add extended attributes support to fuse kernel module.Fedor Uporov2017-10-142-10/+393
* When unmounting a tmpfs, do not call free_unr.Matt Joras2017-10-112-1/+9
* Fix forced dismount when a pNFS mount is hung on a DS.Rick Macklem2017-10-102-0/+21
* Add Flex File Layout support to the NFSv4.1 pNFS client.Rick Macklem2017-10-053-224/+947
* Add support for new cuse(3) error code, CUSE_ERR_NO_DEVICE.Hans Petter Selasky2017-10-052-1/+4
* Add a few definitions for the Flex File Layout.Rick Macklem2017-10-041-0/+7
* Flesh out pathconf() on UDF.John Baldwin2017-10-021-3/+6
* Return 64 for pathconf(_PC_FILESIZEBITS) on tmpfs.John Baldwin2017-10-021-1/+1
* Handle _PC_FILESIZEBITS and _PC_SYMLINK_MAX pathconf() requests in cd9660.John Baldwin2017-10-021-0/+9
* tmpfs: skip zero-sized page count updatesMateusz Guzik2017-09-301-1/+8
* Add support for Flex File Layout to the pNFS client structures.Rick Macklem2017-09-291-9/+74
* Add the NFS client state flag that enables Flexible File Layout.Rick Macklem2017-09-281-0/+2
* Change nfsv4_getipaddr() and nfsrpc_fillsa() to not use sockaddr_storage.Rick Macklem2017-09-283-79/+82
* Fix a memory leak that occurred in the pNFS client.Rick Macklem2017-09-271-0/+8
* Use C99 initializers for DTrace provider methods.Mark Johnston2017-09-271-10/+10
* Add check to avoid raw inode iblocks fields overflow in case of huge_file fea...Fedor Uporov2017-09-274-7/+26
* Add major and minor version arguments to nfscl_reqstart().Rick Macklem2017-09-264-36/+58
* Use tmpfs_print for tmpfs FIFOs.John Baldwin2017-09-253-2/+3
* Change a panic to an error return.Rick Macklem2017-09-241-1/+1
* Remove 0 filling from nfsm_uiombuflist().Rick Macklem2017-09-241-14/+2
* Only handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISABLE for TTY devices.John Baldwin2017-09-211-0/+18
* Add a few definitions for Flex File Layout for pNFS.Rick Macklem2017-09-211-0/+11
* Make the nfsrpc_layoutget() function a static.Rick Macklem2017-09-192-4/+4
* Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf().Rick Macklem2017-09-192-2/+84
* Simplify nfsrpc_layoutreturn() args.Rick Macklem2017-09-193-16/+7
* Simplify nfsrpc_layoutcommit() args.Rick Macklem2017-09-193-18/+7
* Fix bogus FREAD with NFSV4OPEN_ACCESSREAD. No functional change.Rick Macklem2017-09-171-1/+1
* Style.Konstantin Belousov2017-08-281-3/+3
* Verify that the BPB media descriptor and FAT ID match.Konstantin Belousov2017-08-281-7/+17
* Do not drop NFS vnode lock when performing consistency checks.Konstantin Belousov2017-08-206-79/+49
* Bump the maximum file name length in pseudofs filesystems to 48.Mark Johnston2017-08-031-1/+1
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-013-3/+63