summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatrwatson2004-07-221-7/+9
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-153-3/+4
* Another LINT compilation fixphk2004-07-131-1/+0
* Make LINT compilephk2004-07-132-2/+0
* Remove 'td = curthread' that shadows the arguments to coda_root().rwatson2004-07-121-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-1218-49/+59
* Update for the KDB framework:marcel2004-07-101-3/+4
* Update for the KDB framework:marcel2004-07-102-3/+3
* Accumulate directory entries in a fixed-length sbuf, and uiomove them indes2004-07-091-8/+10
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-042-14/+3
* Remove "register" keyword and trailing white space.phk2004-07-035-60/+60
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-034-14/+233
* Remove spls from portal_open(). Acquire socket lock while sleepingrwatson2004-06-241-7/+8
* Make the udf_vnops side endian clean.scottl2004-06-231-35/+41
OpenPOWER on IntegriCloud