aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFC pseudofs_vnops.c 1.43: Fix a panic in pseudofs(9).Jacques Vidrine2004-02-101-0/+5
* MFC rev 1.9-1.10: Allow path rules to work on directories.Colin Percival2004-01-291-1/+2
* MFC: Make msdosfs long filenames matching case insensitive again.Tim J. Robbins2003-12-171-3/+5
* MFC rev. 1.33: Don't sign-extend characters in file names.Tim J. Robbins2003-12-171-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-0736-12026/+0
* Fix vnode locking in fdesc_setattr. Lock vnode before invokingAlexander Kabaev2003-11-191-5/+5
* Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition forDon Lewis2003-11-161-6/+3
* - A sanity check in unionfs verifies that lookups of '.' return theDavid Schultz2003-11-141-27/+21
* Initialize b_iooffset correctly.Poul-Henning Kamp2003-11-131-0/+1
* Don't mess around with spare fields of public structures.Poul-Henning Kamp2003-11-121-1/+0
* Don't mess about with spare fields in public structures.Poul-Henning Kamp2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-1/+1
* If fifo_open() is interrupted, fifo_close() may not get called, causingDon Lewis2003-11-101-9/+23
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Add hooks for translating directories entries using the iconv methods.Scott Long2003-11-055-32/+172
* Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that theScott Long2003-11-052-0/+46
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-052-9/+9
* Take care not to call vput if thread used in corresponding vgetAlexander Kabaev2003-11-021-1/+2
* Remove now unused variable.Alexander Kabaev2003-11-011-1/+0
* Temporarily undo parts of the stuct mount locking commit by jeff.Alexander Kabaev2003-11-011-2/+1
* Do not bother walking mount point vnode list just to calculateAlexander Kabaev2003-11-011-5/+1
* Remember to check the DE_WHITEOUT flag in the case where a clonedPoul-Henning Kamp2003-10-201-4/+9
* When a driver successfully created a device on demand, we can directlyPoul-Henning Kamp2003-10-201-7/+6
* Remove debug printf().Maxime Henrion2003-10-191-1/+0
* Initialize b_iooffset before calling strategyPoul-Henning Kamp2003-10-181-0/+1
* DuH!Poul-Henning Kamp2003-10-184-4/+4
* Initialize b_offset before calling VOP_SPECSTRATEGY()Poul-Henning Kamp2003-10-181-0/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.Poul-Henning Kamp2003-10-186-3/+3
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.Poul-Henning Kamp2003-10-182-4/+2
* Introduce a new optional memberfunction for cdevsw, fdopen() whichPoul-Henning Kamp2003-10-151-2/+7
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.Bruce Evans2003-10-051-2/+1
* - Check the XLOCK prior to inspecting v_data.Jeff Roberson2003-10-051-0/+4
* - Check XLOCK prior to accessing v_data.Jeff Roberson2003-10-051-0/+6
* - Don't cache_purge() in cd9660_reclaim. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-057-9/+0
* Synchronize access to a vm page's valid field using the containingAlan Cox2003-10-042-9/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labelJeff Roberson2003-10-041-3/+5
* - Acquire the vnode interlock prior to droping the mntvnode_mtx. This doesJeff Roberson2003-10-041-1/+1
* Synchronize access to a page's valid field by using the lock from itsAlan Cox2003-10-041-1/+2
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to aJeff Roberson2003-10-042-10/+2
* Introduce a uiomove_frombuf helper routine that handles computing andJacques Vidrine2003-10-024-60/+26
* Add a new column to the procfs map to hold the name of the mappedRobert Watson2003-09-291-2/+16
* forgot to remove static declaration of fdesc_poll()Poul-Henning Kamp2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyPoul-Henning Kamp2003-09-271-13/+0
* Fixed some style bugs in previous commit. Mainly, forward-declareBruce Evans2003-09-271-15/+21
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-2623-460/+981
* Allow the [, ], and = characters in non-8.3 filenames since theyTim J. Robbins2003-09-261-2/+2
* - Remove interlock protection around VI_XLOCK. The interlock is notJeff Roberson2003-09-192-6/+6
* Move an overly verbose message under #ifdef CODA_VERBOSE.Tim J. Robbins2003-09-131-0/+2
* Move an annoying printf() call that gets triggered every time anTim J. Robbins2003-09-101-0/+2