| Commit message (Expand) | Author | Age | Files | Lines |
* | - Call softdep_prealloc() before any of the balloc routines in the | jeff | 2010-05-07 | 2 | -1/+10 |
* | - Use the correct flag mask when determining whether an inode has | jeff | 2010-05-07 | 1 | -1/+1 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -2/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -2/+4 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -15/+2 |
* | ffs_vfsops: restore alphabetic order of options in ffs_opts | avg | 2010-04-29 | 1 | -2/+2 |
* | - When canceling jaddrefs they may not yet be in the journal if this is via | jeff | 2010-04-28 | 1 | -1/+2 |
* | - Fix builds without SOFTUPDATES defined in the kernel config. | jeff | 2010-04-28 | 1 | -0/+171 |
* | Fix build for UFS without SOFTUPDATES. | pjd | 2010-04-24 | 1 | -1/+2 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 11 | -1461/+7092 |
* | ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobj | avg | 2010-04-03 | 1 | -1/+0 |
* | When ffs_realloccg() failed to allocate bigger fragment and, because | kib | 2010-02-13 | 1 | -1/+3 |
* | One last pass to get all the unsigned comparisons correct. | mckusick | 2010-02-11 | 1 | -1/+1 |
* | This fix corrects a problem in the file system that treats large | mckusick | 2010-02-10 | 2 | -58/+64 |
* | Remove unused variable. | trasz | 2010-02-10 | 1 | -3/+2 |
* | Cast 64-bit quantity to intptr_t rather than int so as to work properly | mckusick | 2010-01-11 | 1 | -2/+2 |
* | Background: | mckusick | 2010-01-11 | 2 | -9/+128 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Implement NFSv4 ACL support for UFS. | trasz | 2009-12-21 | 2 | -16/+58 |
* | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object | kib | 2009-12-21 | 1 | -7/+8 |
* | insmntque_stddtr() clears vp->v_data and resets vp->v_op to | kib | 2009-09-07 | 1 | -0/+1 |
* | The clear_remove() and clear_inodedeps() call vn_start_write(NULL, &mp, | kib | 2009-09-06 | 1 | -5/+21 |
* | When a UFS node is truncated to the zero length, e.g. by explicit | kib | 2009-08-14 | 1 | -1/+8 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Don't panic on attempt to set ACL on a block device file. | trasz | 2009-07-01 | 1 | -6/+6 |
* | For SU mounts, softdep_fsync() might drop vnode lock, allowing other | kib | 2009-06-30 | 1 | -4/+25 |
* | Softdep_fsync() may need to lock parent directory of the synced vnode. | kib | 2009-06-30 | 1 | -0/+18 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Handle lock recursion differenty by always checking against LO_RECURSABLE | attilio | 2009-06-02 | 1 | -2/+2 |
* | Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This | alc | 2009-05-17 | 1 | -8/+6 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -13/+16 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | When removing or renaming snaphost, do not delve into request_cleanup(). | kib | 2009-04-04 | 1 | -1/+1 |
* | Correct typo. | kib | 2009-03-27 | 1 | -2/+2 |
* | 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 | 2 | -63/+91 |
* | 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 | 2 | -3/+3 |
* | 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 |