summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r281562rmacklem2015-04-301-1/+1
* MFC r280760:kib2015-04-102-24/+68
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r277922:kib2015-02-132-12/+21
* MFC r277794:kib2015-02-032-3/+15
* MFC r276007:kib2015-01-041-1/+3
* MFC r275897:kib2015-01-012-2/+3
* MFC r273967:kib2014-11-091-5/+6
* MFC r272952:kib2014-10-181-1/+1
* MFC r270797:kib2014-09-051-0/+13
* MFC r270204:kib2014-08-271-9/+0
* MFC r270203:kib2014-08-271-1/+1
* MFC of 269533 (by mckusick):mckusick2014-08-182-109/+254
* MFC of 269674:mckusick2014-08-141-0/+31
* MFC r268764:kib2014-07-301-4/+0
* MFC r268612:kib2014-07-281-44/+7
* Merge r265463:scottl2014-07-011-0/+26
* MFC r267564:kib2014-06-241-29/+2
* MFC r267226:kib2014-06-151-6/+4
* MFC r262814scottl2014-04-151-2/+10
* MFC r262812scottl2014-04-151-3/+6
* MFC r262678;pfg2014-03-0517-196/+196
* MFC of 260088:mckusick2014-01-171-4/+4
* MFC of 260079:mckusick2014-01-171-10/+4
* MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860.mckusick2013-12-306-702/+1023
* MFC of 258789:mckusick2013-12-291-2/+20
* MFC r256448, r257029;pfg2013-12-112-5/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+4
* In looking at block layouts as part of fixing filesystem blockmckusick2013-08-281-2/+2
* A performance problem was reported in PR kern/181226:mckusick2013-08-281-2/+14
* Take a very small step toward the Century of the Anchovy by increasing theivoras2013-08-281-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-3/+5
* This bug fix is in a code path in rename taken when there is amckusick2013-08-061-1/+1
* With the addition of journalled soft updates, the "newblk" structuresmckusick2013-08-051-1/+1
* To better understand performance problems with journalled soft updates,mckusick2013-08-051-9/+43
* Update to comments describing block allocation policy.mckusick2013-07-141-7/+6
* Only copy as much bytes as there in superblock, instead of the fullkib2013-07-121-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-101-1/+1
* There are several code sequences likekib2013-07-093-4/+4
* Make better use of metadata area by avoiding using it for data blocksmckusick2013-07-022-3/+25
* Style fix: spaces.pfg2013-07-021-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Don't assume that UFS on-disk format of a directory is the same asgleb2013-07-012-106/+108
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-014-5/+5
* - Convert the bufobj lock to rwlock.jeff2013-05-314-66/+67
* Properly spell sentinel (missed in 250891)mckusick2013-05-221-1/+1
* Add missing buffer releases (brelse) after bread calls that returnmckusick2013-05-221-2/+6
* Add missing 28th element to softdep types name array.mckusick2013-05-221-1/+4
OpenPOWER on IntegriCloud