summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Do not use null_bypass for VOP_ISLOCKED, directly call defaultpho2009-03-181-0/+1
* Remove the null_islocked() overloaded vop because the standard one doesattilio2009-03-131-9/+0
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-112-2/+4
* Enable advisory file locking for devfs vnodes.kib2009-03-111-9/+0
* Do not use bypass for vop_vptocnp() from nullfs, call standardkib2009-03-101-0/+1
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-1/+1
* udf: use truly unique directory cookieavg2009-03-041-1/+1
* udf_strategy: remove redundant commentavg2009-03-041-4/+0
* udf_readdir: do not advance offset if entry can not be uio-edavg2009-03-031-1/+1
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-023-9/+9
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-275-12/+14
* udf_readatoffset: return correct size and data pointer for data in fentryavg2009-02-271-0/+6
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEavg2009-02-263-25/+23
* udf: add read-ahead support modeled after cd9660avg2009-02-262-3/+23
* udf_map: return proper error code instead of leaking an internal oneavg2009-02-261-2/+13
* udf_read: correctly read data from files with data embedded into fentry,avg2009-02-261-0/+26
* udf_strategy: tiny optimization of logic, calculations; extra diagnosticsavg2009-02-261-14/+11
* Right now, when trying to unmount a device that's already gone,trasz2009-02-231-3/+3
* Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().alc2009-02-221-34/+11
* Simplify the unwiring and activation of pages.alc2009-02-221-4/+2
* style nit in r188815avg2009-02-191-1/+1
* fs/udf: fix incorrect error return (-1) when reading a large diravg2009-02-191-4/+3
* Fix a logic bug that caused the pfs_attr method to be called only fordes2009-02-162-8/+11
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-1/+1
* - Consolidate error handling in the cd9660 and udf mount routines.jhb2009-02-112-24/+26
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnamejhb2009-02-092-24/+55
* Use the same style as the rest of the file for the optional data stringjhb2009-02-091-1/+1
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-083-22/+10
* Add rudimentary support for symbolic links on UDF. Links are stored as ajhb2009-02-062-3/+124
* Add support for fifos to UDF:jhb2009-02-063-0/+64
* Tweak the output of VOP_PRINT/vn_printf() some.jhb2009-02-061-0/+1
* After r186194 the *fs_strategy() functions always return 0.bz2009-01-312-4/+2
* Remove unused local variables.bz2009-01-318-20/+2
* 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
OpenPOWER on IntegriCloud