All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] directory index patch set v2
@ 2011-06-20 20:28 Bernd Schubert
  2011-06-20 20:28 ` [PATCH 1/3] ext4: Fix compilation with -DDX_DEBUG v2 Bernd Schubert
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bernd Schubert @ 2011-06-20 20:28 UTC (permalink / raw)
  To: linux-ext4; +Cc: adilger, colyli

The following series implements...

      ext4: Fix compilation with -DDX_DEBUG v2
      ext4 directory index: read-ahead blocks v2
      dx read-ahead: Map blocks with a single semaphore lock

TODO: 
- Fix compilatation of ext3 with -DDX_DEBUG.
- Use worker threads for read-aheads?


 Documentation/filesystems/ext4.txt |    6 ++
 fs/ext4/ext4.h                     |    3 +
 fs/ext4/inode.c                    |   95 ++++++++++++++++++++++++++++++++++++
 fs/ext4/namei.c                    |   84 ++++++++++++++++++++++++++++++--
 fs/ext4/super.c                    |   17 ++++++
 5 files changed, 199 insertions(+), 6 deletions(-)


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

end of thread, other threads:[~2011-07-20 21:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-20 20:28 [PATCH 0/3] directory index patch set v2 Bernd Schubert
2011-06-20 20:28 ` [PATCH 1/3] ext4: Fix compilation with -DDX_DEBUG v2 Bernd Schubert
     [not found]   ` <4E0012A4.1010608@gmail.com>
2011-06-21 15:26     ` Bernd Schubert
2011-07-16 23:41   ` Ted Ts'o
2011-07-19 15:02     ` Bernd Schubert
2011-07-20 21:25       ` Jan Kara
2011-06-20 20:28 ` [PATCH 2/3] ext4 directory index: read-ahead blocks v2 Bernd Schubert
2011-07-16 23:59   ` Ted Ts'o
2011-07-17  1:02     ` Bernd Schubert
2011-07-17 13:12       ` Theodore Tso
2011-07-18  0:23         ` Ted Ts'o
2011-07-19 14:22           ` Bernd Schubert
2011-06-20 20:29 ` [PATCH 3/3] dx read-ahead: Map blocks with a single semaphore lock Bernd Schubert

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.