| Age | Commit message (Expand) | Author |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2016-08-13 | KNF, no functional changes... | christos |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-11-21 | Write support for the Ext4 Read-only Compatible Feature "huge_file". | jakllsch |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2007-10-08 | Merge ffs locking & brelse changes from the vmlocking branch. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-08-30 | * Remove __P() | xtraeme |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-14 | fix typoe in previous. | chs |
| 2005-02-09 | Add support for large files (>2GB). | ws |
| 2004-03-22 | Fix disclaimer in my copyright. Pointed out by Thomas Klausner. | bouyer |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-09-26 | use ufs_balloc_range() rather than local (mostly identical, but with some | jdolecek |
| 2002-05-05 | use the correct size when zeroing an array. | chs |
| 2002-01-26 | fix an error case. | chs |
| 2001-11-30 | pick up changes from ufs_balloc_range(). | chs |
| 2001-11-10 | track some changes in the ufs code: | chs |
| 2001-11-08 | add RCSID | lukem |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-07-04 | in ext2fs_balloc_range(), clear PG_RDONLY on pages which now have backing store. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2000-12-10 | redo ext2fs_balloc_range(), accounting for differences between ext2fs and ffs. | chs |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-06-28 | remove include of <vm/vm.h> and <uvm/uvm_extern.h> | mrg |
| 2000-05-28 | Pull in indirect block unwind code from FFS. | mycroft |
| 2000-03-30 | Remove register declarations. | augustss |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-09 | Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. | bouyer |
| 1997-06-11 | The ext2fs layer, based on the ffs/ufs one. Uses a few functions from | bouyer |