| Commit message (Expand) | Author | Age | Files | Lines |
* | In the original days of BSD, a sync was issued on every filesystem | mckusick | 2012-02-07 | 1 | -5/+15 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -2/+2 |
* | Convert FFS mount error messages from kernel printf's to using the | mckusick | 2012-01-14 | 1 | -61/+65 |
* | Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEP | mckusick | 2011-07-30 | 1 | -9/+6 |
* | Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag | mckusick | 2011-07-24 | 1 | -0/+3 |
* | Add an FFS specific mount option to allow a filesystem checker | mckusick | 2011-07-15 | 1 | -14/+124 |
* | Allow disk partitions associated with UFS read-only mounted | mckusick | 2011-07-10 | 1 | -15/+7 |
* | Disable the soft updates journaling after a filesystem is successfully | mckusick | 2011-06-12 | 1 | -0/+2 |
* | Implement fully asynchronous partial truncation with softupdates journaling | jeff | 2011-06-10 | 1 | -4/+2 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -2/+3 |
* | Retire opt_ffs_broken_fixme.h. | kib | 2011-03-20 | 1 | -0/+1 |
* | Add kernel side support for BIO_DELETE/TRIM on UFS. | kib | 2010-12-29 | 1 | -0/+15 |
* | Journal start looks up .sujournal file by doing lookup on the root dvp. | kib | 2010-12-01 | 1 | -0/+1 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 1 | -1/+3 |
* | Correct some non-code typos. | obrien | 2010-09-17 | 1 | -13/+11 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 1 | -1/+1 |
* | Revert the previous commit. The race is not applicable to the lockmgr | jhb | 2010-07-16 | 1 | -2/+0 |
* | When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were | jhb | 2010-07-16 | 1 | -0/+2 |
* | ffs_mount: accept and drop userland-only options that can be passed from | avg | 2010-05-19 | 1 | -3/+12 |
* | ffs_vfsops: restore alphabetic order of options in ffs_opts | avg | 2010-04-29 | 1 | -2/+2 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -29/+39 |
* | ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobj | avg | 2010-04-03 | 1 | -1/+0 |
* | Remove unused variable. | trasz | 2010-02-10 | 1 | -3/+2 |
* | Implement NFSv4 ACL support for UFS. | trasz | 2009-12-21 | 1 | -1/+41 |
* | insmntque_stddtr() clears vp->v_data and resets vp->v_op to | kib | 2009-09-07 | 1 | -0/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -13/+16 |
* | Fix two issues with bufdaemon, often causing the processes to hang in | kib | 2009-03-16 | 1 | -1/+4 |
* | The non-modifying EA VOPs are executed with only shared vnode lock taken. | kib | 2009-03-12 | 1 | -0/+1 |
* | Do not double-free the struct inode when insmntque failed. Default | kib | 2009-03-11 | 1 | -1/+0 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 1 | -3/+7 |
* | Adjust some variables (mostly related to the buffer cache) that hold | jhb | 2009-03-09 | 1 | -1/+1 |
* | 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 |
* | Make sure the cdev doesn't go away while the filesystem is still mounted. | trasz | 2009-01-29 | 1 | -0/+3 |
* | If unmount of the ffs mp failed, reinitialize the extended attributes | kib | 2009-01-08 | 1 | -0/+14 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -4/+4 |
* | 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 | 1 | -0/+1 |
* | Add the ffs structures introspection functions for ddb. | kib | 2008-09-16 | 1 | -0/+35 |
* | When downgrading the read-write mount to read-only, do_unmount() sets | kib | 2008-09-16 | 1 | -0/+1 |
* | Softdep code may need to instantiate vnode when processing | kib | 2008-08-28 | 1 | -0/+14 |
* | 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 |
* | Say hi to svn, by simplifing ffs_vget() function a bit - there is no need for | pjd | 2008-07-19 | 1 | -3/+1 |
* | After converting the "snapshot" mount option to the MNT_SNAPSHOT flag, | rodrigc | 2008-05-24 | 1 | -1/+8 |