summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Before invoking vnode operations on cache vnodes, acquire the vnoderwatson2008-02-081-1/+9
* Remove undefined coda excluded by #if 1 #else, which previously protectedrwatson2008-02-081-12/+0
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-3/+3
* Remove Giant acquisition around soreceive() and sosend() in fifofs. Therwatson2008-01-261-10/+4
* Cleanup lockmgr interface and exported KPI:attilio2008-01-2410-40/+32
* Put "coda_rdwr: Internally Opening" printf generated by in-kernel writesrwatson2008-01-211-0/+2
* Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY,rwatson2008-01-211-14/+4
* Remove unused oldhash definition from Coda namecache.rwatson2008-01-191-5/+0
* Improve default vnode operation handling for Coda:rwatson2008-01-191-4/+1
* Rework coda_statfs(): no longer need to zero the statfs structure orrwatson2008-01-191-6/+1
* Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on therwatson2008-01-191-3/+2
* Don't acquire an additional vnode reference to a vnode when it is openedrwatson2008-01-191-5/+0
* Don't declare functions as extern.rwatson2008-01-194-27/+22
* Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so asrwatson2008-01-191-1/+1
* Lock the new directory vnode returned by coda_mkdir(), as this is requiredrwatson2008-01-191-1/+5
* Borrow the VM object associated with an underlying cache vnode with therwatson2008-01-191-1/+5
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedkib2008-01-181-0/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-1331-118/+105
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-1035-77/+77
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-082-10/+12
* Lock the vnode interlock while reading v_usecount to update si_usecountjhb2008-01-081-0/+3
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-072-0/+17
* g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* Remove explicit locking of struct file.jeff2007-12-302-8/+2
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-1/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4,markus2007-12-111-1/+1
* Turn MPASS(0) into panic with more obvious reason why the assertiondelphij2007-12-071-5/+5
* size_max should be unsigned, as such, use size_t here.delphij2007-12-061-1/+1
* Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfswkoszek2007-12-041-1/+3
* o English lesson from bde@: "iff" is not a typo, it means "if and only if".maxim2007-11-181-1/+1
* MFp4: Several fixes to tmpfs which makes it to survive from pho@'sdelphij2007-11-184-33/+46
* MFp4: Fix several style(9) bugs.delphij2007-11-181-19/+12
* o Mask maximum file permissions we get from mount_ntfs -mmaxim2007-11-171-1/+2
* o Fix a typo in the comment.maxim2007-11-171-1/+1
* o Do not leak inodes hash table at module unload.maxim2007-11-131-0/+1
* Correct a stack overflow which will trigger panics whendelphij2007-11-121-1/+1
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-252-16/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-243-10/+10
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-194-10/+18
* Add noclusterr and noclusterw options to the options list. I forgot thesebde2007-10-181-1/+1
* Fix some style bugs in the mount options list. Mainly, sort the list,bde2007-10-181-6/+7
* In msdosfs_settattr(), don't do synchronous updates of the denodebde2007-10-181-1/+1
* Get rid of qaddr_t.alfred2007-10-1613-23/+23
* This changes give nullfs correctly work with latest unionfs.daichi2007-10-142-5/+25
* Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-143-2/+32
* Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
* Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
* Added NULL check code pointed out by Coverity. (via Stanislavdaichi2007-10-141-0/+2
OpenPOWER on IntegriCloud