| Commit message (Expand) | Author | Age | Files | Lines |
* | When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}. | trasz | 2008-09-03 | 2 | -7/+7 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 2 | -4/+4 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 2 | -4/+2 |
* | In ffs_valloc(), ffs_vget() may fail because insmntque() refused to | kib | 2008-08-28 | 1 | -1/+11 |
* | Softdep code may need to instantiate vnode when processing | kib | 2008-08-28 | 3 | -15/+59 |
* | Put the relocked variable from the r182111 into the #ifdef QUOTA braces | kib | 2008-08-24 | 1 | -1/+4 |
* | Revert the r167541: "Remove unneeded getinoquota() call in the | kib | 2008-08-24 | 1 | -1/+23 |
* | Revert r181345. | kib | 2008-08-10 | 1 | -2/+1 |
* | User may do "mount -o snapshot ...", that causes new FFS mount to be | kib | 2008-08-06 | 1 | -1/+2 |
* | ufsmount.h uses "struct\tfoo *bar;", except where it doesn't. | des | 2008-08-05 | 2 | -7/+7 |
* | Whitespace, prototypes | des | 2008-08-05 | 1 | -88/+27 |
* | Whitespace tweak. | jhb | 2008-07-30 | 1 | -1/+0 |
* | The ffs_balloc_ufs{1,2} functions call bdwrite() while having several | kib | 2008-07-23 | 1 | -2/+22 |
* | Say hi to svn, by simplifing ffs_vget() function a bit - there is no need for | pjd | 2008-07-19 | 1 | -3/+1 |
* | Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZE | rodrigc | 2008-05-24 | 1 | -2/+2 |
* | After converting the "snapshot" mount option to the MNT_SNAPSHOT flag, | rodrigc | 2008-05-24 | 1 | -1/+8 |
* | For the following mount options, do not perform the string to flag conversions | rodrigc | 2008-05-24 | 1 | -21/+0 |
* | Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) | ups | 2008-05-20 | 1 | -0/+10 |
* | - Use a local variable for i_ino in ufs_lookup. It is only used to | jeff | 2008-04-22 | 2 | -14/+10 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 2 | -42/+0 |
* | - Use a lockmgr lock rather than a mtx to protect dirhash. This lock | jeff | 2008-04-11 | 2 | -228/+291 |
* | - cache dp->i_offset in the local 'i_offset' variable for use in loop | jeff | 2008-04-11 | 1 | -29/+48 |
* | Correct function name in panic(). | pjd | 2008-04-07 | 1 | -1/+1 |
* | Optimize lockmgr in order to get rid of the pool mutex interlock, of the | attilio | 2008-04-06 | 1 | -2/+2 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | - Since rev 1.142 of ffs_snapshot.c the interlock has not been required | jeff | 2008-03-31 | 1 | -11/+4 |
* | - Don't free snapdata structures when they are no longer in use. | jeff | 2008-03-31 | 1 | -67/+109 |
* | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | jhb | 2008-03-26 | 1 | -3/+3 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+21 |
* | Yield the cpu in the kernel while iterating the list of the | kib | 2008-03-23 | 1 | -0/+1 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 5 | -104/+99 |
* | Reduce the acquisition of the vnode interlock in the ffs_read() and | kib | 2008-03-21 | 1 | -2/+4 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -4/+0 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+2 |
* | Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFE | cokane | 2008-03-13 | 1 | -8/+15 |
* | Remove include of opt_quota.h; as of revision 1.205 there is no longer | emaste | 2008-03-10 | 1 | -1/+0 |
* | Initialize mnt_stat.f_iosize before autostarting UFS1 extattrs. | kib | 2008-03-05 | 1 | -0/+1 |
* | Continue on-going campaign to replace lockmgr locks with sx locks where | rwatson | 2008-03-04 | 2 | -12/+14 |
* | Move setting of MNTK_MPSAFE flag before UFS1 extended attribute | rwatson | 2008-03-04 | 1 | -3/+3 |
* | Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 has | rwatson | 2008-03-02 | 1 | -0/+18 |
* | Minor typo nit. | keramida | 2008-02-25 | 1 | -1/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -7/+5 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 2 | -5/+8 |
* | - Introduce lockmgr_args() in the lockmgr space. This function performs | attilio | 2008-02-15 | 1 | -3/+5 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 4 | -32/+26 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 9 | -65/+66 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 7 | -33/+27 |
* | ffs_balloc_ufsX() routines, in the case of recovering from the failed | kib | 2008-01-03 | 1 | -12/+16 |
* | style(9) | obrien | 2008-01-02 | 1 | -17/+17 |