linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-18 09:13:48 to 2020-11-20 19:31:05 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-20 19:30 UTC  (8+ messages)
` [PATCH 027/141] drbd: "
` [PATCH 032/141] floppy: "
` [PATCH 058/141] xen-blkfront: "

[PATCH] block: don't ignore REQ_NOWAIT for direct IO
 2020-11-20 19:13 UTC  (3+ messages)

[PATCH v2] block/keyslot-manager: prevent crash when num_slots=1
 2020-11-20 18:53 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.10-rc
 2020-11-20 18:45 UTC 

[PATCH v2 0/2] optimise iov_iter
 2020-11-20 17:23 UTC  (21+ messages)
` [PATCH v2 1/2] iov_iter: optimise iov_iter_npages for bvec
` [PATCH v2 2/2] iov_iter: optimise iter type checking

merge struct block_device and struct hd_struct
 2020-11-20 16:01 UTC  (71+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/20] block: remove a duplicate __disk_get_part prototype
` [PATCH 03/20] block: add a bdev_kobj helper
` [PATCH 04/20] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 05/20] block: use put_device in put_disk
` [PATCH 06/20] block: change the hash used for looking up block devices
` [PATCH 07/20] init: refactor name_to_dev_t
` [PATCH 08/20] init: refactor devt_from_partuuid
` [PATCH 09/20] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 10/20] block: refactor __blkdev_put
` [PATCH 11/20] block: reference struct block_device from struct hd_struct
` [PATCH 12/20] block: simplify the block device claiming interface
` [PATCH 13/20] block: remove ->bd_contains
` [PATCH 14/20] block: remove the nr_sects field in struct hd_struct
` [PATCH 15/20] block: merge struct block_device and "
` [PATCH 16/20] block: stop using bdget_disk for partition 0
` [PATCH 17/20] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 19/20] bcache: remove a superflous lookup_bdev all

[PATCH] blk-settings: make sure that max_sectors is aligned on "logical_block_size" boundary
 2020-11-20 14:19 UTC  (4+ messages)
            ` [dm-devel] "
            ` [PATCH v2] "

[PATCH] dm verity: correcting logic used with corrupted_errs counter
 2020-11-20 13:06 UTC 

[PATCH v4 0/2] block, iomap: disable iopoll for split bio
 2020-11-20 10:06 UTC  (10+ messages)
` [PATCH v4 1/2] block: "
` [PATCH v4 2/2] block,iomap: disable iopoll when split needed

[PATCH] dm-settings: fix a possible integer overflow in blk_queue_max_hw_sectors
 2020-11-20  9:55 UTC 

[RFC] Reliable Multicast on top of RTRS
 2020-11-20  9:11 UTC  (7+ messages)

[PATCH v5] zram: break the strict dependency from lzo
 2020-11-20  9:10 UTC  (3+ messages)

cleanup updating the size of block devices v3
 2020-11-20  8:58 UTC  (53+ messages)
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct

[PATCH v1 2/3] megaraid_sas: iouring iopoll support
 2020-11-20  8:32 UTC  (3+ messages)

[PATCH v4 0/9] null_blk fixes, improvements and cleanup
 2020-11-20  7:32 UTC  (15+ messages)
` [PATCH v4 1/9] null_blk: Fix zone size initialization
` [PATCH v4 2/9] null_blk: Fail zone append to conventional zones
` [PATCH v4 3/9] block: Align max_hw_sectors to logical blocksize
` [PATCH v4 4/9] null_blk: improve zone locking
` [PATCH v4 5/9] null_blk: Improve implicit zone close
` [PATCH v4 6/9] null_blk: cleanup discard handling
` [PATCH v4 7/9] null_blk: discard zones on reset
` [PATCH v4 8/9] null_blk: Allow controlling max_hw_sectors limit
` [PATCH v4 9/9] null_blk: Move driver into its own directory

[PATCH v1 1/3] add io_uring with IOPOLL support in scsi layer
 2020-11-20  7:16 UTC  (2+ messages)

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-11-20  2:25 UTC  (7+ messages)

[PATCH v2 0/9] Rework runtime suspend and SCSI domain validation
 2020-11-20  1:36 UTC  (5+ messages)
` [PATCH v2 4/9] scsi: Rework scsi_mq_alloc_queue()

[PATCH V5 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-20  1:35 UTC  (16+ messages)
` [PATCH V5 01/13] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V5 02/13] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V5 03/13] sbitmap: add helpers for updating allocation hint
` [PATCH V5 04/13] sbitmap: move allocation hint into sbitmap
` [PATCH V5 05/13] sbitmap: export sbitmap_weight
` [PATCH V5 06/13] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V5 07/13] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V5 08/13] blk-mq: return budget token from .get_budget callback
` [PATCH V5 09/13] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V5 10/13] megaraid_sas: v2 replace sdev_busy with local
  ` [PATCH V6 10/13] megaraid_sas: v2 replace sdev_busy with local counter
` [PATCH V5 11/13] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V5 12/13] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
` [PATCH V5 13/13] scsi: replace sdev->device_busy with sbitmap

[PATCH 0/2] optimise iov_iter
 2020-11-19 18:02 UTC  (9+ messages)
` [PATCH 1/2] iov_iter: optimise iov_iter_npages for bvec
` [PATCH 2/2] iov_iter: optimise iter type checking

[PATCH] blk-mq: modify hybrid sleep time to aggressive
 2020-11-19 17:51 UTC  (6+ messages)

[RFC PATCHv2 0/2] block-layer interposer
 2020-11-19 16:49 UTC  (3+ messages)
` [PATCH 1/2] blk_interposer - Block Layer Interposer
` [PATCH 2/2] dm_interposer - blk_interposer for device-mapper

[GIT PULL] nvme fixes for 5.10
 2020-11-19 16:23 UTC  (2+ messages)

[PATCH] blk-mq: skip hybrid polling if iopoll doesn't spin
 2020-11-19 12:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V5 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-19  9:42 UTC  (11+ messages)
` [PATCH V5 01/13] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V5 02/13] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V5 03/13] sbitmap: add helpers for updating allocation hint
` [PATCH V5 04/13] sbitmap: move allocation hint into sbitmap
` [PATCH V5 05/13] sbitmap: export sbitmap_weight
` [PATCH V5 06/13] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V5 07/13] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V5 08/13] blk-mq: return budget token from .get_budget callback
` [PATCH V5 09/13] scsi: put hot fields of scsi_host_template into one cacheline

[PATCH 1/6] relay: allow the use of const callback structs
 2020-11-19  8:11 UTC  (4+ messages)
` [PATCH 6/6] blktrace: make relay callbacks const

[PATCH V4 12/12] scsi: replace sdev->device_busy with sbitmap
 2020-11-19  7:09 UTC  (11+ messages)

[PATCH] dm verity: correcting logic used with corrupted_errs counter
 2020-11-18 12:47 UTC 

[PATCH v4 00/19] blkcg:Support to track FC storage blk io traffic
 2020-11-18  9:39 UTC  (4+ messages)
` [PATCH v4 02/19] blkcg: Added a app identifier support for blkcg


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