linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] compression ops args clean up and trace point
@ 2017-05-26  7:44 Anand Jain
  2017-05-26  7:44 ` [PATCH 1/3 v2] btrfs: btrfs_decompress_bio() could accept compressed_bio instead Anand Jain
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Anand Jain @ 2017-05-26  7:44 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

Patch 1 and 2 are preparatory and clean up patches, and patch 3 adds
the trace point for the compression.

I have used same trace function for both compress and decompress
as I wanted to maintain compress and decompress debug data aligned

v2: added patch #2
Anand Jain (3):
  btrfs: btrfs_decompress_bio() could accept compressed_bio instead
  btrfs: reduce arguments for decompress_bio ops
  btrfs: add compression trace points

 fs/btrfs/compression.c       | 70 +++++++++++---------------------------------
 fs/btrfs/compression.h       | 44 +++++++++++++++++++++++++---
 fs/btrfs/lzo.c               | 10 +++----
 fs/btrfs/zlib.c              |  9 +++---
 include/trace/events/btrfs.h | 36 +++++++++++++++++++++++
 5 files changed, 103 insertions(+), 66 deletions(-)

-- 
2.10.0


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-26  7:44 [PATCH 0/3 v2] compression ops args clean up and trace point Anand Jain
2017-05-26  7:44 ` [PATCH 1/3 v2] btrfs: btrfs_decompress_bio() could accept compressed_bio instead Anand Jain
2017-05-26  7:42   ` Nikolay Borisov
2017-05-26 17:54   ` David Sterba
2017-05-26  7:44 ` [PATCH 2/3 v2] btrfs: reduce arguments for decompress_bio ops Anand Jain
2017-05-26  7:43   ` Nikolay Borisov
2017-05-26  8:34     ` Anand Jain
2017-05-26 14:07   ` kbuild test robot
2017-05-26 22:39     ` Anand Jain
2017-05-26 22:36   ` [PATCH] fixup: " Anand Jain
2017-05-29 13:52     ` David Sterba
2017-05-26  7:45 ` [PATCH 3/3 v2] btrfs: add compression trace points Anand Jain
2017-05-26 18:08   ` David Sterba
2017-05-26 23:37     ` Anand Jain
2017-05-26 18:09 ` [PATCH 0/3 v2] compression ops args clean up and trace point 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).