linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Cleanup of bio_get/set
@ 2017-12-13  8:25 Nikolay Borisov
  2017-12-13  8:25 ` [PATCH 1/4] btrfs: Remove redundant bio_get/set calls in compressed read/write paths Nikolay Borisov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nikolay Borisov @ 2017-12-13  8:25 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Nikolay Borisov

Hello, 

Here is a series which cleans the btrfs source code of all the redundant 
bio_get/set calls. After it's applied there is only a single bio_get inovcation
left in __alloc_device for the flush_bio (and that is wrong since it 
leaks the bio, but this will be fixed in a follow up fix).

Nikolay Borisov (4):
  btrfs: Remove redundant bio_get/set calls in compressed read/write
    paths
  btrfs: Remove redundant bio_get/set from submit_dio_repair_bio
  btrfs: Remove redundan bio_get/bio_set pair from submit_one_bio
  btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio

 fs/btrfs/compression.c | 12 ------------
 fs/btrfs/extent_io.c   |  2 --
 fs/btrfs/inode.c       | 10 ++--------
 3 files changed, 2 insertions(+), 22 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-01-02 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13  8:25 [PATCH 0/4] Cleanup of bio_get/set Nikolay Borisov
2017-12-13  8:25 ` [PATCH 1/4] btrfs: Remove redundant bio_get/set calls in compressed read/write paths Nikolay Borisov
2017-12-13  8:25 ` [PATCH 2/4] btrfs: Remove redundant bio_get/set from submit_dio_repair_bio Nikolay Borisov
2017-12-13  8:25 ` [PATCH 3/4] btrfs: Remove redundan bio_get/bio_set pair from submit_one_bio Nikolay Borisov
2017-12-13  8:25 ` [PATCH 4/4] btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio Nikolay Borisov
2018-01-02 15:40 ` [PATCH 0/4] Cleanup of bio_get/set 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).