| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 3 | -30/+24 |
* | - 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 | 5 | -33/+35 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 3 | -12/+12 |
* | 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 |