aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Rationalize license numbering in fdescfs(5)Ed Maste2016-04-303-3/+3
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+2
* ANSIfy fdescfs(5)Ed Maste2016-04-302-58/+13
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-2915-21/+21
* fs/ext2fs: spelling fixes on comment.Pedro F. Giffuni2016-04-291-1/+1
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-2911-26/+26
* sys/devfs: unsign an index to prevent signed integer overflow.Pedro F. Giffuni2016-04-281-1/+1
* msdosfs: Prevent buffer overflow when expanding win95 namesKristof Provost2016-04-262-9/+23
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-3/+2
* ext2fs: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation.Rick Macklem2016-04-231-0/+1
* ext2_htree_release(): prevent signed integer overflow in a loop.Pedro F. Giffuni2016-04-231-1/+1
* Fix a LOR in the NFSv4.1 server.Rick Macklem2016-04-232-6/+6
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-192-3/+3
* fs misc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-154-7/+7
* If the VOP_SETATTR() call that saves the exclusive create verifier failed,Rick Macklem2016-04-121-0/+10
* Bruce Evans reported that there was a performance regression betweenRick Macklem2016-04-112-4/+6
* ext2fs: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-111-1/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-1018-46/+45
* Fix comment.Kevin Lo2016-04-081-3/+3
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala2016-04-071-0/+8
* Update comment: Linux does set a randomized generation number of an inodeKevin Lo2016-04-011-3/+1
* Do not access buffer if bread(9) or cluster_read(9) failed. On error,Konstantin Belousov2016-03-291-4/+2
* Update superblock and inode structs for ext4.Kevin Lo2016-03-282-17/+47
* Speed up lookups in autofs(5) by using red-black trees instead of linearEdward Tomasz Napierala2016-03-244-24/+40
* Pacify Coverity in a better way, to avoid write-only variable when buildingEdward Tomasz Napierala2016-03-161-3/+1
* Pacify Coverity.Edward Tomasz Napierala2016-03-151-1/+3
* Remove name length limitation from autofs(5). The linear search withEdward Tomasz Napierala2016-03-132-56/+101
* Use S_BLKSIZE instead of magic constant.Edward Tomasz Napierala2016-03-122-4/+6
* Remove cn_consume from 'struct componentname'. It was never set to anythingEdward Tomasz Napierala2016-03-121-3/+0
* Fix autofs triggering problem. Assume you have an NFS server,Edward Tomasz Napierala2016-03-121-16/+6
* Do not perform unneccessary shared recursion on the allproc_lock inKonstantin Belousov2016-03-111-10/+12
* Pass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from the lowerKonstantin Belousov2016-03-041-1/+1
* Ext2: cleanup setting of ctime/mtime/birthtime.Pedro F. Giffuni2016-02-191-5/+3
* After nullfs rmdir operation, reclaim the directory vnode which wasKonstantin Belousov2016-02-171-0/+9
* ext2fs: Remove panics for rename() race conditions.Pedro F. Giffuni2016-02-141-5/+8
* cd9660: More "check for NULL" cleaunps.Pedro F. Giffuni2016-02-121-10/+8
* Clear the cookie pointer on error in tmpfs_readdir().Mark Johnston2016-02-121-1/+4
* Ext4: Use boolean type instead of '0' and '1'Pedro F. Giffuni2016-02-112-8/+8
* Ext4: fix handling of files with sparse blocks before extent's index.Pedro F. Giffuni2016-02-112-15/+44
* Revert r295359:Pedro F. Giffuni2016-02-071-1/+1
* msdosfs_rename: yet another unused value.Pedro F. Giffuni2016-02-071-3/+0
* cd9660: Drop an unnecessary check for NULL.Pedro F. Giffuni2016-02-071-2/+1
* fdesc_setattr: unitialized pointer readPedro F. Giffuni2016-02-071-1/+1
* msdosfs_rename: Unused valuePedro F. Giffuni2016-02-061-1/+0
* Revert r294695:Pedro F. Giffuni2016-02-031-5/+7
* ext2fs: passthrough any extra timestamps to the dinode struct.Pedro F. Giffuni2016-01-241-7/+5
* ext2: rename some directory index constants.Pedro F. Giffuni2016-01-241-1/+1
* Fix comment.Pedro F. Giffuni2016-01-241-1/+1