From: Sean Fu <fxinrong@gmail.com>
To: shli@kernel.org, viro@zeniv.linux.org.uk, anton@tuxera.com
Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-fsdevel@vger.kernel.org,
linux-ntfs-dev@lists.sourceforge.net,
Sean Fu <fxinrong@gmail.com>
Subject: [PATCH 0/3] Create circular buffer list for every page instead of linear list.
Date: Tue, 2 Jan 2018 14:54:46 +0800 [thread overview]
Message-ID: <cover.1514867850.git.fxinrong@gmail.com> (raw)
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
next reply other threads:[~2018-01-02 6:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-02 6:54 Sean Fu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1514867850.git.fxinrong@gmail.com \
--to=fxinrong@gmail.com \
--cc=anton@tuxera.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-ntfs-dev@lists.sourceforge.net \
--cc=linux-raid@vger.kernel.org \
--cc=shli@kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).