| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add support for multi-threading of soft updates. | mckusick | 2014-08-04 | 2 | -109/+250 |
* | Simplify comment to remove multiple negative and passive voice. | imp | 2014-07-23 | 1 | -2/+1 |
* | Check for the cross-device cross-link attempt in the VFS, instead of | kib | 2014-07-16 | 1 | -4/+0 |
* | Extract the code to put a filesystem into the suspended state (at the | kib | 2014-07-14 | 1 | -44/+7 |
* | In msdosfs_setattr(), add a check for result of the utimes(2) | kib | 2014-06-17 | 1 | -29/+2 |
* | Initialize the pbuf counter for directio using SYSINIT, instead of | kib | 2014-06-08 | 1 | -6/+4 |
* | don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags.. | jmg | 2014-06-03 | 1 | -2/+2 |
* | Due to reasons unknown at this time, the system can be forced to write | scottl | 2014-05-06 | 1 | -0/+26 |
* | Update comment to explain search order reverted to historical order | mckusick | 2014-03-22 | 1 | -10/+11 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 1 | -1/+1 |
* | - If we fail to do a non-blocking acquire of a buf lock while doing a | jeff | 2014-03-06 | 1 | -2/+10 |
* | - Gracefully handle truncation failures when trying to shrink directories. | jeff | 2014-03-06 | 1 | -3/+6 |
* | ufs: small formatting fixes. | pfg | 2014-03-02 | 17 | -196/+196 |
* | Fine tune filesystem block allocations under low free-space | mckusick | 2013-12-30 | 1 | -4/+4 |
* | Properly handle unsigned comparison. | mckusick | 2013-12-30 | 1 | -10/+4 |
* | We needlessly panic when trying to flush MKDIR_PARENT dependencies. | mckusick | 2013-12-01 | 1 | -2/+20 |
* | fix white space... | jmg | 2013-11-20 | 1 | -1/+1 |
* | fix a use after free, jsegdep_merge will free wk, avoid the next check... | jmg | 2013-11-20 | 1 | -1/+1 |
* | UFS2: make di_extsize unsigned. | pfg | 2013-10-24 | 2 | -4/+5 |
* | Allow kernels without options SOFTUPDATES to build. This should fix the | brooks | 2013-10-21 | 1 | -0/+2 |
* | Fix build problem on ARM (which defaults to building without soft updates). | mckusick | 2013-10-21 | 1 | -4/+4 |
* | Restructuring of the soft updates code to set it up so that the | mckusick | 2013-10-21 | 3 | -622/+872 |
* | Fourth of several cleanups to soft dependency implementation. | mckusick | 2013-10-20 | 1 | -24/+123 |
* | Third of several cleanups to soft dependency implementation. | mckusick | 2013-10-20 | 2 | -10/+16 |