summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Mark most often used sysctl's as MPSAFE.ed2009-01-281-2/+3
* Use the correct field name for the size of the sierra_id. While thisimp2009-01-281-1/+1
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-284-50/+114
* Sync with ufs_vnops.c:1.245 and remove support for accessing device nodesjhb2009-01-281-3/+7
* Assert an exclusive vnode lock for fifo_cleanup() and fifo_close() sincejhb2009-01-281-2/+2
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* The kernel may do unbalanced calls to fifo_close() for fifo vnode,kib2009-01-261-1/+4
* Turn a "panic: non-decreasing id" into an error printf. This seemstrasz2009-01-131-2/+5
* Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfstrasz2009-01-111-0/+1
* Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked.marcus2009-01-091-0/+1
* Don't panic with "vinvalbuf: dirty bufs" when the mounted device that wastrasz2009-01-081-2/+18
* Add a VOP_VPTOCNP implementation for pseudofs which covers file systemsmarcus2008-12-301-0/+79
* When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim callskib2008-12-291-1/+2
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-1/+1
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitkib2008-12-291-11/+5
* Drop the pseudofs vnode lock around call to pfs_read handler. The handlerkib2008-12-291-15/+18
* After the pfs_vncache_mutex is dropped, another thread may attempt tokib2008-12-291-13/+26
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-165-5/+5
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-1/+8
* Do not leak defs_de_interlock on error.kib2008-12-121-1/+3
* Implement VOP_VPTOCNP for devfs. Directory and character device vnodes aremarcus2008-12-121-0/+65
* Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.marcus2008-12-121-0/+1
* Relock user map earlier, to have the lock held when break leaves thekib2008-12-101-2/+1
* Make two style changes to create new commit and document proper commitkib2008-12-081-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-12-081-9/+28
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* In null_lookup(), do the needed cleanup instead of panicing sayingkib2008-11-261-5/+4
* - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.lulf2008-11-261-2/+6
* Simplify mode_t check treatment (suggested by trasz).daichi2008-11-251-39/+2
* Fixes Unionfs socket issue reported as kern/118346.daichi2008-11-253-39/+191
* - Fix a typo in a comment.jhb2008-11-183-9/+5
* When looking up the vnode for the device to mount the filesystem on,jhb2008-11-181-12/+8
* Remove copy/paste code from UFS to handle sparse blocks. While Rockjhb2008-11-181-6/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryjhb2008-11-183-6/+0
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-042-11/+6
* Don't pass WANTPARENT to the pathname lookup of the mount point for ajhb2008-11-041-4/+1
* Fix few missed accmode changes in coda.trasz2008-11-033-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+1
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-021-2/+2
* Remove the call to getinoquota() from ntfs_access. How did it get there?!trasz2008-11-021-7/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-2815-67/+69
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-235-7/+10
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2327-136/+131
* The locking in portalfs's socket connect code is no less correct thanrwatson2008-10-121-1/+0
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-107-30/+27
* Use soconnect2() rather than directly invoking uipc_connect2() torwatson2008-10-061-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+7
* Fix Vflags abuse in fdescfs. There should be no functional changes.trasz2008-10-031-3/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.trasz2008-10-031-7/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
OpenPOWER on IntegriCloud