| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r267564: | kib | 2014-06-24 | 1 | -6/+3 |
* | MFC r265275: | kib | 2014-05-10 | 1 | -0/+11 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 1 | -40/+61 |
* | The fsync(2) call should sync the vnode in such way that even after | kib | 2013-05-02 | 1 | -4/+27 |
* | Add currently unused flag argument to the cluster_read(), | kib | 2013-03-14 | 1 | -2/+2 |
* | The directory entry for dotdot was corrupted in the FAT32 case when moving | kib | 2013-02-01 | 1 | -5/+13 |
* | Remove unused thread argument from vtruncbuf(). | trasz | 2012-04-23 | 1 | -5/+4 |
* | Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests. | kib | 2012-02-22 | 1 | -2/+2 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -2/+2 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Add a comment describing the reason for calling cache_purge(fvp). | kib | 2010-10-08 | 1 | -0/+7 |
* | The msdosfs lookup is case insensitive. Several aliases may be inserted for | kib | 2010-10-07 | 1 | -0/+1 |
* | Style fixes and removal of unneeded variable. | trasz | 2010-05-06 | 1 | -2/+1 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -13/+2 |
* | Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir, | kib | 2010-02-28 | 1 | -2/+0 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 1 | -1/+1 |
* | - Add idempotency guards so the structures can be used in other utilities. | kib | 2010-02-13 | 1 | -3/+3 |
* | Fix r193923 by noting that type of a_fp is struct file *, not int. | kib | 2009-06-10 | 1 | -1/+1 |
* | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | kib | 2009-06-10 | 1 | -1/+1 |
* | - Hold a reference on the cdev a filesystem is mounted from in the mount. | jhb | 2009-02-27 | 1 | -4/+2 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+5 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -9/+7 |
* | The uniqdosname() function takes char[12] as it third argument. | kib | 2008-07-04 | 1 | -1/+1 |
* | 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 |