linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] block: sbitmap tweaks
@ 2018-02-28  0:56 Omar Sandoval
  2018-02-28  0:56 ` [PATCH 1/2] block: clear ctx pending bit under ctx lock Omar Sandoval
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Omar Sandoval @ 2018-02-28  0:56 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, kernel-team, Tejun Heo

From: Omar Sandoval <osandov@fb.com>

Two fixlets inspired by Tejun's patch
(https://patchwork.kernel.org/patch/10226749/). Patch 2 is what we
discussed on that patch, patch 1 is a small preparation.

Omar Sandoval (2):
  block: clear ctx pending bit under ctx lock
  sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()

 block/blk-mq.c          |  2 +-
 include/linux/sbitmap.h |  8 ++++++++
 lib/sbitmap.c           | 10 +++++-----
 3 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.16.2

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

end of thread, other threads:[~2018-02-28 16:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28  0:56 [PATCH 0/2] block: sbitmap tweaks Omar Sandoval
2018-02-28  0:56 ` [PATCH 1/2] block: clear ctx pending bit under ctx lock Omar Sandoval
2018-02-28  0:56 ` [PATCH 2/2] sbitmap: use test_and_set_bit_lock()/clear_bit_unlock() Omar Sandoval
2018-02-28 15:37 ` [PATCH 0/2] block: sbitmap tweaks Jens Axboe
2018-02-28 16:13 ` Tejun Heo

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