aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-3/+2
* Minor Bug fix. Some file was not translated.Takanori Watanabe2004-10-051-2/+2
* Fix unionfs problems when a directory is mounted on other directoryTakanori Watanabe2004-10-053-1/+11
* Fix a problem when you try to mount a directory on another directoryTakanori Watanabe2004-10-021-0/+2
* Don't PHOLD() the target process in procfs, since this is already doneDavid Schultz2004-10-013-6/+3
* XXX mark two places where we do not hold a threadcount on the dev whenPoul-Henning Kamp2004-09-241-0/+2
* Hold proper thread count while frobbing drivers ioctl.Poul-Henning Kamp2004-09-241-6/+13
* Remove devsw() call missed in last commit.Poul-Henning Kamp2004-09-241-1/+0
* Use def_re[fl]thread().Poul-Henning Kamp2004-09-241-95/+46
* Eliminate DEV_STRATEGY() macro: call dev_strategy() directly.Poul-Henning Kamp2004-09-231-18/+2
* Do not use devsw() but si_devsw direction. This is still bogus but aPoul-Henning Kamp2004-09-231-1/+1
* Do not refcount the cdevsw, but rather maintain a cdev->si_threadcountPoul-Henning Kamp2004-09-231-18/+42
* Pointy hat please!Poul-Henning Kamp2004-09-221-3/+3
* De support opening device nodes on CD9660 filesystems. They arePoul-Henning Kamp2004-09-212-21/+9
* The getpages VOP was a good stab at getting scatter/gather I/O withoutPoul-Henning Kamp2004-09-191-181/+0
* Remove unused B_WRITEINPROG flagPoul-Henning Kamp2004-09-152-4/+0
* Remove the buffercache/vnode side of BIO_DELETE processing inPoul-Henning Kamp2004-09-131-33/+2
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andTim J. Robbins2004-09-081-3/+3
* Merge from NetBSD:Tim J. Robbins2004-09-081-3/+18
* Merge from NetBSD:Tim J. Robbins2004-09-081-0/+5
* Create simple function init_va_filerev() for initializing a va_filerevPoul-Henning Kamp2004-09-071-21/+2
* Explicitly pass vnode to smbfs_doio() function.Poul-Henning Kamp2004-09-073-6/+3
* Explicitly pass the vnode to the nw_doio() function.Poul-Henning Kamp2004-09-073-7/+4
* Temporarily back out revision 1.77. This changed cd9660_getattr() andTim J. Robbins2004-09-051-14/+6
* Back out pseudo_vnops.c:1.45, which was a workaround for pfind()Robert Watson2004-09-021-11/+0
* General modernization of coda:Brooks Davis2004-09-014-93/+54
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-303-3/+3
* Remove bogus vrele() call added in previous.Tim J. Robbins2004-08-271-2/+0
* Improve the robustness of MSDOSFSMNT_KICONV handling:Tim J. Robbins2004-08-261-12/+39
* Release the vnode cache mutex when calling vgone(), since vgone() mayDag-Erling Smørgrav2004-08-151-26/+39
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-5/+5
* Commit a work-around for a more general bug involving process state:Robert Watson2004-08-131-0/+11
* use bufdone() not biodone().Poul-Henning Kamp2004-08-081-3/+3
* Use bufdone(), not biodone().Poul-Henning Kamp2004-08-081-2/+2
* Push all changes to disk before downgrading a mount from rw to ro.Poul-Henning Kamp2004-08-071-0/+3
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-3016-96/+88
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-284-5/+6
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-264-9/+9
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatRobert Watson2004-07-221-7/+9
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-153-3/+4
* Another LINT compilation fixPoul-Henning Kamp2004-07-131-1/+0
* Make LINT compilePoul-Henning Kamp2004-07-132-2/+0
* Remove 'td = curthread' that shadows the arguments to coda_root().Robert Watson2004-07-121-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-1218-49/+59
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+4
* Update for the KDB framework:Marcel Moolenaar2004-07-102-3/+3
* Accumulate directory entries in a fixed-length sbuf, and uiomove them inDag-Erling Smørgrav2004-07-091-8/+10
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-042-14/+3