summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
OpenPOWER on IntegriCloud