summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* MFC r319539:kib2017-06-172-26/+74
* MFC r319518:kib2017-06-101-0/+4
* MFC r317908:kib2017-05-141-6/+0
* MFC r314253:kib2017-03-111-4/+6
* MFC r311522:kib2017-01-132-5/+7
* MFC r308618:kib2016-11-271-2/+18
* MFC r308064:mckusick2016-11-261-10/+12
* MFC r307978:mckusick2016-11-161-20/+39
* MFC r308026:kib2016-11-111-147/+19
* MFC r307626:kib2016-11-021-4/+168
* MFC r304230:mckusick2016-10-172-22/+125
* MFC r305977:kib2016-10-032-9/+18
* MFC r305902:kib2016-10-0118-365/+418
* MFC r305601:kib2016-09-221-2/+12
* MFC r305599:kib2016-09-221-0/+1
* MFC r305598:kib2016-09-221-1/+2
* MFC r305597:kib2016-09-221-0/+1
* MFC r305595:kib2016-09-221-2/+7
* MFC r305594:kib2016-09-221-3/+6
* MFC r305593:kib2016-09-221-32/+19
* MFC r305592:kib2016-09-223-5/+16
* MFC r304180:kib2016-08-292-22/+68
* MFC r303924 (by trasz):kib2016-08-294-4/+4
* MFC r304232:kib2016-08-231-4/+4
* MFC r304231:kib2016-08-231-0/+34
* MFC r304229:kib2016-08-231-2/+4
* MFC r304228:kib2016-08-231-4/+4
* MFC r304227:kib2016-08-231-0/+12
* MFC r303090:kib2016-07-272-2/+5
* 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
OpenPOWER on IntegriCloud