summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* - A sanity check in unionfs verifies that lookups of '.' return thedas2003-11-141-27/+21
* Initialize b_iooffset correctly.phk2003-11-131-0/+1
* Don't mess around with spare fields of public structures.phk2003-11-121-1/+0
* Don't mess about with spare fields in public structures.phk2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-1/+1
* If fifo_open() is interrupted, fifo_close() may not get called, causingtruckman2003-11-101-9/+23
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Add hooks for translating directories entries using the iconv methods.scottl2003-11-055-32/+172
* Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that thescottl2003-11-052-0/+46
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-052-9/+9
* Take care not to call vput if thread used in corresponding vgetkan2003-11-021-1/+2
* Remove now unused variable.kan2003-11-011-1/+0
* Temporarily undo parts of the stuct mount locking commit by jeff.kan2003-11-011-2/+1
* Do not bother walking mount point vnode list just to calculatekan2003-11-011-5/+1
* Remember to check the DE_WHITEOUT flag in the case where a clonedphk2003-10-201-4/+9
* When a driver successfully created a device on demand, we can directlyphk2003-10-201-7/+6
* Remove debug printf().mux2003-10-191-1/+0
* Initialize b_iooffset before calling strategyphk2003-10-181-0/+1
* DuH!phk2003-10-184-4/+4
* Initialize b_offset before calling VOP_SPECSTRATEGY()phk2003-10-181-0/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-186-3/+3
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.phk2003-10-182-4/+2
* Introduce a new optional memberfunction for cdevsw, fdopen() whichphk2003-10-151-2/+7
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.bde2003-10-051-2/+1
* - Check the XLOCK prior to inspecting v_data.jeff2003-10-051-0/+4
* - Check XLOCK prior to accessing v_data.jeff2003-10-051-0/+6
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us sojeff2003-10-051-1/+0
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-057-9/+0
* Synchronize access to a vm page's valid field using the containingalc2003-10-042-9/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labeljeff2003-10-041-3/+5
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesjeff2003-10-041-1/+1
* Synchronize access to a page's valid field by using the lock from itsalc2003-10-041-1/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-042-10/+2
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-024-60/+26
* Add a new column to the procfs map to hold the name of the mappedrwatson2003-09-291-2/+16
* forgot to remove static declaration of fdesc_poll()phk2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyphk2003-09-271-13/+0
* Fixed some style bugs in previous commit. Mainly, forward-declarebde2003-09-271-15/+21
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-2623-460/+981
* Allow the [, ], and = characters in non-8.3 filenames since theytjr2003-09-261-2/+2
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-192-6/+6
* Move an overly verbose message under #ifdef CODA_VERBOSE.tjr2003-09-131-0/+2
* Move an annoying printf() call that gets triggered every time antjr2003-09-101-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-0711-342/+388
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
* Use the requested page's object field instead of the vnode's. In somealc2003-08-221-2/+5
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
OpenPOWER on IntegriCloud