aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: small formatting fixes.Pedro F. Giffuni2014-03-012-3/+3
* ext2fs: use of tab vs spaces.Pedro F. Giffuni2014-02-2817-217/+215
* ext2fs: fully enable ext4 read-only support.Pedro F. Giffuni2014-02-222-5/+13
* In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.Dimitry Andric2014-02-151-0/+2
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.Pedro F. Giffuni2014-01-288-16/+17
* ext2fs: Re-enable reallocblk.Pedro F. Giffuni2014-01-241-2/+2
* ext2fs: fix a bug in dirindex and re-enable.Pedro F. Giffuni2014-01-242-6/+1
* ext2fs: fix logic error in the previous change.Pedro F. Giffuni2014-01-223-6/+5
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-219-21/+35
* Fix lock leak in purely hypothetical case of TCP connection without SVC_ACKAlexander Motin2014-01-143-11/+13
* ext2fs: fix inode flag conversion.Pedro F. Giffuni2014-01-111-2/+2
* Fix off-by-one error in r260229.Alexander Motin2014-01-071-1/+1
* Rework NFS Duplicate Request Cache cleanup logic.Alexander Motin2014-01-036-160/+120
* Slightly simplify expiration logic introduced in r254337.Alexander Motin2013-12-251-12/+20
* The NFSv4 server would call VOP_SETATTR() with a shared locked vnodeRick Macklem2013-12-253-5/+12
* An intermittent problem with NFSv4 exporting of ZFS snapshots wasRick Macklem2013-12-241-0/+37
* The NFSv4 client was passing both the p and cred arguments toRick Macklem2013-12-242-2/+7
* ext2fs: make the hashing algorithm match the linux code.Pedro F. Giffuni2013-12-231-2/+2
* The NFSv4.1 client didn't return NFSv4.1 specific error codesRick Macklem2013-12-231-6/+11
* Fix RPC server threads file handle affinity to work better with ZFS.Alexander Motin2013-12-231-7/+11
* Do not allow O_EXEC opens for fifo, return EINVAL.Konstantin Belousov2013-12-171-1/+1
* Fix long known bug with handling device aliases residing not in devfs root.Alexander Motin2013-12-121-4/+12
* For software builds, the NFS client does many smallRick Macklem2013-12-074-11/+42
* ext2fs: add two new reserved inodes.Pedro F. Giffuni2013-12-041-0/+2
* - Nuke a second copy of nfscl_attrcache extern declarations from underSergey Kandaurov2013-11-261-12/+5
* Fix build, attempt two.Gleb Smirnoff2013-11-261-3/+10
* Fix build.Gleb Smirnoff2013-11-261-15/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-256-9/+0
* Redo r258088 to avoid relying on signed arithmetic overflow, sinceKonstantin Belousov2013-11-201-9/+4
* Remove useless comparisions of assigned offset and resid with theKonstantin Belousov2013-11-131-4/+6
* Fix an NFSv4.1 client specific case where a forced dismount would hang.Rick Macklem2013-11-093-7/+21
* During code inspection, I spotted that there was a code path whereRick Macklem2013-11-031-10/+11
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* UFS2: make di_extsize unsigned.Pedro F. Giffuni2013-10-241-1/+1
* Similar to debug.iosize_max_clamp sysctl, introduceKonstantin Belousov2013-10-151-0/+4
* Remove two instances of ARGSUSED comment, and wrap lines nearby theKonstantin Belousov2013-10-151-4/+4
* NULL stale pointers (should be a no-op as they should no longer beJohn-Mark Gurney2013-09-251-0/+5
* fix a bug where we access a bread buffer after we have brelse'd it...John-Mark Gurney2013-09-251-5/+5
* Fix the length calculation for the final block of a sendfile(2)Dag-Erling Smørgrav2013-09-101-0/+10
* ext2fs: temporarily disable htree directory index.Pedro F. Giffuni2013-09-072-0/+4
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-054-7/+14
* Crashes have been observed for NFSv4.1 mounts when the systemRick Macklem2013-09-041-11/+9
* Forced dismounts of NFS mounts can fail when thread(s) are stuckRick Macklem2013-09-011-0/+15
* Support storing 7 additional file flags in tmpfs:Kenneth D. Merry2013-08-281-3/+4
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-5/+0
* Allow tmpfs be mounted inside jail.Xin LI2013-08-231-1/+7
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-214-52/+133
* Make the seek a method of the struct fileops.Konstantin Belousov2013-08-211-0/+1
* Extract the general-purpose code from tmpfs to perform uiomove fromKonstantin Belousov2013-08-211-211/+24