- Jun 08, 2007
-
-
scjody authored
Initial commit of new ldiskfs module. This is based on ldiskfs from b1_6; patches and series files are identical to those found there. b=12068 i=mjmac i=brian
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Aug 13, 2005
-
-
alex authored
b=7085 - port old fixes from b1_4 to HEAD (extents related) - unify extents & fsfilt codebase with fsfilt
-
- Apr 06, 2005
-
-
Wang Di authored
add FC3 kernel patches
-
- Oct 23, 2004
-
-
Yury Umanets authored
-
- Sep 22, 2004
-
-
alex authored
- mdt_obj_create() should set generation in re-create case
-
- Aug 19, 2004
-
-
alex authored
- series against 2.4.21 suse kernel and needed patches
-
- Feb 06, 2004
-
-
alex authored
-
- Feb 05, 2004
-
-
alex authored
-
- Jan 30, 2004
-
-
alex authored
moving to the right side - ext3_ext_find_goal() takes into account offset of a block to be allocated (thanks to Andreas for smart idea)
-
alex authored
cache-aliasing problems - ext3_forget() should be used in conjuction with ext3_free_blocks() NOTE: 2.4.24 + extents + batching block allocation passes data-consistency tests now (at least I haven't seen problems for many hours of testing)
-
- Jan 29, 2004
-
-
alex authored
possible deadlock - locking in extent's ioctl added - ext3_ext_walk_space() drops bh's references in path before finding next extent NOTE: dbench and syntetic tests work OK in vmware for many hours
-
- Jan 28, 2004
-
-
alex authored
- fixed goal selection - more bits of batching allocation
-
- Jan 26, 2004
-
-
alex authored
- bug in extents fixed: it could cause tree corruption - minor bug in extents fixed: during tree growing it could possible to get suboptimal size for index block
-
- Jan 24, 2004
-
-
alex authored
- support for extents in EA - access to extents stored in EA via ioctl
-
- Dec 03, 2003
-
-
Phil Schwan authored
-