summaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Assert that OBJ_TMPFS flag on the vm object for the tmpfs node isKonstantin Belousov2013-05-301-0/+2
* Post-r248567, there were times when the client would return aRick Macklem2013-05-281-4/+2
* Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(),Konstantin Belousov2013-05-211-7/+19
* Fix typo in comment.Dag-Erling Smørgrav2013-05-151-1/+1
* Add support for the eofflag to nfs_readdir() in the new NFSRick Macklem2013-05-121-1/+8
* Fix several typosEitan Adler2013-05-121-1/+1
* fdescfs: Supply a real value for d_type in readdir.Jilles Tjoelker2013-05-121-1/+1
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). TheKonstantin Belousov2013-05-114-7/+50
* Avoid deactivating the page if it is already on a queue, only requeueKonstantin Belousov2013-05-061-6/+10
* Change VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLOCK() to reflectDavide Italiano2013-05-041-8/+9
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-042-10/+30
* The fsync(2) call should sync the vnode in such way that even afterKonstantin Belousov2013-05-022-13/+50
* Fix the v_object leak for non-regular tmpfs vnodes.Konstantin Belousov2013-05-021-0/+3
* For the new regular tmpfs vnode, v_object is initialized beforeKonstantin Belousov2013-05-023-14/+34
* The page read or written could be wired. Do not requeue if the pageKonstantin Belousov2013-05-021-2/+4
* Fix a bug that allows NFS clients to issue READDIR on files.Dag-Erling Smørgrav2013-04-291-0/+2
* Rework the handling of the tmpfs node backing swap object and tmpfsKonstantin Belousov2013-04-282-164/+103
* When an NFS unmount occurs, once vflush() writes the last dirtyRick Macklem2013-04-182-1/+20
* Both NFS clients can deadlock when using the "rdirplus" mountRick Macklem2013-04-181-2/+10
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver toKenneth D. Merry2013-04-172-2/+2
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatKenneth D. Merry2013-04-1712-21/+367
* - Correct spelling in commentsGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-172-2/+2
* Prepare to replace the buf splay with a trie:Jeff Roberson2013-04-061-2/+0
* Strip the unnneeded spaces, mostly at the end of lines.Konstantin Belousov2013-04-011-46/+46
* - Constify local path variable for chflagsat().Pawel Jakub Dawidek2013-03-221-1/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-212-3/+4
* Initialize the variable to avoid (false) compiler warning aboutKonstantin Belousov2013-03-211-0/+1
* Do not call vnode_pager_setsize() while a NFS node mutex isKonstantin Belousov2013-03-211-1/+9
* Fix remainder calculation when biosize is not a power of 2Ed Maste2013-03-191-3/+3
* Remove negative name cache entry pointing to the target name, whichKonstantin Belousov2013-03-171-0/+1
* Add currently unused flag argument to the cluster_read(),Konstantin Belousov2013-03-145-10/+12
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-133-14/+7
* Finish r243882: mechanically substitute flags from historic mbufGleb Smirnoff2013-03-121-8/+8
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutDavide Italiano2013-03-092-15/+16
* - Initialize variable in smbfs_rename() to silent compiler warningDavide Italiano2013-03-091-1/+2
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-0910-3359/+0
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-099-62/+68
* Garbage collect NTFS bits which are now completely disconnected fromAttilio Rao2013-03-0213-4461/+0
* Garbage collect PORTALFS bits which are now completely disconnected fromAttilio Rao2013-03-023-916/+0
* Garbage collect CODAFS bits which are now completely disconnected fromAttilio Rao2013-03-0218-6056/+0
* Garbage collect HPFS bits which are now already completely disconnectedAttilio Rao2013-03-029-4356/+0
* nullfs: Improve f_flags in statfs().Jilles Tjoelker2013-03-021-1/+2
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-025-9/+7
* Eliminate a duplicate #include.Alan Cox2013-02-261-1/+0
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-2/+0
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-212-3/+1
* The request queue is already locked, so we don't need the splsofclock/splxWarner Losh2013-02-211-3/+1
* Do not update the fsinfo block on each update of any fat block, thisKonstantin Belousov2013-02-173-30/+45