linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] some cleanup of inline flag checking
@ 2016-03-11  3:28 Shawn Lin
  2016-03-11  3:28 ` [PATCH 1/8] f2fs: check inline flag ahead for f2fs_write_inline_data Shawn Lin
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Shawn Lin @ 2016-03-11  3:28 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: linux-kernel, linux-f2fs-devel, Shawn Lin


This patchset is going to remove some redunant checking
of inline data flag and also going to avoid some unnecessary
cpu waste when doing inline stuff.

Note:
Sorry for sending previous four patches in separate, let
drop them and make them in this thread for better review.



Shawn Lin (8):
  f2fs: check inline flag ahead for f2fs_write_inline_data
  f2fs: remove checing inline data flag for f2fs_write_data_page
  f2fs: check inline flag ahead for f2fs_read_inline_data
  f2fs: remove redundant checking of inline data flag
  f2fs: f2fs: check inline flag ahead for f2fs_inline_data_fiemap
  f2fs: remove checing inline data flag for f2fs_fiemap
  f2fs: remove unnecessary inline checking for f2fs_convert_inline_inode
  f2fs: check inline flag ahead for get_dnode_of_data

 fs/f2fs/data.c   | 17 +++++++----------
 fs/f2fs/inline.c | 27 ++++++++++-----------------
 fs/f2fs/node.c   | 12 +++++-------
 3 files changed, 22 insertions(+), 34 deletions(-)

-- 
2.3.7

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

end of thread, other threads:[~2016-03-11  7:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-11  3:28 [PATCH 0/8] some cleanup of inline flag checking Shawn Lin
2016-03-11  3:28 ` [PATCH 1/8] f2fs: check inline flag ahead for f2fs_write_inline_data Shawn Lin
2016-03-11  3:28 ` [PATCH 2/8] f2fs: remove checing inline data flag for f2fs_write_data_page Shawn Lin
2016-03-11  3:28 ` [PATCH 3/8] f2fs: check inline flag ahead for f2fs_read_inline_data Shawn Lin
2016-03-11  3:28 ` [PATCH 4/8] f2fs: remove redundant checking of inline data flag Shawn Lin
2016-03-11  3:28 ` [PATCH 5/8] f2fs: f2fs: check inline flag ahead for f2fs_inline_data_fiemap Shawn Lin
2016-03-11  3:29 ` [PATCH 6/8] f2fs: remove checing inline data flag for f2fs_fiemap Shawn Lin
2016-03-11  3:29 ` [PATCH 7/8] f2fs: remove unnecessary inline checking for f2fs_convert_inline_inode Shawn Lin
2016-03-11  3:29 ` [PATCH 8/8] f2fs: check inline flag ahead for get_dnode_of_data Shawn Lin
2016-03-11  5:29 ` [f2fs-dev] [PATCH 0/8] some cleanup of inline flag checking Chao Yu
2016-03-11  6:34   ` Shawn Lin
2016-03-11  7:25     ` Chao Yu

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).