aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Properly implement a default version of VOP_GETWRITEMOUNT.Poul-Henning Kamp2004-11-062-2/+0
* Add back securelevel check for disks.Poul-Henning Kamp2004-11-041-0/+12
* s/ffs/ntfs/Poul-Henning Kamp2004-11-041-2/+6
* Make a more whole-hearted attempt at GEOM'ifying NTFS.Poul-Henning Kamp2004-11-033-9/+21
* Don't give disks special treatment, they don't come this way anymore.Poul-Henning Kamp2004-10-291-37/+0
* Remove VOP_SPECSTRATEGY() from the system.Poul-Henning Kamp2004-10-291-57/+0
* Move NTFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-30/+1
* Move HPFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-293-33/+26
* Move CD9660 to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-296-36/+37
* Move UDF to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-293-25/+28
* Move MSDOSFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-294-52/+47
* Give dev_strategy() an explict cdev argument in preparation for removingPoul-Henning Kamp2004-10-291-1/+1
* Reduce the locking activity by epsilon by checking VNON condition beforePoul-Henning Kamp2004-10-281-4/+3
* What can I say: don't allow people to mount DEVFS with option "nodev".Poul-Henning Kamp2004-10-282-8/+2
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-276-18/+6
* Put the I/O block size in bufobj->bo_bsize.Poul-Henning Kamp2004-10-261-1/+1
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-251-4/+5
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitePoul-Henning Kamp2004-10-222-624/+551
* 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