| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a name instead of a magic number for kern_yield(9) when the priority | mdf | 2011-05-13 | 1 | -1/+1 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -2/+2 |
* | Correct arguments order. | pjd | 2010-06-26 | 1 | -2/+2 |
* | Avoid overflow. | trasz | 2010-05-06 | 1 | -1/+1 |
* | Style fixes and removal of unneeded variable. | trasz | 2010-05-06 | 1 | -3/+3 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -0/+19 |
* | vn_stat: take into account va_blocksize when setting st_blksize | avg | 2010-04-03 | 1 | -3/+2 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -4/+4 |
* | Actually make O_DIRECTORY work. | ed | 2010-03-21 | 1 | -0/+4 |
* | Don't add VAPPEND if the file is not being opened for writing. Note that this | trasz | 2009-12-08 | 1 | -1/+1 |
* | Revert r198874, pending further discussion. | trasz | 2009-11-04 | 1 | -1/+1 |
* | Make sure we don't end up with VAPPEND without VWRITE, if someone calls open(2) | trasz | 2009-11-04 | 1 | -1/+1 |
* | Add two new fcntls to enable/disable read-ahead: | delphij | 2009-09-28 | 1 | -0/+3 |
* | Fix mount reference leak when V_XSLEEP is specified to vn_start_write(). | kib | 2009-09-01 | 1 | -1/+1 |
* | Make the mnt_writeopcount and mnt_secondary_writes counters, | kib | 2009-08-31 | 1 | -2/+4 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Add another flags argument to vn_open_cred. Use it to specify that some | kib | 2009-06-21 | 1 | -8/+9 |
* | Simply shared vnode locking and extend it to also include fsync. | ps | 2009-06-08 | 1 | -3/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | When checking for shared writes, use the struct mount returned from | ps | 2009-06-04 | 1 | -2/+1 |
* | Support shared vnode locks for write operations when the offset is | ps | 2009-06-04 | 1 | -4/+19 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -2/+1 |
* | Eliminate the loop and the call to pause(9) in vfs_vget_ino(). If | kib | 2009-05-07 | 1 | -6/+8 |
* | - use a shared lock for reads | kmacy | 2009-04-13 | 1 | -8/+2 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -8/+1 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 1 | -3/+11 |
* | Move the code from ufs_lookup.c used to do dotdot lookup, into | kib | 2009-01-21 | 1 | -0/+32 |
* | Improve KASSERT() call a bit: | pjd | 2008-11-29 | 1 | -1/+2 |
* | Revert r184118. There is actually a code in the kernel, for instance in | kib | 2008-11-16 | 1 | -10/+1 |
* | Use shared vnode locks instead of exclusive vnode locks for the access(), | jhb | 2008-11-03 | 1 | -1/+1 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -0/+17 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -10/+11 |
* | Change vn_start_write() to clear *mpp on all failures when non-NULL vp | kib | 2008-10-21 | 1 | -1/+10 |
* | Assert that v_holdcnt is non-zero before entering lockmgr in vn_lock | kib | 2008-10-20 | 1 | -0/+4 |
* | Initialize va_rdev to NODEV and va_fsid to VNOVAL before the | kib | 2008-09-20 | 1 | -0/+2 |
* | Initialize birthtime fields in vn_stat() to prevent stat(2) from | kib | 2008-09-20 | 1 | -0/+9 |
* | When attempt is made to suspend a filesystem that is already syspended, | kib | 2008-09-16 | 1 | -12/+23 |
* | Garbage-collect vn_write_suspend_wait(). | kib | 2008-09-16 | 1 | -50/+0 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -3/+3 |
* | Remove broken code to replace st_mode value with ACCESSPERMS when | rwatson | 2008-08-03 | 1 | -5/+0 |
* | Add the support for the O_EXEC open(2) mode, as specified by the | kib | 2008-03-31 | 1 | -0/+2 |
* | - Don't allow calls to vn_lock() with no lock type requested. Callers | jeff | 2008-03-29 | 1 | -14/+4 |
* | - Don't acquire the vnode interlock in _vn_lock() unless no lock type | jeff | 2008-03-24 | 1 | -19/+13 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -13/+12 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -16/+17 |
* | Make ftruncate a 'struct file' operation rather than a vnode operation. | jhb | 2008-01-07 | 1 | -0/+49 |
* | In sequential_heuristic(): | bde | 2008-01-05 | 1 | -13/+20 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 1 | -5/+9 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -8/+8 |
* | When we do open, we should lock the vnode exclusively. This fixes few races: | pjd | 2007-07-26 | 1 | -2/+2 |