All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Btrfs, minor scrub code cleanups
@ 2017-05-16 17:10 David Sterba
  2017-05-16 17:10 ` [PATCH 01/10] btrfs: scrub: inline helper scrub_setup_wr_ctx David Sterba
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: David Sterba @ 2017-05-16 17:10 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

A bunch of minor cleanups in the scrub code. For 4.13.

David Sterba (10):
  btrfs: scrub: inline helper scrub_setup_wr_ctx
  btrfs: scrub: inline helper scrub_free_wr_ctx
  btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx
  btrfs: scrub: embed scrub_wr_ctx into scrub context
  btrfs: scrub: remove pages_per_wr_bio from scrub context
  btrfs: scrub: use bool for flush_all_writes
  btrfs: scrub: use fs_info::sectorsize and drop it from scrub context
  btrfs: scrub: clean up division in __scrub_mark_bitmap
  btrfs: scrub: clean up division in scrub_find_csum
  btrfs: scrub: simplify srrub worker initialization

 fs/btrfs/scrub.c | 181 +++++++++++++++++++++----------------------------------
 1 file changed, 70 insertions(+), 111 deletions(-)

-- 
2.12.0


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

end of thread, other threads:[~2017-05-29 15:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 17:10 [PATCH 00/10] Btrfs, minor scrub code cleanups David Sterba
2017-05-16 17:10 ` [PATCH 01/10] btrfs: scrub: inline helper scrub_setup_wr_ctx David Sterba
2017-05-16 17:10 ` [PATCH 02/10] btrfs: scrub: inline helper scrub_free_wr_ctx David Sterba
2017-05-16 17:10 ` [PATCH 03/10] btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx David Sterba
2017-05-19  0:25   ` Liu Bo
2017-05-16 17:10 ` [PATCH 04/10] btrfs: scrub: embed scrub_wr_ctx into scrub context David Sterba
2017-05-16 17:10 ` [PATCH 05/10] btrfs: scrub: remove pages_per_wr_bio from " David Sterba
2017-05-16 17:10 ` [PATCH 06/10] btrfs: scrub: use bool for flush_all_writes David Sterba
2017-05-19  0:42   ` Liu Bo
2017-05-19 13:08     ` David Sterba
2017-05-29 14:59       ` David Sterba
2017-05-16 17:10 ` [PATCH 07/10] btrfs: scrub: use fs_info::sectorsize and drop it from scrub context David Sterba
2017-05-19  0:43   ` Liu Bo
2017-05-16 17:10 ` [PATCH 08/10] btrfs: scrub: clean up division in __scrub_mark_bitmap David Sterba
2017-05-16 17:10 ` [PATCH 09/10] btrfs: scrub: clean up division in scrub_find_csum David Sterba
2017-05-16 17:10 ` [PATCH 10/10] btrfs: scrub: simplify srrub worker initialization David Sterba

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.