| Commit message (Expand) | Author | Age | Files | Lines |
* | UFS: spelling fixes on comments. | pfg | 2016-04-29 | 6 | -10/+10 |
* | Add FEATURE knob for testing for UFS extended attribute kernel support | ngie | 2016-04-22 | 1 | -0/+2 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 3 | -5/+5 |
* | ufs: replace 0 with NULL for pointers. | pfg | 2016-04-10 | 4 | -22/+29 |
* | Add four new RCTL resources - readbps, readiops, writebps and writeiops, | trasz | 2016-04-07 | 3 | -0/+24 |
* | Remove some NULL checks for M_WAITOK allocations. | trasz | 2016-03-29 | 1 | -2/+0 |
* | Split the global taskqueue used to process all UFS trim completions, | kib | 2016-03-27 | 3 | -3/+19 |
* | Style: wrap long lines. | kib | 2016-03-27 | 1 | -2/+4 |
* | Fix locking mistake in softdep_waitidle(). The surrounding code | kib | 2016-03-23 | 1 | -1/+1 |
* | The UFS filesystem requires that the last block of a file always be | mckusick | 2016-02-24 | 1 | -17/+60 |
* | Remove ffs_mountroot() prototype; seems to be long gone. | trasz | 2016-01-28 | 1 | -1/+0 |
* | This fixes a bug in UFS2 exported NFS volumes. An NFS client can | mckusick | 2016-01-27 | 1 | -3/+28 |
* | The bread() function was inconsistent about whether it would return | mckusick | 2016-01-27 | 1 | -3/+1 |
* | Recheck curthread->td_su after the VFS_SYNC() call, and re-sync if the | kib | 2015-12-21 | 1 | -32/+32 |
* | Update ctime when atime or birthtime are updated. | kib | 2015-12-07 | 1 | -8/+3 |
* | For performance reasons, it is useful to have a single string used as | mckusick | 2015-11-29 | 1 | -4/+2 |
* | Do not perform read-ahead for BA_CLRBUF request when we are low on | kib | 2015-10-27 | 1 | -2/+6 |
* | Do not relocate extents to make them contiguous if the underlying drive can do | imp | 2015-10-16 | 1 | -2/+12 |
* | In softdep_setup_freeblocks(): | glebius | 2015-10-07 | 1 | -6/+7 |
* | Do not consume extra reference. This is a bug in r287479. | kib | 2015-09-05 | 1 | -2/+1 |
* | Declare the writes around the call to VFS_SYNC() in | kib | 2015-09-05 | 1 | -2/+7 |
* | By doing file extension fast, it is possible to create excess supply | kib | 2015-09-01 | 1 | -19/+25 |
* | - Make 'struct buf *buf' private to vfs_bio.c. Having a global variable | jeff | 2015-07-29 | 1 | -35/+0 |
* | Refactor unmapped buffer address handling. | jeff | 2015-07-23 | 3 | -25/+10 |
* | Move chdir/chroot-related fdp manipulation to kern_descrip.c | mjg | 2015-07-11 | 1 | -8/+2 |
* | Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. | markj | 2015-07-05 | 1 | -2/+1 |
* | Huge cleanup of random(4) code. | markm | 2015-06-30 | 1 | -6/+12 |
* | Simplify code, no need to test the flag before clearing it. | kib | 2015-06-29 | 1 | -2/+1 |
* | Handle errors from background write of the cylinder group blocks. | kib | 2015-06-27 | 1 | -1/+19 |
* | vfs_msync(), called from syncer vnode fsync VOP, only iterates over | kib | 2015-06-17 | 1 | -3/+11 |
* | Replace struct filedesc argument in getvnode with struct thread | mjg | 2015-06-16 | 1 | -2/+2 |
* | Syncing a directory vnode might drop the vnode lock in the | kib | 2015-06-03 | 1 | -2/+2 |
* | Remove unused variable. | kib | 2015-05-31 | 1 | -2/+0 |
* | Remove several write-only variables, all reported by the gcc 4.9 | kib | 2015-05-29 | 6 | -36/+2 |
* | After r283600, NODELAY flag to inodedep_lookup() function is unused. | kib | 2015-05-27 | 1 | -38/+17 |
* | Currently, softupdate code detects overstepping on the workitems | kib | 2015-05-27 | 1 | -14/+104 |
* | Limit the number of cylinder groups that will be searched when | mckusick | 2015-04-24 | 3 | -16/+65 |
* | File systems that do not use the buffer cache (such as ZFS) must | rmacklem | 2015-04-15 | 1 | -1/+2 |
* | Fix build (with gcc). | kib | 2015-03-27 | 1 | -0/+1 |
* | Fix the hand after the immediate reboot when the following command | kib | 2015-03-27 | 2 | -24/+67 |
* | Partially revert r277922, avoid sleeping and do flush if we a awaken, | kib | 2015-02-05 | 1 | -8/+6 |
* | When mounting SU-enabled mount point, wait until the softdep_flush() | kib | 2015-01-30 | 2 | -7/+18 |
* | The sys_quotactl() contract demands that the mount point is | kib | 2015-01-27 | 2 | -3/+15 |
* | Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some | kib | 2014-12-21 | 1 | -1/+3 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | kib | 2014-12-18 | 2 | -2/+3 |
* | Adjust printf format specifiers for dev_t and ino_t in kernel. | gleb | 2014-12-17 | 2 | -4/+5 |
* | Merge from projects/sendfile: | glebius | 2014-11-23 | 1 | -0/+2 |
* | buf.h is not needed here, and pollutes when ufsmount.h is included | glebius | 2014-11-23 | 1 | -2/+0 |
* | Include required files directly instead of pollution via ufs/ufsmount.h. | glebius | 2014-11-23 | 3 | -0/+3 |
* | Use the correct variable name. | davide | 2014-11-22 | 1 | -1/+1 |