summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* MFC r311522:kib2017-01-131-2/+2
* MFC r307978:mckusick2016-11-161-20/+39
* MFC r305977:kib2016-10-031-2/+5
* MFC r305902:kib2016-10-019-77/+96
* MFC r305601:kib2016-09-221-2/+12
* MFC r305598:kib2016-09-221-1/+2
* MFC r305597:kib2016-09-221-0/+1
* MFC r305595:kib2016-09-221-2/+7
* MFC r305593:kib2016-09-221-32/+19
* MFC r303924 (by trasz):kib2016-08-292-2/+2
* MFC r303090:kib2016-07-272-2/+5
* Ensure that ftruncate(2) is performed synchronously when file iskib2016-05-181-1/+2
* For async UFS mounts, shrink the directory asynchronously, at least dokib2016-05-171-1/+1
* Fix typo in the message.kib2016-05-171-1/+1
* UFS: spelling fixes on comments.pfg2016-04-292-2/+2
* Add FEATURE knob for testing for UFS extended attribute kernel supportngie2016-04-221-0/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-212-4/+4
* ufs: replace 0 with NULL for pointers.pfg2016-04-101-1/+2
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-071-0/+8
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-2/+0
* Split the global taskqueue used to process all UFS trim completions,kib2016-03-271-0/+3
* Style: wrap long lines.kib2016-03-271-2/+4
* Update ctime when atime or birthtime are updated.kib2015-12-071-8/+3
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-292-6/+0
* Limit the number of cylinder groups that will be searched whenmckusick2015-04-241-0/+2
* 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-181-1/+1
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-1/+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-232-0/+2
* Use the correct variable name.davide2014-11-221-1/+1
* Make ufs_dirhashreclaimperc a percentage for real anddavide2014-11-221-5/+26
* Use lockless quota checks in qsync and qsyncvp.mjg2014-10-161-4/+0
* 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
* 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
* 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
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-29/+2
* - Gracefully handle truncation failures when trying to shrink directories.jeff2014-03-061-3/+6
* ufs: small formatting fixes.pfg2014-03-028-61/+61
* Properly handle unsigned comparison.mckusick2013-12-301-10/+4
* UFS2: make di_extsize unsigned.pfg2013-10-241-1/+1
* Restructuring of the soft updates code to set it up so that themckusick2013-10-211-13/+1
* Second of several cleanups to soft dependency implementation.mckusick2013-10-201-2/+0
* Make di_blocks unsigned in UFS1 as is the case already for UFS2.pfg2013-10-141-1/+1
OpenPOWER on IntegriCloud