All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dm thin: adapt code to use new async __blkdev_issue_discard
@ 2016-05-05 15:54 Mike Snitzer
  2016-05-05 15:54 ` [PATCH v2 1/5] block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discard Mike Snitzer
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Mike Snitzer @ 2016-05-05 15:54 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, dm-devel, Christoph Hellwig, Mike Snitzer

I'd like to see these changes included in 4.7.

Jens, if you (and hch and others) are OK with the first 2 block
patches can you please add them to your 'for-4.7/core'?

Joe Thornber (1):
  dm thin: unroll issue_discard() to create longer discard bio chains

Mike Snitzer (4):
  block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discard
  block: make bio_inc_remaining() interface accessible again
  dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()
  dm thin: use __blkdev_issue_discard for async discard support

 block/bio.c          |  11 ----
 block/blk-lib.c      |   7 ++-
 drivers/md/dm-thin.c | 159 +++++++++++++++++++++++----------------------------
 include/linux/bio.h  |  11 ++++
 4 files changed, 88 insertions(+), 100 deletions(-)

-- 
2.6.4 (Apple Git-63)

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

end of thread, other threads:[~2016-05-06 16:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 15:54 [PATCH 0/5] dm thin: adapt code to use new async __blkdev_issue_discard Mike Snitzer
2016-05-05 15:54 ` [PATCH v2 1/5] block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discard Mike Snitzer
2016-05-06 16:04   ` Christoph Hellwig
2016-05-05 15:54 ` [PATCH 2/5] block: make bio_inc_remaining() interface accessible again Mike Snitzer
2016-05-06 15:25   ` Christoph Hellwig
2016-05-06 15:56     ` Christoph Hellwig
2016-05-06 16:19       ` Mike Snitzer
2016-05-06 16:27         ` Christoph Hellwig
2016-05-06 16:46           ` Joe Thornber
2016-05-06 16:30         ` Joe Thornber
2016-05-06 16:43         ` Christoph Hellwig
2016-05-06 15:57     ` Mike Snitzer
2016-05-05 15:54 ` [PATCH 3/5] dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining() Mike Snitzer
2016-05-05 15:54 ` [PATCH 4/5] dm thin: use __blkdev_issue_discard for async discard support Mike Snitzer
2016-05-06 16:05   ` Christoph Hellwig
2016-05-05 15:54 ` [PATCH 5/5] dm thin: unroll issue_discard() to create longer discard bio chains Mike Snitzer
2016-05-06 16:12   ` Christoph Hellwig
2016-05-06 16:36     ` Joe Thornber
2016-05-06 16:44       ` Christoph Hellwig
2016-05-06 16:48         ` Joe Thornber

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.