| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the null_islocked() overloaded vop because the standard one does | attilio | 2009-03-13 | 1 | -9/+0 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 2 | -2/+4 |
* | Enable advisory file locking for devfs vnodes. | kib | 2009-03-11 | 1 | -9/+0 |
* | Do not use bypass for vop_vptocnp() from nullfs, call standard | kib | 2009-03-10 | 1 | -0/+1 |
* | Extract the no_poll() and vop_nopoll() code into the common routine | kib | 2009-03-06 | 1 | -1/+1 |
* | udf: use truly unique directory cookie | avg | 2009-03-04 | 1 | -1/+1 |
* | udf_strategy: remove redundant comment | avg | 2009-03-04 | 1 | -4/+0 |
* | udf_readdir: do not advance offset if entry can not be uio-ed | avg | 2009-03-03 | 1 | -1/+1 |
* | Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit process | kib | 2009-03-02 | 3 | -9/+9 |
* | - Hold a reference on the cdev a filesystem is mounted from in the mount. | jhb | 2009-02-27 | 5 | -12/+14 |
* | udf_readatoffset: return correct size and data pointer for data in fentry | avg | 2009-02-27 | 1 | -0/+6 |
* | udf_readatoffset: read through directory vnode, do not read > MAXBSIZE | avg | 2009-02-26 | 3 | -25/+23 |
* | udf: add read-ahead support modeled after cd9660 | avg | 2009-02-26 | 2 | -3/+23 |
* | udf_map: return proper error code instead of leaking an internal one | avg | 2009-02-26 | 1 | -2/+13 |
* | udf_read: correctly read data from files with data embedded into fentry, | avg | 2009-02-26 | 1 | -0/+26 |
* | udf_strategy: tiny optimization of logic, calculations; extra diagnostics | avg | 2009-02-26 | 1 | -14/+11 |
* | Right now, when trying to unmount a device that's already gone, | trasz | 2009-02-23 | 1 | -3/+3 |
* | Use uiomove_fromphys() instead of the combination of sf_buf and uiomove(). | alc | 2009-02-22 | 1 | -34/+11 |
* | Simplify the unwiring and activation of pages. | alc | 2009-02-22 | 1 | -4/+2 |
* | style nit in r188815 | avg | 2009-02-19 | 1 | -1/+1 |
* | fs/udf: fix incorrect error return (-1) when reading a large dir | avg | 2009-02-19 | 1 | -4/+3 |
* | Fix a logic bug that caused the pfs_attr method to be called only for | des | 2009-02-16 | 2 | -8/+11 |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 1 | -1/+1 |
* | - Consolidate error handling in the cd9660 and udf mount routines. | jhb | 2009-02-11 | 2 | -24/+26 |
* | Mark udf(4) MPSAFE and add support for shared vnode locks during pathname | jhb | 2009-02-09 | 2 | -24/+55 |
* | Use the same style as the rest of the file for the optional data string | jhb | 2009-02-09 | 1 | -1/+1 |
* | Lookup up the directory entry for the tmpfs node that are deleted by | kib | 2009-02-08 | 3 | -22/+10 |
* | Add rudimentary support for symbolic links on UDF. Links are stored as a | jhb | 2009-02-06 | 2 | -3/+124 |
* | Add support for fifos to UDF: | jhb | 2009-02-06 | 3 | -0/+64 |
* | Tweak the output of VOP_PRINT/vn_printf() some. | jhb | 2009-02-06 | 1 | -0/+1 |
* | After r186194 the *fs_strategy() functions always return 0. | bz | 2009-01-31 | 2 | -4/+2 |
* | Remove unused local variables. | bz | 2009-01-31 | 8 | -20/+2 |
* | Mark most often used sysctl's as MPSAFE. | ed | 2009-01-28 | 1 | -2/+3 |
* | Use the correct field name for the size of the sierra_id. While this | imp | 2009-01-28 | 1 | -1/+1 |
* | Mark cd9660 MPSAFE and add support for using shared vnode locks during | jhb | 2009-01-28 | 4 | -50/+114 |
* | Sync with ufs_vnops.c:1.245 and remove support for accessing device nodes | jhb | 2009-01-28 | 1 | -3/+7 |
* | Assert an exclusive vnode lock for fifo_cleanup() and fifo_close() since | jhb | 2009-01-28 | 1 | -2/+2 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -2/+2 |
* | The kernel may do unbalanced calls to fifo_close() for fifo vnode, | kib | 2009-01-26 | 1 | -1/+4 |
* | Turn a "panic: non-decreasing id" into an error printf. This seems | trasz | 2009-01-13 | 1 | -2/+5 |
* | Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfs | trasz | 2009-01-11 | 1 | -0/+1 |
* | Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked. | marcus | 2009-01-09 | 1 | -0/+1 |
* | Don't panic with "vinvalbuf: dirty bufs" when the mounted device that was | trasz | 2009-01-08 | 1 | -2/+18 |
* | Add a VOP_VPTOCNP implementation for pseudofs which covers file systems | marcus | 2008-12-30 | 1 | -0/+79 |
* | When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim calls | kib | 2008-12-29 | 1 | -1/+2 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 1 | -1/+1 |
* | Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit | kib | 2008-12-29 | 1 | -11/+5 |
* | Drop the pseudofs vnode lock around call to pfs_read handler. The handler | kib | 2008-12-29 | 1 | -15/+18 |
* | After the pfs_vncache_mutex is dropped, another thread may attempt to | kib | 2008-12-29 | 1 | -13/+26 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 5 | -5/+5 |