All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] loop: LO_FLAGS_BLOCKSIZE fixes
@ 2017-08-22 17:32 Omar Sandoval
  2017-08-22 17:32 ` [PATCH v3 1/4] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type Omar Sandoval
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Omar Sandoval @ 2017-08-22 17:32 UTC (permalink / raw)
  To: linux-block; +Cc: kernel-team, Hannes Reinecke, Ming Lei, Karel Zak, Milan Broz

From: Omar Sandoval <osandov@fb.com>

Patches 1, 3, and 4 are the same as v2, plus added reviewed-bys and
tested-bys from Milan. Patch 2 is new.

Omar Sandoval (4):
  loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt
    type
  loop: set discard and write zeroes limits in 512 byte sectors
  loop: use queue limit instead of private lo_logical_blocksize
  loop: always return block size in LOOP_GET_STATUS

 drivers/block/loop.c | 75 ++++++++++++++++++++++++++--------------------------
 drivers/block/loop.h |  1 -
 2 files changed, 37 insertions(+), 39 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-08-23 16:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 17:32 [PATCH v3 0/4] loop: LO_FLAGS_BLOCKSIZE fixes Omar Sandoval
2017-08-22 17:32 ` [PATCH v3 1/4] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type Omar Sandoval
2017-08-22 17:32 ` [PATCH v3 2/4] loop: set discard and write zeroes limits in 512 byte sectors Omar Sandoval
2017-08-23  6:19   ` Hannes Reinecke
2017-08-22 17:33 ` [PATCH v3 3/4] loop: use queue limit instead of private lo_logical_blocksize Omar Sandoval
2017-08-23  9:23   ` Karel Zak
2017-08-23 16:16     ` Omar Sandoval
2017-08-22 17:33 ` [PATCH v3 4/4] loop: always return block size in LOOP_GET_STATUS Omar Sandoval
2017-08-22 20:25 ` [PATCH v3 0/4] loop: LO_FLAGS_BLOCKSIZE fixes Jens Axboe

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.