summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-296-36/+37
* Move UDF to GEOM backing instead of DEVFS.phk2004-10-293-25/+28
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-294-52/+47
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-291-1/+1
* Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-281-4/+3
* What can I say: don't allow people to mount DEVFS with option "nodev".phk2004-10-282-8/+2
* Eliminate unnecessary KASSERTs.phk2004-10-276-18/+6
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-1/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-4/+5
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitephk2004-10-222-624/+551
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-3/+2
* Minor Bug fix. Some file was not translated.takawata2004-10-051-2/+2
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-053-1/+11
* Fix a problem when you try to mount a directory on another directorytakawata2004-10-021-0/+2
* Don't PHOLD() the target process in procfs, since this is already donedas2004-10-013-6/+3
* XXX mark two places where we do not hold a threadcount on the dev whenphk2004-09-241-0/+2
* Hold proper thread count while frobbing drivers ioctl.phk2004-09-241-6/+13
* Remove devsw() call missed in last commit.phk2004-09-241-1/+0
* Use def_re[fl]thread().phk2004-09-241-95/+46
* Eliminate DEV_STRATEGY() macro: call dev_strategy() directly.phk2004-09-231-18/+2
* Do not use devsw() but si_devsw direction. This is still bogus but aphk2004-09-231-1/+1
* Do not refcount the cdevsw, but rather maintain a cdev->si_threadcountphk2004-09-231-18/+42
* Pointy hat please!phk2004-09-221-3/+3
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-212-21/+9
* The getpages VOP was a good stab at getting scatter/gather I/O withoutphk2004-09-191-181/+0
* Remove unused B_WRITEINPROG flagphk2004-09-152-4/+0
* Remove the buffercache/vnode side of BIO_DELETE processing inphk2004-09-131-33/+2
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andtjr2004-09-081-3/+3
* Merge from NetBSD:tjr2004-09-081-3/+18
* Merge from NetBSD:tjr2004-09-081-0/+5
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-071-21/+2
* Explicitly pass vnode to smbfs_doio() function.phk2004-09-073-6/+3
* Explicitly pass the vnode to the nw_doio() function.phk2004-09-073-7/+4
* Temporarily back out revision 1.77. This changed cd9660_getattr() andtjr2004-09-051-14/+6
* Back out pseudo_vnops.c:1.45, which was a workaround for pfind()rwatson2004-09-021-11/+0
* General modernization of coda:brooks2004-09-014-93/+54
* Kill count device support from config. I've changed the last fewpeter2004-08-303-3/+3
* Remove bogus vrele() call added in previous.tjr2004-08-271-2/+0
* Improve the robustness of MSDOSFSMNT_KICONV handling:tjr2004-08-261-12/+39
* Release the vnode cache mutex when calling vgone(), since vgone() maydes2004-08-151-26/+39
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-5/+5
* Commit a work-around for a more general bug involving process state:rwatson2004-08-131-0/+11
* use bufdone() not biodone().phk2004-08-081-3/+3
* Use bufdone(), not biodone().phk2004-08-081-2/+2
* Push all changes to disk before downgrading a mount from rw to ro.phk2004-08-071-0/+3
* Put a version element in the VFS filesystem configuration structurephk2004-07-3016-96/+88
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-284-5/+6
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-264-9/+9
OpenPOWER on IntegriCloud