summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * Garbage collect CODAFS bits which are now completely disconnected fromattilio2013-03-0218-6056/+0
| * Garbage collect HPFS bits which are now already completely disconnectedattilio2013-03-029-4356/+0
* | MFCattilio2013-03-026-10/+9
|\ \ | |/
| * nullfs: Improve f_flags in statfs().jilles2013-03-021-1/+2
| * Merge Capsicum overhaul:pjd2013-03-025-9/+7
| * 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
* | MFCattilio2013-02-261-1/+0
* | MFCattilio2013-02-212-3/+1
* | MFCattilio2013-02-211-3/+1
|\ \ | |/
| * The request queue is already locked, so we don't need the splsofclock/splximp2013-02-211-3/+1
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-209-60/+60
* | Switch vm_object lock to be a rwlock.attilio2013-02-206-4/+8
|/
* 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
OpenPOWER on IntegriCloud