linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Create circular buffer list for every page instead of linear list.
@ 2018-01-02  6:54 Sean Fu
  2018-01-02  6:54 ` [PATCH 1/3] fs: buffer: Create circular buffer list for pages Sean Fu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sean Fu @ 2018-01-02  6:54 UTC (permalink / raw)
  To: shli, viro, anton
  Cc: linux-raid, linux-kernel, linux-fsdevel, linux-ntfs-dev, Sean Fu

1.Create circular buffer list in alloc_page_buffers.
Remove unnecessary traversal in link_dev_buffers to create circular buffer list.
Make nobh_write_begin and nobh_write_end to support circular buffer list.

2.fs/ntfs: Make ntfs to support circular buffer list.

3.md: bitmap: Support circular buffer list.
Modify write_page free_buffers and read_page to support circular buffer list.

Sean Fu (3):
  fs: buffer: Create circular buffer list for pages.
  fs/ntfs: Make ntfs to support circular buffer list.
  md: bitmap: Support circular buffer list.

 drivers/md/md-bitmap.c | 36 +++++++++++++++++++-----------------
 fs/buffer.c            | 48 +++++++++++++++++++++---------------------------
 fs/ntfs/aops.c         |  6 ++----
 fs/ntfs/mft.c          |  4 ----
 4 files changed, 42 insertions(+), 52 deletions(-)

-- 
2.6.2

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

end of thread, other threads:[~2018-01-02  7:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02  6:54 [PATCH 0/3] Create circular buffer list for every page instead of linear list Sean Fu
2018-01-02  6:54 ` [PATCH 1/3] fs: buffer: Create circular buffer list for pages Sean Fu
2018-01-02  6:54 ` [PATCH 2/3] fs/ntfs: Make ntfs to support circular buffer list Sean Fu
2018-01-02  6:54 ` [PATCH 3/3] md: bitmap: Support " Sean Fu
2018-01-02  7:34   ` Sean Fu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).