| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -35/+0 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+18 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -18/+17 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Implement the async (really, delayed-write) mount option for msdosfs. | bde | 2007-10-19 | 1 | -4/+6 |
* | In msdosfs_settattr(), don't do synchronous updates of the denode | bde | 2007-10-18 | 1 | -1/+1 |
* | Fix races in msdosfs_lookup() and msdosfs_readdir(). These functions | bde | 2007-08-31 | 1 | -7/+8 |
* | In msdosfs_read() and msdosfs_write(), don't check explicitly for | bde | 2007-08-07 | 1 | -12/+21 |
* | Fix and update the comments about the effect of the read-only flag on writing. | bde | 2007-08-07 | 1 | -10/+16 |
* | Fix some style bugs (don't assume that off_t == int64_t; fix some comments; | bde | 2007-08-07 | 1 | -11/+9 |
* | Sort includes. | bde | 2007-08-07 | 1 | -10/+10 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of | bde | 2007-08-07 | 1 | -0/+2 |
* | Remove unused include(s). | bde | 2007-08-07 | 1 | -5/+0 |
* | Implement vfs clustering for msdosfs. | bde | 2007-07-20 | 1 | -6/+49 |
* | Clean up before implementing vfs clustering for msdosfs: | bde | 2007-07-20 | 1 | -36/+42 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -8/+4 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+21 |
* | Fixing compilation bustage by removing references to opt_msdosfs.h. | avatar | 2007-01-30 | 1 | -2/+0 |
* | Add a "-o large" mount option for msdosfs. Convert compile-time checks for | rodrigc | 2007-01-30 | 1 | -17/+20 |
* | o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME | maxim | 2006-12-03 | 1 | -2/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -18/+32 |
* | Replace slightly crummy fattime<->timespec conversion functions. | phk | 2006-10-24 | 1 | -7/+9 |
* | - Reorder calls to vrele() after calls to vput() when the vrele is a | jeff | 2006-02-01 | 1 | -2/+2 |
* | Update incorrect comments here, there should not be a call to panic() | trhodes | 2006-01-23 | 1 | -4/+4 |
* | Do not assume that `char direntry::deExtension[3]' starts right after | fjoe | 2006-01-22 | 1 | -1/+1 |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 1 | -1/+2 |
* | Unbreak a few filesystems for which vnode_create_vobject() wasn't being | peadar | 2005-01-29 | 1 | -0/+17 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -1/+2 |
* | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove the de_devvp and stop VREF'ing it for every vnode we create. | phk | 2004-12-02 | 1 | -3/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -33/+27 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -21/+21 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -3/+3 |
* | Move MSDOSFS to GEOM backing instead of DEVFS. | phk | 2004-10-29 | 1 | -4/+3 |
* | Eliminate unnecessary KASSERTs. | phk | 2004-10-27 | 1 | -5/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -5/+5 |
* | By popular request, add a workaround that allows large (>128GB or so) | tjr | 2004-07-03 | 1 | -13/+33 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+7 |
* | Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock() | bde | 2003-12-29 | 1 | -11/+8 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 1 | -0/+20 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -0/+1 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -11/+10 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 1 | -2/+3 |
* | If bread() returns a zero-length buffer, as can happen after a | trhodes | 2003-07-03 | 1 | -0/+4 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -6/+0 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 1 | -2/+2 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+1 |