summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* First half of making UDF be endian-clean. This addresses the vfsops side.scottl2004-06-233-23/+28
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-10/+11
* Remove unlocked read annotation for sbspace(); the read is locked.rwatson2004-06-231-1/+0
* Reduce a fair bit of the atomics because we are now called with aphk2004-06-181-73/+55
* Merge some additional leaf node socket buffer locking fromrwatson2004-06-181-6/+27
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-172-0/+6
* Second half of the dev_t cleanup.phk2004-06-177-11/+11
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1631-93/+93
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-0/+6
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-5/+5
* Add MSG_NBIO flag option to soreceive() and sosend() that causestruckman2004-06-011-12/+6
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Switch from using the vnode interlock to a private mutex in fifo_open()truckman2004-05-171-24/+23
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-063-6/+0
* Do not drop Giant around the poll method yet, we're not ready for it.phk2004-04-121-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-0747-189/+1
* Remove ps_argsopen from this check, because of two reasons:pjd2004-04-011-1/+1
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),rwatson2004-03-312-2/+2
* Catch all cases where bread() returns an error and a valid *bp, and releasescottl2004-03-302-6/+11
* Clean up the stub fake vnode locking implemenations. The main reason thispeter2004-03-291-0/+9
* Don't reject FAT file systems with a number of "Heads" greater thanrwatson2004-03-141-1/+1
* When taking event callbacks (like process_exit) out from under Giant, thosegreen2004-03-141-0/+2
* When I was a kid my work table was one cluttered mess an cleaning it upphk2004-03-111-20/+0
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
OpenPOWER on IntegriCloud