All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Btrfs: Pre subpagesize-blocksize cleanups
@ 2015-08-06 10:10 Chandan Rajendra
  2015-08-06 10:10 ` [PATCH 01/11] Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size Chandan Rajendra
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Chandan Rajendra @ 2015-08-06 10:10 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Chandan Rajendra, clm, jbacik, bo.li.liu, dsterba, chandan

Hello all,

The patches posted along with this cover letter are cleanups made
during the developement of subpagesize-blocksize patchset. I believe
that they can be integrated with the mainline kernel. Hence I have
posted them separately from the subpagesize-blocksize patchset.

I have testsed the patchset by running xfstests on ppc64 and
x86_64. On ppc64, some of the Btrfs specific tests and generic/255
fail because they assume 4K as the filesystem's block size. I have
fixed some of the test cases. I will fix the rest and mail them to the
fstests mailing list in the near future.

Chandan Rajendra (11):
  Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to
    block size
  Btrfs: Compute and look up csums based on sectorsized blocks
  Btrfs: Direct I/O read: Work on sectorsized blocks
  Btrfs: fallocate: Work with sectorsized blocks
  Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
  Btrfs: Search for all ordered extents that could span across a page
  Btrfs: Use (eb->start, seq) as search key for tree modification log
  Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
  Btrfs: Limit inline extents to root->sectorsize
  Btrfs: Fix block size returned to user space
  Btrfs: Clean pte corresponding to page straddling i_size

 fs/btrfs/ctree.c     |  34 ++++----
 fs/btrfs/ctree.h     |   2 +-
 fs/btrfs/extent_io.c |   3 +-
 fs/btrfs/file-item.c |  90 ++++++++++++-------
 fs/btrfs/file.c      |  99 +++++++++++++--------
 fs/btrfs/inode.c     | 239 ++++++++++++++++++++++++++++++++++++---------------
 6 files changed, 308 insertions(+), 159 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-08-07  4:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 10:10 [PATCH 00/11] Btrfs: Pre subpagesize-blocksize cleanups Chandan Rajendra
2015-08-06 10:10 ` [PATCH 01/11] Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size Chandan Rajendra
2015-08-07  3:08   ` Qu Wenruo
2015-08-07  4:16     ` Chandan Rajendra
2015-08-06 10:10 ` [PATCH 02/11] Btrfs: Compute and look up csums based on sectorsized blocks Chandan Rajendra
2015-08-06 10:10 ` [PATCH 03/11] Btrfs: Direct I/O read: Work " Chandan Rajendra
2015-08-06 10:10 ` [PATCH 04/11] Btrfs: fallocate: Work with " Chandan Rajendra
2015-08-06 10:10 ` [PATCH 05/11] Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units Chandan Rajendra
2015-08-06 10:10 ` [PATCH 06/11] Btrfs: Search for all ordered extents that could span across a page Chandan Rajendra
2015-08-06 10:10 ` [PATCH 07/11] Btrfs: Use (eb->start, seq) as search key for tree modification log Chandan Rajendra
2015-08-06 10:10 ` [PATCH 08/11] Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length Chandan Rajendra
2015-08-06 10:10 ` [PATCH 09/11] Btrfs: Limit inline extents to root->sectorsize Chandan Rajendra
2015-08-06 10:10 ` [PATCH 10/11] Btrfs: Fix block size returned to user space Chandan Rajendra
2015-08-06 10:10 ` [PATCH 11/11] Btrfs: Clean pte corresponding to page straddling i_size Chandan Rajendra

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.