| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 1 | -2/+2 |
| 2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the |  otto | 1 | -26/+31 |
| 2020-05-29 | When the preferred cylinder group if full scan forward (wrapping if needed) |  otto | 1 | -14/+15 |
| 2020-05-28 | Make generation numbers unsigned and fill them using a random number |  otto | 1 | -10/+8 |
| 2020-02-21 | Use proper function to get a timestamp, as time_second isn't safe; |  otto | 1 | -6/+21 |
| 2019-07-19 | getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 1 | -2/+2 |
| 2016-05-23 | Use arc4random_uniform() instead of arc4random() to avoid modulus bias. |  tb | 1 | -2/+2 |
| 2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of |  natano | 1 | -625/+1 |
| 2015-11-28 | move buffer size adjustment to buf_adjcnt - from Walter Neto |  beck | 1 | -4/+4 |
| 2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ |  guenther | 1 | -2/+1 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 1 | -2/+1 |
| 2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 1 | -3/+1 |
| 2014-09-14 | remove uneeded proc.h includes |  jsg | 1 | -2/+1 |
| 2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 1 | -3/+1 |
| 2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a |  guenther | 1 | -3/+3 |
| 2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate |  guenther | 1 | -2/+2 |
| 2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis |  tedu | 1 | -4/+4 |
| 2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 1 | -13/+15 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 1 | -50/+50 |
| 2013-06-08 | KNF |  beck | 1 | -7/+7 |
| 2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, |  guenther | 1 | -8/+8 |
| 2013-04-23 | change ffs layout policy. try to pack meta data in close to the start of |  tedu | 1 | -39/+178 |
| 2011-09-18 | Fix more printf format string bugs in sys/ufs. |  bluhm | 1 | -4/+4 |
| 2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew |  tedu | 1 | -8/+7 |
| 2011-07-03 | correctify NULL 0 confusion |  tedu | 1 | -2/+2 |
| 2010-07-13 | fix overflow of dirsize; from FreeBSD; PR 6426; ok beck@ millert@ |  otto | 1 | -2/+5 |
| 2010-01-16 | Remove dead assignment and newly created unused variable. |  chl | 1 | -3/+1 |
| 2009-01-17 | Use proper assignment macros for dinode manipulations instead of |  grange | 1 | -2/+4 |
| 2008-08-08 | use cgbase() instead of doing arthmetic on fs_fpg when calculating |  thib | 1 | -4/+4 |
| 2008-08-02 | fix printf format specifiers; ok krw@ millert@ deraadt@ |  otto | 1 | -15/+15 |
| 2008-07-22 | Use cgbase() instead of doing arithmetic on fs_fpg, for the former does |  miod | 1 | -9/+7 |
| 2008-04-10 | the ffs code is a bit noisy when it runs out of inodes/space etc; |  thib | 1 | -10/+23 |
| 2008-01-22 | with a lot of fragments per cylinder group and lots of cylinder |  otto | 1 | -6/+8 |
| 2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff |  otto | 1 | -57/+56 |
| 2007-11-09 | Code to read in the cylinder groups is duplicated in a few spots, |  thib | 1 | -67/+48 |
| 2007-09-10 | When selecting cylinder groups as candidates for new directory creation |  thib | 1 | -18/+9 |
| 2007-06-22 | Update ffs[1/2] time last written for cg's in |  thib | 1 | -1/+3 |
| 2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 1 | -9/+3 |
| 2007-06-01 | Nuke 'ufs_lbn_t', okay otto@ deraadt@ krw@ beck@ |  pedro | 1 | -2/+2 |
| 2007-06-01 | cleanup of 'ufs1_daddr_t', first round, okay deraadt@ |  pedro | 1 | -6/+6 |
| 2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib |  deraadt | 1 | -7/+7 |
| 2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ |  pedro | 1 | -8/+19 |
| 2007-04-29 | enforce -Wdeclaration-after-statement by hand |  deraadt | 1 | -3/+5 |
| 2007-03-23 | Make FFS allocation functions non-static, okay miod@ mk@ thib@ |  pedro | 1 | -20/+20 |
| 2007-01-26 | remove ancient device-specific trick from ffs1_blkpref() |  pedro | 1 | -31/+4 |
| 2007-01-07 | add some comments |  sturm | 1 | -4/+12 |
| 2007-01-06 | stop printing messages when changing space/time optimizations. |  tedu | 1 | -6/+2 |
| 2006-12-28 | Zap nextgennumber, unused since LFS went up into the attic. |  thib | 1 | -3/+1 |
| 2006-04-02 | Two changes in the FFS2 lazy inode allocation code: |  pedro | 1 | -3/+17 |
| 2006-04-02 | Cope with FFS2's lazy inode allocation policy, adapted from FreeBSD |  pedro | 1 | -1/+29 |