summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Do not leak vnode lock when msdosfs mount is updated and specifiedkib2010-03-021-3/+2
* Only destroy pm_fatlock on error if it was initialized.kib2010-03-021-1/+1
* Mark msdosfs as mpsafe.kib2010-02-281-0/+1
* Fix the race between dotdot lookup and forced unmount, by usingkib2010-02-281-23/+81
* Use pm_fatlock to protect per-filesystem rb tree used to allocate filenokib2010-02-281-10/+6
* Add assertions for FAT bitmap state.kib2010-02-281-0/+8
* Use pm_fatlock to protect fat bitmap.kib2010-02-282-12/+38
* Add per-mountpoint lockmgr lock for msdosfs. It is intended to be usedkib2010-02-282-1/+19
* In msdosfs deget(), properly handle the case when the vnode is found in hash.kib2010-02-281-3/+2
* In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED andkib2010-02-281-2/+2
* Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir,kib2010-02-281-2/+0
* Assert that the msdosfs vnode is (e)locked in several places.kib2010-02-282-8/+8
* Remove unused global statistic about fat cache usage.kib2010-02-281-21/+0
* Fix common misspelling of hierarchyuqs2010-02-202-2/+2
* Invalid filesystem might cause the bp to be never read.kib2010-02-141-1/+2
* Change the default value for vfs.newnfs.enable_locallocks to 0 forrmacklem2010-02-141-1/+1
* This fixes the experimental NFS server so that it won't crash in thermacklem2010-02-131-3/+3
* Fix function name in the comment in the second location too.kib2010-02-131-1/+1
* - Add idempotency guards so the structures can be used in other utilities.kib2010-02-136-23/+24
* Use M_ZERO instead of calling bzero().kib2010-02-131-3/+2
* Remove unused macros.kib2010-02-131-3/+0
* Patch the experimental NFS client so that there is a timeoutrmacklem2010-01-314-58/+138
* Properly use dev_refl()/dev_rel() in kern.devname.ed2010-01-311-10/+13
* Add "maxfilesize" mount option for tmpfs to allow specifying thejh2010-01-291-57/+8
* Patch the experimental NFS client in a manner analogous tormacklem2010-01-285-18/+35
* Don't touch v_interlock; use VI_* macros instead.trasz2010-01-272-8/+8
* On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit alignedmarius2010-01-232-10/+17
* Truncate read request rather than returning EIO if the request isjh2010-01-221-4/+2
* - Change the type of nodes_max to u_int and use "%u" format string tojh2010-01-202-7/+10
* Revert parts of r202283:lulf2010-01-181-4/+7
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-1417-0/+7533
* - Fix some style bugs in tmpfs_mount(). [1]jh2010-01-132-11/+7
* Update the comment on printing group membership to reflect that factbrooks2010-01-091-1/+1
* Remove unused smbfs_smb_qpathinfo().trasz2010-01-081-110/+0
* - Change the type of size_max to u_quad_t because its value is convertedjh2010-01-081-3/+3
* The test for "same client" for the experimental nfs server over NFSv4rmacklem2010-01-031-1/+1
* Fix three related problems in the experimental nfs client whenrmacklem2010-01-031-24/+19
* Fix the experimental NFS client so that it can create Unixrmacklem2009-12-311-4/+9
* When porting the experimental nfs subsystem to the FreeBSD8 krpc,rmacklem2009-12-263-104/+8
* Modify the experimental server so that it uses VOP_ACCESSX().rmacklem2009-12-254-142/+75
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-7/+18
* Allow using IPv6 in nfsrvd_sentcache() callback.delphij2009-12-081-2/+3
* Fix ntfs such that it understand media with a non-512-bytes sector size:guido2009-12-073-7/+15
* Remove unneeded ifdefs.trasz2009-12-037-252/+8
* Don't use ap->a_td->td_ucred when we were passed ap->a_cred.trasz2009-12-021-1/+1
* Modify the experimental nfs server so that it falls back tormacklem2009-11-231-38/+44
* Patch the experimental NFS server is a manner analagous tormacklem2009-11-203-19/+29
* Create verifier used by FreeBSD NFS client is suboptimal because thejh2009-11-111-14/+25
* - Improve comments about locking of the "struct fifoinfo" which is a bitattilio2009-11-061-8/+9
* There is no need to "busy" a page when the object is locked for the durationalc2009-10-261-2/+1
OpenPOWER on IntegriCloud