summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* arc4random() returns 0 to (2**32)−1, use an alternative to initializekevlo2016-05-222-4/+6
* Stop dropping and reacquiring Giant around geom calls in UFS.kib2016-05-211-16/+0
* Improve handling of rdev->si_mountpt on mount and unmount of FFSkib2016-05-211-13/+17
* Ensure that ftruncate(2) is performed synchronously when file iskib2016-05-181-1/+2
* Do enable io accounting for read-only mounts and mounts which arekib2016-05-171-2/+4
* If IO_SYNC was passed to ffs_truncate(), request synchronous inodekib2016-05-171-1/+1
* For async UFS mounts, shrink the directory asynchronously, at least dokib2016-05-171-1/+1
* Fix comments.kib2016-05-171-2/+2
* Fix typo in the message.kib2016-05-171-1/+1
* UFS: spelling fixes on comments.pfg2016-04-296-10/+10
* 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-213-5/+5
* ufs: replace 0 with NULL for pointers.pfg2016-04-104-22/+29
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-073-0/+24
* 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-273-3/+19
* Style: wrap long lines.kib2016-03-271-2/+4
* Fix locking mistake in softdep_waitidle(). The surrounding codekib2016-03-231-1/+1
* The UFS filesystem requires that the last block of a file always bemckusick2016-02-241-17/+60
* Remove ffs_mountroot() prototype; seems to be long gone.trasz2016-01-281-1/+0
* This fixes a bug in UFS2 exported NFS volumes. An NFS client canmckusick2016-01-271-3/+28
* The bread() function was inconsistent about whether it would returnmckusick2016-01-271-3/+1
* Recheck curthread->td_su after the VFS_SYNC() call, and re-sync if thekib2015-12-211-32/+32
* Update ctime when atime or birthtime are updated.kib2015-12-071-8/+3
* For performance reasons, it is useful to have a single string used asmckusick2015-11-291-4/+2
* Do not perform read-ahead for BA_CLRBUF request when we are low onkib2015-10-271-2/+6
* Do not relocate extents to make them contiguous if the underlying drive can doimp2015-10-161-2/+12
* In softdep_setup_freeblocks():glebius2015-10-071-6/+7
* Do not consume extra reference. This is a bug in r287479.kib2015-09-051-2/+1
* Declare the writes around the call to VFS_SYNC() inkib2015-09-051-2/+7
* By doing file extension fast, it is possible to create excess supplykib2015-09-011-19/+25
* - Make 'struct buf *buf' private to vfs_bio.c. Having a global variablejeff2015-07-291-35/+0
* Refactor unmapped buffer address handling.jeff2015-07-233-25/+10
* Move chdir/chroot-related fdp manipulation to kern_descrip.cmjg2015-07-111-8/+2
* Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.markj2015-07-051-2/+1
* Huge cleanup of random(4) code.markm2015-06-301-6/+12
* Simplify code, no need to test the flag before clearing it.kib2015-06-291-2/+1
* Handle errors from background write of the cylinder group blocks.kib2015-06-271-1/+19
* vfs_msync(), called from syncer vnode fsync VOP, only iterates overkib2015-06-171-3/+11
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-2/+2
* 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
OpenPOWER on IntegriCloud