| Commit message (Expand) | Author | Age | Files | Lines |
* | Right now, when trying to unmount a device that's already gone, | trasz | 2009-02-23 | 1 | -2/+2 |
* | Refactor, moving error checking outside of the | trasz | 2009-02-23 | 1 | -7/+7 |
* | - If the g_access() call for the initial root mount fails, then fully | jhb | 2009-02-11 | 1 | -6/+6 |
* | When a device containing mounted UFS filesystem disappears, the type | trasz | 2009-02-06 | 1 | -4/+4 |
* | Make sure the cdev doesn't go away while the filesystem is still mounted. | trasz | 2009-01-29 | 1 | -0/+3 |
* | Following a fair amount of real world experience with ACLs and | rwatson | 2009-01-27 | 5 | -39/+44 |
* | The r187467 should remove all pages for V_NORMAL case too, because | kib | 2009-01-20 | 1 | -8/+17 |
* | 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 |
* | If unmount of the ffs mp failed, reinitialize the extended attributes | kib | 2009-01-08 | 1 | -0/+14 |
* | For now on every 10 cyclinder groups flush the buffer cache to free | ambrisko | 2008-11-13 | 1 | -0/+4 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -2/+4 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 4 | -49/+47 |
* | 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 |
* | 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 | 3 | -0/+11 |
* | 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 | 1 | -4/+4 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Move setting of MNTK_MPSAFE flag before UFS1 extended attribute | rwatson | 2008-03-04 | 1 | -3/+3 |