summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-243-3/+3
* Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.marcel2008-02-211-8/+7
* Remove custom queue macros in Coda, replacing them with queue(9) tailqrwatson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDrwatson2008-02-171-1/+0
* The possibly interruptible msleep in coda_call() means well, but isrwatson2008-02-151-1/+1
* Spell replys as replies.rwatson2008-02-152-8/+8
* Reorder and clean up make_coda_node(), annotate weaknesses in therwatson2008-02-151-20/+25
* Remove debugging code under OLD_DIAGNOSTIC; this is all >10 years old andrwatson2008-02-142-32/+3
* In Coda, flush the attribute cache for a cnode when its fid isrwatson2008-02-141-1/+4
* Update cache flushing behavior in light of recent namecache andrwatson2008-02-131-7/+0
* Implement a rudimentary access cache for the Coda kernel module,rwatson2008-02-133-28/+117
* Remove now-unused Coda namecache.rwatson2008-02-132-905/+0
* Rather than having the Coda module use its own namecache, use the globalrwatson2008-02-136-165/+112
* Fix a lock leak in the ntfs locking scheme:attilio2008-02-131-1/+1
* Clean up coda_pathconf() slightly while debugging a problem there.rwatson2008-02-111-11/+7
* Since we're now actively maintaining the Coda module in the FreeBSD sourcerwatson2008-02-1018-3954/+4002
* Various further non-functional cleanups to coda:rwatson2008-02-0910-104/+56
* No reason not to maintain stats on statfs in Coda, as it's done forrwatson2008-02-091-3/+3
* Remove unused devtomp(), which exploited UFS-specific knowledge to findrwatson2008-02-092-24/+0
* Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPPrwatson2008-02-092-38/+1
* Lock cache vnode when VOP_FSYNC() is called on a Coda vnode.rwatson2008-02-091-2/+5
* Make all calls to vn_lock() in Coda, including recently added ones,rwatson2008-02-092-7/+7
* The Coda module was originally ported to NetBSD from Mach by rvb, andrwatson2008-02-086-13/+16
* 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
OpenPOWER on IntegriCloud