| Commit message (Expand) | Author | Age | Files | Lines |
* | Busy ufs filesystem around block of code that does ".." lookup. Since | kib | 2008-11-22 | 1 | -1/+26 |
* | Fix typo. | jhb | 2008-11-19 | 1 | -1/+1 |
* | For now on every 10 cyclinder groups flush the buffer cache to free | ambrisko | 2008-11-13 | 1 | -0/+4 |
* | Quiet a WITNESS warning with the dirhash sx locks by setting the DUPOK | jhb | 2008-11-04 | 1 | -1/+10 |
* | In UFS, when reading EA that contains ACL fails for some reason, include | trasz | 2008-11-04 | 1 | -2/+5 |
* | Improve VFS locking: | attilio | 2008-11-02 | 2 | -2/+2 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 2 | -12/+12 |
* | Provide an explanation for getinoquota() call in the ufs_access vop. | kib | 2008-10-28 | 1 | -0/+11 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 2 | -3/+6 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 7 | -65/+62 |
* | Assert that v_holdcnt is non-zero before entering lockmgr in vn_lock | kib | 2008-10-20 | 1 | -0/+4 |
* | Sync up summary information for cylinder groups while data is already | kib | 2008-10-13 | 1 | -0/+7 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 2 | -6/+6 |
* | Enable shared lookups on UFS. There are some remaining issues with forced | jhb | 2008-09-24 | 1 | -1/+1 |
* | Close a race between concurrent calls to ufsdirhash_recycle() and | jhb | 2008-09-22 | 1 | -5/+10 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -2/+0 |
* | Retire the 'i_reclen' field from the in-memory i-node. Previously, | jhb | 2008-09-16 | 2 | -7/+9 |
* | Fix a race with shared lookups on UFS. If the the dirhash code reached the | jhb | 2008-09-16 | 2 | -34/+87 |
* | - Only set i_offset in the parent directory's i-node during a lookup for | jhb | 2008-09-16 | 1 | -3/+9 |
* | vdropl() drops the vnode interlock. Thus, the code in the QUOTA case that | jhb | 2008-09-16 | 1 | -3/+2 |
* | Suspend the write operations on the UFS filesystem being unmounted or | kib | 2008-09-16 | 1 | -14/+73 |
* | When attempt is made to suspend a filesystem that is already syspended, | kib | 2008-09-16 | 3 | -2/+7 |
* | Add the ffs structures introspection functions for ddb. | kib | 2008-09-16 | 2 | -1/+65 |
* | When downgrading the read-write mount to read-only, do_unmount() sets | kib | 2008-09-16 | 6 | -4/+16 |
* | The struct inode *ip supplied to softdep_freefile is not neccessary the | kib | 2008-09-16 | 1 | -1/+2 |
* | 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 |