linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Scrub cleanups
@ 2020-06-01 15:23 David Sterba
  2020-06-01 15:23 ` [PATCH 1/9] btrfs: scrub: remove kmap/kunmap of pages David Sterba
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: David Sterba @ 2020-06-01 15:23 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Remove kmaps, simplify the checksum calculations.

David Sterba (9):
  btrfs: scrub: remove kmap/kunmap of pages
  btrfs: scrub: unify naming of page address variables
  btrfs: scrub: simplify superblock checksum calculation
  btrfs: scrub: remove temporary csum array in scrub_checksum_super
  btrfs: scrub: clean up temporary page variables in
    scrub_checksum_super
  btrfs: scrub: simplify data block checksum calculation
  btrfs: scrub: clean up temporary page variables in scrub_checksum_data
  btrfs: scrub: simplify tree block checksum calculation
  btrfs: scrub: clean up temporary page variables in
    scrub_checksum_tree_block

 fs/btrfs/scrub.c | 151 +++++++++++++----------------------------------
 1 file changed, 42 insertions(+), 109 deletions(-)

-- 
2.25.0


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

end of thread, other threads:[~2020-06-01 15:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 15:23 [PATCH 0/9] Scrub cleanups David Sterba
2020-06-01 15:23 ` [PATCH 1/9] btrfs: scrub: remove kmap/kunmap of pages David Sterba
2020-06-01 15:23 ` [PATCH 2/9] btrfs: scrub: unify naming of page address variables David Sterba
2020-06-01 15:23 ` [PATCH 3/9] btrfs: scrub: simplify superblock checksum calculation David Sterba
2020-06-01 15:23 ` [PATCH 4/9] btrfs: scrub: remove temporary csum array in scrub_checksum_super David Sterba
2020-06-01 15:23 ` [PATCH 5/9] btrfs: scrub: clean up temporary page variables " David Sterba
2020-06-01 15:23 ` [PATCH 6/9] btrfs: scrub: simplify data block checksum calculation David Sterba
2020-06-01 15:23 ` [PATCH 7/9] btrfs: scrub: clean up temporary page variables in scrub_checksum_data David Sterba
2020-06-01 15:23 ` [PATCH 8/9] btrfs: scrub: simplify tree block checksum calculation David Sterba
2020-06-01 15:23 ` [PATCH 9/9] btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_block David Sterba

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