summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* e2fs_bpg and e2fs_isize are always unsigned.pfg2013-06-091-2/+2
* Add missing VM object unlocks in an error case.alc2013-06-071-0/+2
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-4/+7
* Relax the vm object locking. Use a read lock.alc2013-06-051-5/+5
* Eliminate unnecessary vm object locking from tmpfs_nocacheread().alc2013-06-041-2/+0
* ext2fs: space vs tab.pfg2013-06-032-2/+2
* ext2fs: Small cosmetic fixes.pfg2013-06-032-2/+3
* ext2fs: Update Block Group Descriptor struct.pfg2013-06-031-3/+7
* - Convert the bufobj lock to rwlock.jeff2013-05-315-4/+7
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node iskib2013-05-301-0/+2
* Post-r248567, there were times when the client would return armacklem2013-05-281-4/+2
* Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(),kib2013-05-211-7/+19
* Fix typo in comment.des2013-05-151-1/+1
* Add support for the eofflag to nfs_readdir() in the new NFSrmacklem2013-05-121-1/+8
* Fix several typoseadler2013-05-121-1/+1
* fdescfs: Supply a real value for d_type in readdir.jilles2013-05-121-1/+1
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-114-7/+50
* Avoid deactivating the page if it is already on a queue, only requeuekib2013-05-061-6/+10
* Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflectdavide2013-05-041-8/+9
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.davide2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-042-10/+30
* The fsync(2) call should sync the vnode in such way that even afterkib2013-05-022-13/+50
* Fix the v_object leak for non-regular tmpfs vnodes.kib2013-05-021-0/+3
* For the new regular tmpfs vnode, v_object is initialized beforekib2013-05-023-14/+34
* The page read or written could be wired. Do not requeue if the pagekib2013-05-021-2/+4
* Fix a bug that allows NFS clients to issue READDIR on files.des2013-04-291-0/+2
* Rework the handling of the tmpfs node backing swap object and tmpfskib2013-04-282-164/+103
* When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-182-1/+20
* Both NFS clients can deadlock when using the "rdirplus" mountrmacklem2013-04-181-2/+10
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-172-2/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-1712-21/+367
* - Correct spelling in commentsgabor2013-04-171-1/+1
* - 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
OpenPOWER on IntegriCloud