All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 RESEND V2] ext4: trim bug fixes and improvements.
@ 2011-07-01 15:22 Tao Ma
  2011-07-01 15:27 ` [PATCH 1/5] ext4: fix trim length underflow with small trim length Tao Ma
  0 siblings, 1 reply; 11+ messages in thread
From: Tao Ma @ 2011-07-01 15:22 UTC (permalink / raw)
  To: Ted Ts'o, ext4 development, tm

Hi Ted,

changelog from v1 to v2:
1. integrated comments form Lukas.
2. add another trivial fix reported by Andreas.

Patch 1/5 is a fix for the 'len' overflow. As we have decided that we
don't adjust start to s_first_data_block, this patch is still needed.
Patch 2/5 is a speedup for trim in one group.
Patch 3/5 adds trace points for the functions used in FITRIM.
Patch 4/5 is a speedup for trim for the whole volume.
Patch 5/5 is a trivial fix for the comment of ext4_trim_all_free.

Thanks,
Tao

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-07-11  4:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 15:22 [PATCH 0/5 RESEND V2] ext4: trim bug fixes and improvements Tao Ma
2011-07-01 15:27 ` [PATCH 1/5] ext4: fix trim length underflow with small trim length Tao Ma
2011-07-01 15:27   ` [PATCH 2/5] ext4: speed up group trim with the right free block count Tao Ma
2011-07-11  4:06     ` Ted Ts'o
2011-07-01 15:27   ` [PATCH 3/5] ext4: Add new ext4 trim tracepoints Tao Ma
2011-07-11  4:07     ` Ted Ts'o
2011-07-01 15:27   ` [PATCH 4/5] ext4: Speed up FITRIM by recording flags in ext4_group_info Tao Ma
2011-07-11  4:07     ` Ted Ts'o
2011-07-01 15:27   ` [PATCH 5/5] ext4: Change the wrong param comment for ext4_trim_all_free Tao Ma
2011-07-11  4:07     ` Ted Ts'o
2011-07-11  4:06   ` [PATCH 1/5] ext4: fix trim length underflow with small trim length Ted Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.