| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few style bogons. | jhb | 2009-01-21 | 1 | -2/+2 |
* | Move the code from ufs_lookup.c used to do dotdot lookup, into | kib | 2009-01-21 | 1 | -22/+1 |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | jhb | 2009-01-21 | 1 | -11/+22 |
* | The r187467 should remove all pages for V_NORMAL case too, because | kib | 2009-01-20 | 1 | -8/+17 |
* | Add a comment explaining why the "bufwait" / "dirhash" LOR reported by | jhb | 2009-01-20 | 1 | -0/+12 |
* | When extending inode size, we call vnode_pager_setsize(), to have a | kib | 2009-01-20 | 2 | -2/+6 |
* | FFS puts the extended attributes blocks at the negative blocks for the | kib | 2009-01-20 | 1 | -0/+9 |
* | Lock the uepm_lock around the autostart of extattrs. | kib | 2009-01-08 | 1 | -15/+30 |
* | If unmount of the ffs mp failed, reinitialize the extended attributes | kib | 2009-01-08 | 1 | -0/+14 |
* | Do not busy twice the mount point where a quota operation is performed. | kib | 2008-12-18 | 1 | -4/+0 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | The dqrele() function syncs the dq, then acquires the dqh lock, and then | kib | 2008-12-08 | 1 | -1/+13 |
* | Improve usefulness of the panic by printing the pointer to the problematic | kib | 2008-12-07 | 1 | -1/+1 |
* | Do not lock vnode interlock around reading of v_iflag to check VI_DOOMED. | kib | 2008-12-02 | 1 | -9/+2 |
* | 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 |