| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r308618: | kib | 2016-11-27 | 1 | -2/+18 |
* | MFC r308064: | mckusick | 2016-11-26 | 1 | -10/+12 |
* | MFC r307978: | mckusick | 2016-11-16 | 1 | -20/+39 |
* | MFC r308026: | kib | 2016-11-11 | 1 | -147/+19 |
* | MFC r307626: | kib | 2016-11-02 | 1 | -4/+168 |
* | MFC r304230: | mckusick | 2016-10-17 | 2 | -22/+125 |
* | MFC r305977: | kib | 2016-10-03 | 2 | -9/+18 |
* | MFC r305902: | kib | 2016-10-01 | 18 | -365/+418 |
* | MFC r305601: | kib | 2016-09-22 | 1 | -2/+12 |
* | MFC r305599: | kib | 2016-09-22 | 1 | -0/+1 |
* | MFC r305598: | kib | 2016-09-22 | 1 | -1/+2 |
* | MFC r305597: | kib | 2016-09-22 | 1 | -0/+1 |
* | MFC r305595: | kib | 2016-09-22 | 1 | -2/+7 |
* | MFC r305594: | kib | 2016-09-22 | 1 | -3/+6 |
* | MFC r305593: | kib | 2016-09-22 | 1 | -32/+19 |
* | MFC r305592: | kib | 2016-09-22 | 3 | -5/+16 |
* | MFC r304180: | kib | 2016-08-29 | 2 | -22/+68 |
* | MFC r303924 (by trasz): | kib | 2016-08-29 | 4 | -4/+4 |
* | MFC r304232: | kib | 2016-08-23 | 1 | -4/+4 |
* | MFC r304231: | kib | 2016-08-23 | 1 | -0/+34 |
* | MFC r304229: | kib | 2016-08-23 | 1 | -2/+4 |
* | MFC r304228: | kib | 2016-08-23 | 1 | -4/+4 |
* | MFC r304227: | kib | 2016-08-23 | 1 | -0/+12 |
* | MFC r303090: | kib | 2016-07-27 | 2 | -2/+5 |
* | arc4random() returns 0 to (2**32)−1, use an alternative to initialize | kevlo | 2016-05-22 | 2 | -4/+6 |
* | Stop dropping and reacquiring Giant around geom calls in UFS. | kib | 2016-05-21 | 1 | -16/+0 |
* | Improve handling of rdev->si_mountpt on mount and unmount of FFS | kib | 2016-05-21 | 1 | -13/+17 |
* | Ensure that ftruncate(2) is performed synchronously when file is | kib | 2016-05-18 | 1 | -1/+2 |
* | Do enable io accounting for read-only mounts and mounts which are | kib | 2016-05-17 | 1 | -2/+4 |
* | If IO_SYNC was passed to ffs_truncate(), request synchronous inode | kib | 2016-05-17 | 1 | -1/+1 |
* | For async UFS mounts, shrink the directory asynchronously, at least do | kib | 2016-05-17 | 1 | -1/+1 |
* | Fix comments. | kib | 2016-05-17 | 1 | -2/+2 |
* | Fix typo in the message. | kib | 2016-05-17 | 1 | -1/+1 |
* | UFS: spelling fixes on comments. | pfg | 2016-04-29 | 6 | -10/+10 |
* | Add FEATURE knob for testing for UFS extended attribute kernel support | ngie | 2016-04-22 | 1 | -0/+2 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 3 | -5/+5 |
* | ufs: replace 0 with NULL for pointers. | pfg | 2016-04-10 | 4 | -22/+29 |
* | Add four new RCTL resources - readbps, readiops, writebps and writeiops, | trasz | 2016-04-07 | 3 | -0/+24 |
* | Remove some NULL checks for M_WAITOK allocations. | trasz | 2016-03-29 | 1 | -2/+0 |
* | Split the global taskqueue used to process all UFS trim completions, | kib | 2016-03-27 | 3 | -3/+19 |
* | Style: wrap long lines. | kib | 2016-03-27 | 1 | -2/+4 |
* | Fix locking mistake in softdep_waitidle(). The surrounding code | kib | 2016-03-23 | 1 | -1/+1 |
* | The UFS filesystem requires that the last block of a file always be | mckusick | 2016-02-24 | 1 | -17/+60 |
* | Remove ffs_mountroot() prototype; seems to be long gone. | trasz | 2016-01-28 | 1 | -1/+0 |
* | This fixes a bug in UFS2 exported NFS volumes. An NFS client can | mckusick | 2016-01-27 | 1 | -3/+28 |
* | The bread() function was inconsistent about whether it would return | mckusick | 2016-01-27 | 1 | -3/+1 |
* | Recheck curthread->td_su after the VFS_SYNC() call, and re-sync if the | kib | 2015-12-21 | 1 | -32/+32 |
* | Update ctime when atime or birthtime are updated. | kib | 2015-12-07 | 1 | -8/+3 |
* | For performance reasons, it is useful to have a single string used as | mckusick | 2015-11-29 | 1 | -4/+2 |
* | Do not perform read-ahead for BA_CLRBUF request when we are low on | kib | 2015-10-27 | 1 | -2/+6 |