summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Initial import of character device in userspace support for FreeBSD.hselasky2014-05-233-0/+2040
* After r254627, the deupdate() started writing the directory entries tokib2014-05-031-0/+11
* The new draft specification for NFSv4.0 specifies that a serverrmacklem2014-05-032-6/+20
* Ignore the error from pipespace_new when creating a pipe.mjg2014-05-021-3/+1
* The PR reported that the old NFS server did not set uio_td == NULLrmacklem2014-04-241-0/+1
* Remove an unnecessary level of indirection for an argument.rmacklem2014-04-231-7/+6
* Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)rmacklem2014-04-231-2/+5
* Fixes mkdir for the NFSv2 client that was broken by r264705.rmacklem2014-04-221-1/+1
* For an NFSv4 mount with the "nocto" option, don't get thermacklem2014-04-211-1/+3
* Modify the NFSv4 client create/mkdir RPC so that it acquiresrmacklem2014-04-202-1/+17
* Modify the NFSv4 client open/create RPC so that it acquiresrmacklem2014-04-192-5/+17
* Modify the Lookup RPC for NFSv4 so that it acquires directoryrmacklem2014-04-183-29/+45
* Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE onimp2014-04-183-37/+3
* More properly account for free/reserved segments to avoid deadlock orimp2014-04-184-7/+17
* Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.ae2014-04-153-18/+64
* Fix NFS deadlock vulnerability. [SA-14:05]delphij2014-04-081-5/+20
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* Revert r263449;pfg2014-03-211-18/+2
* ext2fs: minor update to the dirpref policy.pfg2014-03-201-2/+18
* msdosfs: minor format fix - spaces vs tabpfg2014-03-201-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-164-4/+4
* Add missing FALLTHROUGH comment in tmpfs_dir_getdents for looking up '.' andbdrewery2014-03-141-0/+1
* Rename cnt to maxcookies and change its use as the condition for when tobdrewery2014-03-142-14/+21
* Cleanup redundant logic and add some comments to help explain howbdrewery2014-03-141-14/+17
* Fix -o size less than PAGE_SIZE resulting in SIZE_MAX being used.bdrewery2014-03-141-2/+4
* ext2fs: Fix a bug when sorting htree entries.pfg2014-03-061-1/+1
* ext2fs: small formatting fixes.pfg2014-03-012-3/+3
* ext2fs: use of tab vs spaces.pfg2014-02-2817-218/+216
* ext2fs: fully enable ext4 read-only support.pfg2014-02-222-5/+13
* In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.dim2014-02-151-0/+2
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.pfg2014-01-288-16/+17
* ext2fs: Re-enable reallocblk.pfg2014-01-241-2/+2
* ext2fs: fix a bug in dirindex and re-enable.pfg2014-01-242-6/+1
* ext2fs: fix logic error in the previous change.pfg2014-01-223-6/+5
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.pfg2014-01-219-21/+35
* Fix lock leak in purely hypothetical case of TCP connection without SVC_ACKmav2014-01-143-11/+13
* ext2fs: fix inode flag conversion.pfg2014-01-111-2/+2
* Fix off-by-one error in r260229.mav2014-01-071-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.mav2014-01-036-160/+120
* Slightly simplify expiration logic introduced in r254337.mav2013-12-251-12/+20
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodermacklem2013-12-253-5/+12
* An intermittent problem with NFSv4 exporting of ZFS snapshots wasrmacklem2013-12-241-0/+37
* The NFSv4 client was passing both the p and cred arguments tormacklem2013-12-242-2/+7
* ext2fs: make the hashing algorithm match the linux code.pfg2013-12-231-2/+2
* The NFSv4.1 client didn't return NFSv4.1 specific error codesrmacklem2013-12-231-6/+11
* Fix RPC server threads file handle affinity to work better with ZFS.mav2013-12-231-7/+11
* Do not allow O_EXEC opens for fifo, return EINVAL.kib2013-12-171-1/+1
* Fix long known bug with handling device aliases residing not in devfs root.mav2013-12-121-4/+12
* For software builds, the NFS client does many smallrmacklem2013-12-074-11/+42
* ext2fs: add two new reserved inodes.pfg2013-12-041-0/+2
OpenPOWER on IntegriCloud