summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a duplicate #include.alc2013-02-261-1/+0
* Merge from vmobj-rwlock branch:attilio2013-02-261-2/+0
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-212-3/+1
* The request queue is already locked, so we don't need the splsofclock/splximp2013-02-211-3/+1
* Do not update the fsinfo block on each update of any fat block, thiskib2013-02-173-30/+45
* Revert r246791 as it needs a security review firstbapt2013-02-141-1/+1
* Allow fdescfs to be mounted from inside a jailbapt2013-02-141-1/+1
* ext2fs: Use prototype declarations for function definitionspfg2013-02-108-304/+65
* Remove a racy checks on resident and cached pages forattilio2013-02-101-12/+0
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.pfg2013-02-082-2/+1
* ext2fs: make e2fs_maxcontig local and remove tautological check.pfg2013-02-082-7/+3
* Remove unused MAXSYMLINKLEN macro.pfg2013-02-081-1/+0
* Stop translating the ERESTART error from the open(2) into EINTR.kib2013-02-071-1/+4
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-061-3/+5
* ext2fs: move assignment where it is not dead.pfg2013-02-051-2/+3
* ext2fs: Remove unused em_e2fsb definition..pfg2013-02-051-1/+0
* ext2fs: Remove useless rootino local variable.pfg2013-02-051-4/+3
* ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().pfg2013-02-051-2/+2
* ext2fs: Use nitems().pfg2013-02-051-6/+4
* ext2fs: Use EXT2_LINK_MAX instead of LINK_MAXpfg2013-02-051-5/+5
* ext2fs: general cleanup.pfg2013-02-027-61/+17
* The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less thankib2013-02-011-2/+2
* Backup FATs were sometimes marked dirty by copying their first blockkib2013-02-011-1/+12
* The directory entry for dotdot was corrupted in the FAT32 case when movingkib2013-02-011-5/+13
* The mountmsdosfs() function had an insane sanity test, remove it.kib2013-02-011-2/+1
* Fix a backwards comment in markvoldirty().kib2013-02-011-1/+1
* Assert that the mbuf in the chain has sane length. Proper place forkib2013-02-011-0/+1
* Be conservative and do not try to consume more bytes than waskib2013-01-271-1/+1
* Clean some 'svn:executable' properties in the tree.pfg2013-01-263-0/+0
* Cosmetical off-by-onepfg2013-01-261-2/+2
* Further cleanups to use of timestamps in NFS:jhb2013-01-256-35/+15
* ext2fs: fix a check for negative block numbers.pfg2013-01-231-2/+1
* ext2fs: make some inode fields match the ext2 spec.pfg2013-01-224-9/+11
* ext2fs: temporarily disable the reallocation code.pfg2013-01-221-2/+2
* Make it possible to force async at server side on new NFS server, similardelphij2013-01-181-1/+12
* ext2fs: Add some DOINGASYNC check to match ffs.pfg2013-01-181-5/+9
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-182-18/+8
* Remove a no-longer-used variable after the previous change to usejhb2013-01-171-2/+0
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-162-7/+4
* Remove the filtering of the acceptable mount options for nullfs, addedkib2013-01-161-11/+0
* - More properly handle interrupted NFS requests on an interruptible mountjhb2013-01-151-0/+6
* The current default size of the nullfs hash table used to lookup thekib2013-01-141-10/+6
* When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed,kib2013-01-101-0/+8
* Add support for IO_APPEND flag in fusebapt2013-01-081-3/+5
* ext2fs: cleanup de dinode structure.pfg2013-01-071-20/+19
* tmpfs: Replace directory entry linked list with RB-Tree.gleb2013-01-064-312/+538
* Fix reversed condition in the assertion.kib2013-01-041-1/+1
* Add the "nocache" nullfs mount option, which disables the caching ofkib2013-01-034-13/+63
* Remove the last use of the deprecated MNT_VNODE_FOREACH interface inkib2013-01-031-28/+4
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-0/+11
OpenPOWER on IntegriCloud