summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* - Correct mispellings of the word necessarygabor2013-04-172-2/+2
* Prepare to replace the buf splay with a trie:jeff2013-04-061-2/+0
* Strip the unnneeded spaces, mostly at the end of lines.kib2013-04-011-46/+46
* - Constify local path variable for chflagsat().pjd2013-03-221-1/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-212-3/+4
* Initialize the variable to avoid (false) compiler warning aboutkib2013-03-211-0/+1
* Do not call vnode_pager_setsize() while a NFS node mutex iskib2013-03-211-1/+9
* Fix remainder calculation when biosize is not a power of 2emaste2013-03-191-3/+3
* Remove negative name cache entry pointing to the target name, whichkib2013-03-171-0/+1
* Add currently unused flag argument to the cluster_read(),kib2013-03-145-10/+12
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-133-14/+7
* Finish r243882: mechanically substitute flags from historic mbufglebius2013-03-121-8/+8
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutdavide2013-03-092-15/+16
* - Initialize variable in smbfs_rename() to silent compiler warningdavide2013-03-091-1/+2
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-0910-3359/+0
* MFCattilio2013-03-0843-15789/+0
|\
| * Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-0213-4461/+0
| * Garbage collect PORTALFS bits which are now completely disconnected fromattilio2013-03-023-916/+0
| * 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
OpenPOWER on IntegriCloud