summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Syncing a directory vnode might drop the vnode lock in thekib2015-06-031-2/+2
* Remove unused variable.kib2015-05-311-2/+0
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-296-36/+2
* After r283600, NODELAY flag to inodedep_lookup() function is unused.kib2015-05-271-38/+17
* Currently, softupdate code detects overstepping on the workitemskib2015-05-271-14/+104
* Limit the number of cylinder groups that will be searched whenmckusick2015-04-243-16/+65
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+2
* Fix build (with gcc).kib2015-03-271-0/+1
* Fix the hand after the immediate reboot when the following commandkib2015-03-272-24/+67
* Partially revert r277922, avoid sleeping and do flush if we a awaken,kib2015-02-051-8/+6
* When mounting SU-enabled mount point, wait until the softdep_flush()kib2015-01-302-7/+18
* The sys_quotactl() contract demands that the mount point iskib2015-01-272-3/+15
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-1/+3
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-182-2/+3
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-172-4/+5
* Merge from projects/sendfile:glebius2014-11-231-0/+2
* buf.h is not needed here, and pollutes when ufsmount.h is includedglebius2014-11-231-2/+0
* Include required files directly instead of pollution via ufs/ufsmount.h.glebius2014-11-233-0/+3
* Use the correct variable name.davide2014-11-221-1/+1
* Make ufs_dirhashreclaimperc a percentage for real anddavide2014-11-221-5/+26
* When non-forced unmount or remount rw->ro is performed, writes on UFSkib2014-11-021-5/+6
* Provide vfs suspension support only for filesystems which need it, takemjg2014-10-201-1/+1
* Use lockless quota checks in qsync and qsyncvp.mjg2014-10-161-4/+0
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSkib2014-10-111-1/+1
* Restore the backed-out change, using __offsetof instead.imp2014-10-101-1/+1
* Backout r272825 every useland usage of ufs/ufs/dir.h are now broken with that...bapt2014-10-091-1/+1
* Use offsetof() from sys/types.h instead of a custom onebapt2014-10-091-1/+1
* Provide the unique implementation for the VOP_GETPAGES() method usedkib2014-09-151-50/+2
* We don't need an exclusive object lock on the expected execution pathalc2014-09-131-3/+8
* Direct access to the quota files, in particular, lookup, causes lockkib2014-08-291-0/+13
* Rather than using an hardcoded reclaim age, rely on an LRU-like approachdavide2014-08-251-36/+19
* Do not busy the UFS mount point inside VOP_RENAME(). Thekib2014-08-201-9/+0
* Correct the test for condition to suspend UFS filesystem duringkib2014-08-201-1/+1
* Revision r269457 removed the Giant around mount and unmount code, butkib2014-08-121-2/+6
* The SUJ journal is only prepared to handle full-size block numbers, so wemckusick2014-08-071-0/+31
* Add support for multi-threading of soft updates.mckusick2014-08-042-109/+250
* Simplify comment to remove multiple negative and passive voice.imp2014-07-231-2/+1
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-4/+0
* Extract the code to put a filesystem into the suspended state (at thekib2014-07-141-44/+7
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-29/+2
* Initialize the pbuf counter for directio using SYSINIT, instead ofkib2014-06-081-6/+4
* don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags..jmg2014-06-031-2/+2
* Due to reasons unknown at this time, the system can be forced to writescottl2014-05-061-0/+26
* Update comment to explain search order reverted to historical ordermckusick2014-03-221-10/+11
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* - If we fail to do a non-blocking acquire of a buf lock while doing ajeff2014-03-061-2/+10
* - Gracefully handle truncation failures when trying to shrink directories.jeff2014-03-061-3/+6
* ufs: small formatting fixes.pfg2014-03-0217-196/+196
* Fine tune filesystem block allocations under low free-spacemckusick2013-12-301-4/+4
* Properly handle unsigned comparison.mckusick2013-12-301-10/+4
OpenPOWER on IntegriCloud