From: boyu <boyu.mt@taobao.com>
To: undisclosed-recipients:;
Cc: LKML <linux-kernel@vger.kernel.org>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
Theodore Ts'o <tytso@mit.edu>, Andreas Dilger <adilger@dilger.ca>,
<tm@tao.ma>
Subject: [PATCH V3 00/21] ext4: Add inline data support.
Date: Sun, 18 Dec 2011 22:18:08 +0800 [thread overview]
Message-ID: <4EEDF620.8070008@taobao.com> (raw)
Hi Ted, Andreas and list,
This is the v3 attempt to add inline data support to ext4 inode.
For more information about the background, please refer to the thread
http://marc.info/?l=linux-ext4&m=131715205428067&w=2
Changelog from v2 to v3:
1. Add support for evict data from inode if we can store xattr in it.
2. Add support for fiemap
3. Some nasty bug fixes
The v2 can be found here:
http://marc.info/?l=linux-ext4&m=132189338604177&w=2
The v1 can be found here:
http://marc.info/?l=linux-ext4&m=131961438221255&w=2
any suggestions are welcomed.
git diff --stat master..
fs/ext4/Makefile | 2 +-
fs/ext4/dir.c | 39 +-
fs/ext4/ext4.h | 77 +++-
fs/ext4/extents.c | 18 +-
fs/ext4/ialloc.c | 4 +
fs/ext4/inline.c | 1642 +++++++++++++++++++++++++++++++++++++++++++++++++++++
fs/ext4/inode.c | 236 ++++++--
fs/ext4/namei.c | 364 +++++++++----
fs/ext4/xattr.c | 64 +--
fs/ext4/xattr.h | 263 +++++++++
10 files changed, 2481 insertions(+), 228 deletions(-)
Thanks
Tao
________________________________
This email (including any attachments) is confidential and may be legally privileged. If you received this email in error, please delete it immediately and do not copy it or use it for any purpose or disclose its contents to any other person. Thank you.
本电邮(包括任何附件)可能含有机密资料并受法律保护。如您不是正确的收件人,请您立即删除本邮件。请不要将本电邮进行复制并用作任何其他用途、或透露本邮件之内容。谢谢。
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2011-12-18 14:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-18 14:18 boyu [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-12-18 14:20 [PATCH V3 00/21] ext4: Add inline data support Tao Ma
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=4EEDF620.8070008@taobao.com \
--to=boyu.mt@taobao.com \
--cc=adilger@dilger.ca \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tm@tao.ma \
--cc=tytso@mit.edu \
/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).