linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 12:38:15 to 2020-11-18 09:09:21 UTC [more...]

[PATCH v2 0/9] Rework runtime suspend and SCSI domain validation
 2020-11-18  9:08 UTC  (27+ messages)
` [PATCH v2 1/9] block: Fix a race in the runtime power management code
` [PATCH v2 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH v2 3/9] scsi: Pass a request queue pointer to __scsi_execute()
` [PATCH v2 4/9] scsi: Rework scsi_mq_alloc_queue()
` [PATCH v2 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH v2 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer
` [PATCH v2 7/9] scsi_transport_spi: Freeze request queues instead of quiescing
` [PATCH v2 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH v2 9/9] block: Do not accept any requests while suspended

merge struct block_device and struct hd_struct
 2020-11-18  9:08 UTC  (26+ 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 20/20] block: remove i_bdev

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

[PATCH] blk-mq: modify hybrid sleep time to aggressive
 2020-11-18  7:16 UTC  (3+ messages)

[PATCH v5 0/2] fix inaccurate io_ticks
 2020-11-18  5:55 UTC  (7+ messages)

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-18  2:51 UTC  (16+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 2/8] blk-crypto: don't require user buffer alignment
` [PATCH v7 3/8] fscrypt: add functions for direct I/O support
` [PATCH v7 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v7 5/8] iomap: support direct I/O with "
` [PATCH v7 6/8] ext4: "
` [PATCH v7 7/8] f2fs: "
` [PATCH v7 8/8] fscrypt: update documentation for direct I/O support

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

[block, scsi, ide] 3e3b42fee6: kmsg.sd#:#:#:#:[sdf]Asking_for_cache_data_failed
 2020-11-18  1:16 UTC  (2+ messages)
  ` [LKP] "

[PATCH] print_req_error: Use dev_err_ratelimited
 2020-11-17 20:41 UTC  (2+ messages)

[PATCH] drivers: block: Kconfig: indention cleanup
 2020-11-17 17:51 UTC 

[PATCH V4 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-17 16:42 UTC  (11+ messages)
` [PATCH V4 05/12] sbitmap: export sbitmap_weight
` [PATCH V4 11/12] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024)

possible deadlock in brd_probe
 2020-11-17 16:31 UTC  (2+ messages)

misc struct block_device related driver cleanups
 2020-11-17 16:11 UTC  (12+ messages)
` [PATCH 1/6] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 2/6] zram: remove the claim mechanism
` [PATCH 3/6] zram: do not call set_blocksize
` [PATCH 4/6] loop: "
` [PATCH 5/6] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 6/6] dm: remove the block_device reference in struct mapped_device

[PATCH] block: fix userspace documentation reference for del_gendisk()
 2020-11-17 14:06 UTC 

[PATCH 0/3] blk-mq/nvme-loop: use nvme-loop's lock class for addressing lockdep false positive warning
 2020-11-17  6:46 UTC  (11+ messages)
` [PATCH 1/3] blk-mq: add new API of blk_mq_hctx_set_fq_lock_class
` [PATCH 2/3] nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class
` [PATCH 3/3] Revert "block: Fix a lockdep complaint triggered by request queue flushing"
  ` [PATCH V2 "

[PATCH v3 0/9] null_blk fixes, improvements and cleanup
 2020-11-17  0:03 UTC  (8+ messages)
` [PATCH v3 3/9] block: Align max_hw_sectors to logical blocksize
` [PATCH v3 4/9] null_blk: improve zone locking
` [PATCH v3 8/9] null_blk: Allow controlling max_hw_sectors limit

cleanup updating the size of block devices v3
 2020-11-16 17:37 UTC  (82+ messages)
` [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 03/78] nvme: "
` [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/78] block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
` [PATCH 06/78] nbd: remove the call to set_blocksize
` [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [PATCH 08/78] nbd: refactor size updates
` [PATCH 09/78] nbd: validate the block size in nbd_set_size
` [PATCH 10/78] nbd: use set_capacity_and_notify
` [PATCH 11/78] aoe: don't call set_capacity from irq context
` [PATCH 12/78] dm: use set_capacity_and_notify
` [PATCH 13/78] pktcdvd: "
` [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 15/78] drbd: use set_capacity_and_notify
` [PATCH 16/78] rbd: "
` [PATCH 17/78] rnbd: "
` [PATCH 18/78] zram: "
` [PATCH 19/78] dm-raid: "
` [PATCH 20/78] md: "
` [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 23/78] block: unexport revalidate_disk_size
` [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF
` [PATCH 25/78] block: don't call into the driver for BLKFLSBUF
` [PATCH 26/78] block: add a new set_read_only method
` [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 28/78] md: "
` [PATCH 29/78] dasd: "
` [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 35/78] block: cleanup del_gendisk a bit
` [PATCH 36/78] block: open code kobj_map into in block/genhd.c
` [PATCH 37/78] block: split block_class_lock
` [PATCH 38/78] block: rework requesting modules for unclaimed devices
` [PATCH 39/78] block: add an optional probe callback to major_names
` [PATCH 40/78] ide: remove ide_{,un}register_region
` [PATCH 41/78] swim: don't call blk_register_region
` [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
` [PATCH 44/78] loop: "
` [PATCH 45/78] md: "
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 49/78] ataflop: use a separate gendisk for each media format
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [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 63/78] bcache: remove a superflous lookup_bdev all
` [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 75/78] block: stop using bdget_disk for partition 0
` [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [PATCH 77/78] fs: simplify the get_super_thawed interface
` [PATCH 78/78] block: remove i_bdev

split hard read-only vs read-only policy
 2020-11-16 17:37 UTC  (4+ messages)
` [PATCH 1/3] block: Fix read-only block device setting after revalidate

[PATCH] blk-mq: modify hybrid sleep time to aggressive
 2020-11-16 16:43 UTC 

[PATCH] block/keyslot-manager: prevent crash when num_slots=1
 2020-11-16 16:34 UTC  (4+ messages)

[PATCH 0/1] fix null pointer dereference for ERP requests
 2020-11-16 15:28 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: "


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