| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make ufs_dirhashreclaimperc a percentage for real and | davide | 2014-11-22 | 1 | -5/+26 |
* | When non-forced unmount or remount rw->ro is performed, writes on UFS | kib | 2014-11-02 | 1 | -5/+6 |
* | Provide vfs suspension support only for filesystems which need it, take | mjg | 2014-10-20 | 1 | -1/+1 |
* | Use lockless quota checks in qsync and qsyncvp. | mjg | 2014-10-16 | 1 | -4/+0 |
* | Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS | kib | 2014-10-11 | 1 | -1/+1 |
* | Restore the backed-out change, using __offsetof instead. | imp | 2014-10-10 | 1 | -1/+1 |
* | Backout r272825 every useland usage of ufs/ufs/dir.h are now broken with that... | bapt | 2014-10-09 | 1 | -1/+1 |
* | Use offsetof() from sys/types.h instead of a custom one | bapt | 2014-10-09 | 1 | -1/+1 |
* | Provide the unique implementation for the VOP_GETPAGES() method used | kib | 2014-09-15 | 1 | -50/+2 |
* | We don't need an exclusive object lock on the expected execution path | alc | 2014-09-13 | 1 | -3/+8 |
* | Direct access to the quota files, in particular, lookup, causes lock | kib | 2014-08-29 | 1 | -0/+13 |
* | Rather than using an hardcoded reclaim age, rely on an LRU-like approach | davide | 2014-08-25 | 1 | -36/+19 |
* | Do not busy the UFS mount point inside VOP_RENAME(). The | kib | 2014-08-20 | 1 | -9/+0 |
* | Correct the test for condition to suspend UFS filesystem during | kib | 2014-08-20 | 1 | -1/+1 |
* | Revision r269457 removed the Giant around mount and unmount code, but | kib | 2014-08-12 | 1 | -2/+6 |
* | The SUJ journal is only prepared to handle full-size block numbers, so we | mckusick | 2014-08-07 | 1 | -0/+31 |