| Age | Commit message (Expand) | Author |
| 2017-05-28 | Change ext2fs to use vcache_new like we did for ffs: | hannken |
| 2016-08-20 | modify the comment to note code needs to brele() to have a shot on actually | jdolecek |
| 2016-08-20 | #if 0 the check for ext2fs_mapsearch() failure (similar what was done | jdolecek |
| 2016-08-20 | add support for GDT_CSUM AKA uninit_bg feature | jdolecek |
| 2016-08-13 | KNF, no functional changes... | christos |
| 2016-08-03 | support arbitrary ext3/ext4 inode size, add all the new ext4 fields ext2fs_di... | jdolecek |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | 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 |
| 2011-03-06 | {ffs_nodealloccg,ext2fs_nodealloccg,ext2fs_mapsearch}: use XOR and ffs() | rmind |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-12 | Whitespace nits. | tsutsui |
| 2009-05-07 | Introduce several actions/requests for authorizing file-system related | elad |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-23 | add support for 32 bit uid/gid fields in ext2, but only do so for | mrg |
| 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 |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-09 | several ext2fs fixes provided by Barry Bouwsma: | chs |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 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-08-19 | 64 bit inode changes. | christos |
| 2005-05-29 | - sprinkle const | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 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-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-24 | More ufs2 merge fall-out. Pass the correct pointer to the dinode | gmcgarry |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-11-08 | add RCSID | lukem |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-07-05 | Fix typo. s/extention/extension/ | toshii |
| 2000-06-28 | remove include of <vm/vm.h> and <uvm/uvm_extern.h> | mrg |
| 2000-05-19 | NULL != 0 | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-02-10 | Make sure a buffer optained from bread() is always bresle()'d in case of | bouyer |
| 1998-10-23 | For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it instead | thorpej |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |