aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-131-1/+1
* - Consolidate error handling in the cd9660 and udf mount routines.John Baldwin2009-02-112-24/+26
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnameJohn Baldwin2009-02-092-24/+55
* Use the same style as the rest of the file for the optional data stringJohn Baldwin2009-02-091-1/+1
* Lookup up the directory entry for the tmpfs node that are deleted byKonstantin Belousov2009-02-083-22/+10
* Add rudimentary support for symbolic links on UDF. Links are stored as aJohn Baldwin2009-02-062-3/+124
* Add support for fifos to UDF:John Baldwin2009-02-063-0/+64
* Tweak the output of VOP_PRINT/vn_printf() some.John Baldwin2009-02-061-0/+1
* After r186194 the *fs_strategy() functions always return 0.Bjoern A. Zeeb2009-01-312-4/+2
* Remove unused local variables.Bjoern A. Zeeb2009-01-318-20/+2
* Mark most often used sysctl's as MPSAFE.Ed Schouten2009-01-281-2/+3
* Use the correct field name for the size of the sierra_id. While thisWarner Losh2009-01-281-1/+1
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringJohn Baldwin2009-01-284-50/+114
* Sync with ufs_vnops.c:1.245 and remove support for accessing device nodesJohn Baldwin2009-01-281-3/+7
* Assert an exclusive vnode lock for fifo_cleanup() and fifo_close() sinceJohn Baldwin2009-01-281-2/+2
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* The kernel may do unbalanced calls to fifo_close() for fifo vnode,Konstantin Belousov2009-01-261-1/+4
* Turn a "panic: non-decreasing id" into an error printf. This seemsEdward Tomasz Napierala2009-01-131-2/+5
* Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfsEdward Tomasz Napierala2009-01-111-0/+1
* Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked.Joe Marcus Clarke2009-01-091-0/+1
* Don't panic with "vinvalbuf: dirty bufs" when the mounted device that wasEdward Tomasz Napierala2009-01-081-2/+18
* Add a VOP_VPTOCNP implementation for pseudofs which covers file systemsJoe Marcus Clarke2008-12-301-0/+79
* When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim callsKonstantin Belousov2008-12-291-1/+2
* vm_map_lock_read() does not increment map->timestamp, so we shouldKonstantin Belousov2008-12-291-1/+1
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitKonstantin Belousov2008-12-291-11/+5
* Drop the pseudofs vnode lock around call to pfs_read handler. The handlerKonstantin Belousov2008-12-291-15/+18
* After the pfs_vncache_mutex is dropped, another thread may attempt toKonstantin Belousov2008-12-291-13/+26
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-165-5/+5
* Reference the vmspace of the process being inspected by procfs, linprocfsKonstantin Belousov2008-12-121-1/+8
* Do not leak defs_de_interlock on error.Konstantin Belousov2008-12-121-1/+3
* Implement VOP_VPTOCNP for devfs. Directory and character device vnodes areJoe Marcus Clarke2008-12-121-0/+65
* Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.Joe Marcus Clarke2008-12-121-0/+1
* Relock user map earlier, to have the lock held when break leaves theKonstantin Belousov2008-12-101-2/+1
* Make two style changes to create new commit and document proper commitKonstantin Belousov2008-12-081-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-12-081-9/+28
* The timezone byte is a signed value, treat it as such.Tim Kientzle2008-11-271-1/+1
* In null_lookup(), do the needed cleanup instead of panicing sayingKonstantin Belousov2008-11-261-5/+4
* - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.Ulf Lilleengen2008-11-261-2/+6
* Simplify mode_t check treatment (suggested by trasz).Daichi GOTO2008-11-251-39/+2
* Fixes Unionfs socket issue reported as kern/118346.Daichi GOTO2008-11-253-39/+191
* - Fix a typo in a comment.John Baldwin2008-11-183-9/+5
* When looking up the vnode for the device to mount the filesystem on,John Baldwin2008-11-181-12/+8
* Remove copy/paste code from UFS to handle sparse blocks. While RockJohn Baldwin2008-11-181-6/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryJohn Baldwin2008-11-183-6/+0
* Remove unnecessary locking around vn_fullpath(). The vnode lock for theJohn Baldwin2008-11-042-11/+6
* Don't pass WANTPARENT to the pathname lookup of the mount point for aJohn Baldwin2008-11-041-4/+1
* Fix few missed accmode changes in coda.Edward Tomasz Napierala2008-11-033-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-1/+1
* Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson2008-11-021-2/+2
* Remove the call to getinoquota() from ntfs_access. How did it get there?!Edward Tomasz Napierala2008-11-021-7/+0