linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 06:52:13 to 2021-09-13 15:17:44 UTC [more...]

[PATCH RESEND v3 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-09-13 15:12 UTC  (4+ messages)
` [PATCH RESEND v3 01/13] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH RESEND v3 02/13] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH RESEND v3 03/13] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-13 14:50 UTC  (4+ messages)

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-13 14:23 UTC  (20+ messages)

start switching sysfs attributes to expose the seq_file
 2021-09-13 13:30 UTC  (21+ messages)
` [PATCH 01/13] seq_file: mark seq_get_buf as deprecated
` [PATCH 02/13] kernfs: remove kernfs_create_file and kernfs_create_file_ns
` [PATCH 03/13] kernfs: remove the unused lockdep_key field in struct kernfs_ops
` [PATCH 04/13] sysfs: split out binary attribute handling from sysfs_add_file_mode_ns
` [PATCH 05/13] sysfs: refactor sysfs_add_file_mode_ns
` [PATCH 06/13] sysfs: simplify sysfs_kf_seq_show
` [PATCH 07/13] sysfs: add ->seq_show support to sysfs_ops
` [PATCH 08/13] block: convert the blk_mq_hw_ctx attrs to use ->seq_show
` [PATCH 09/13] block: convert the blk_integrity "
` [PATCH 10/13] block: convert the request_queue "
` [PATCH 11/13] block: convert the elevator_queue "
` [PATCH 12/13] xfs: convert xfs_errortag "
` [PATCH 13/13] xfs: convert xfs_sysfs "

[PATCH 0/3] Add invalidate_gendisk() helper for drivers to invalidate the gendisk
 2021-09-13 13:16 UTC  (10+ messages)
` [PATCH 1/3] block: Add invalidate_gendisk() helper "
` [PATCH 2/3] loop: Use invalidate_gendisk() helper to invalidate gendisk
` [PATCH 3/3] nbd: Use invalidate_gendisk() helper on disconnect

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-13 12:19 UTC  (6+ messages)
` [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()

mmc host: abort pending mmc requests
 2021-09-13  8:53 UTC 

[PATCH -next] blk-mq: fix tag_get wait task can't be awakened
 2021-09-13  8:12 UTC 

[PATCH v3] drivers/cdrom: improved ioctl for media change detection
 2021-09-13  7:50 UTC  (7+ messages)

[PATCH v2] scsi: bsg: Fix device unregistration
 2021-09-13  7:39 UTC  (2+ messages)

[PATCH] blk-mq: export blk_mq_submit_bio symbol
 2021-09-13  7:03 UTC  (7+ messages)

[PATCH v2] block: nvme: fix the NULL ptr bug in bio_integrity_verify_fn
 2021-09-13  6:13 UTC  (2+ messages)

[PATCH v2 0/3] fix races between nbd setup and module removal
 2021-09-13  4:32 UTC  (8+ messages)
` [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() "

[PATCH] block: Optimize bio_init()
 2021-09-13  3:52 UTC  (9+ messages)

WARNING in schedule_bh
 2021-09-13  2:49 UTC 

general protection fault in wb_timer_fn
 2021-09-13  2:00 UTC 

[PATCH] block: check the existence of tags[hctx_idx] in blk_mq_clear_rq_mapping()
 2021-09-13  1:43 UTC  (4+ messages)

[PATCH 0/5] blk-crypto cleanups
 2021-09-13  1:31 UTC  (6+ messages)
` [PATCH 1/5] blk-crypto-fallback: properly prefix function and struct names
` [PATCH 2/5] blk-crypto-fallback: consolidate static variables
` [PATCH 3/5] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH 4/5] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH 5/5] blk-crypto: update inline encryption documentation

[PATCH] blk-mq: avoid to iterate over stale request
 2021-09-13  1:31 UTC  (3+ messages)

[PATCH v3] blk-zoned: Remove needless request_queue NULL pointer
 2021-09-13  1:24 UTC 

[bug report] blktests srp/013 lead kernel panic with latest block/for-next and 5.13.15
 2021-09-12 21:28 UTC  (3+ messages)

[PATCH blktests] nvmeof-mp/001: fix failure when CONFIG_NVME_HWMON enabled
 2021-09-12 12:03 UTC 

[GIT PULL] Block fixes for 5.15-rc1
 2021-09-11 17:30 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 5/7] block, bfq: honor already-setup queue merges
 2021-09-11 13:14 UTC 

[PATCH AUTOSEL 5.4 10/14] block, bfq: honor already-setup queue merges
 2021-09-11 13:13 UTC 

[PATCH AUTOSEL 5.10 20/25] block, bfq: honor already-setup queue merges
 2021-09-11 13:13 UTC 

[PATCH AUTOSEL 5.13 24/29] block, bfq: honor already-setup queue merges
 2021-09-11 13:12 UTC 

[PATCH AUTOSEL 5.14 25/32] block, bfq: honor already-setup queue merges
 2021-09-11 13:11 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 27/32] loop: reduce the loop_ctl_mutex scope

[PATCH -next] scsi: bsg: Fix memory leak in bsg_register_queue()
 2021-09-11  8:57 UTC 

[PATCH] scsi: bsg: Fix device unregistration
 2021-09-11  1:41 UTC  (8+ messages)

[PATCH v2 00/15] Introduce block device LED trigger
 2021-09-10 21:23 UTC  (36+ messages)
` [PATCH v2 01/15] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v2 02/15] leds: trigger: blkdev: Add build infrastructure
` [PATCH v2 03/15] leds: trigger: blkdev: Add functions needed by block changes
` [PATCH v2 04/15] block: Add block device LED trigger integrations
` [PATCH v2 05/15] leds: trigger: blkdev: Complete functions called by block subsys
` [PATCH v2 06/15] leds: trigger: blkdev: Add function to get gendisk by name
` [PATCH v2 07/15] leds: trigger: blkdev: Add constants and types
` [PATCH v2 08/15] leds: trigger: blkdev: Add stub LED trigger structure
` [PATCH v2 09/15] leds: trigger: blkdev: Check devices for activity and blink LEDs
` [PATCH v2 10/15] leds: trigger: blkdev: Add LED trigger activate function
` [PATCH v2 11/15] leds: trigger: blkdev: Enable linking block devices to LEDs
` [PATCH v2 12/15] leds: trigger: blkdev: Enable unlinking block devices from LEDs
` [PATCH v2 13/15] leds: trigger: blkdev: Add LED trigger deactivate function
` [PATCH v2 14/15] leds: trigger: blkdev: Add remaining sysfs attributes
` [PATCH v2 15/15] leds: trigger: blkdev: Add disk cleanup and init/exit functions

[syzbot] possible deadlock in bd_register_pending_holders
 2021-09-10 16:57 UTC  (2+ messages)

[PATCH] blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues
 2021-09-10 14:48 UTC  (4+ messages)
  ` [Non-DoD Source] "

[PATCH v2] blk-zoned: Remove needless request_queue NULL pointer checks
 2021-09-10 14:04 UTC  (5+ messages)

[PATCH v3 0/3] xen: harden blkfront against malicious backends
 2021-09-10 10:36 UTC  (4+ messages)
` [PATCH v3 2/3] xen/blkfront: don't take local copy of a request from the ring page

[PATCH] block: nvme: fix the NULL ptr bug in bio_integrity_verify_fn
 2021-09-10 10:12 UTC  (2+ messages)

[PATCH] blktrace: Fix uaf in blk_trace access after removing by sysfs
 2021-09-10  9:21 UTC 

[PATCH v2] drivers/cdrom: improved ioctl for media change detection
 2021-09-10  7:59 UTC  (3+ messages)

[bug report] NULL pointer at blk_mq_put_rq_ref+0x20/0xb4 observed with blktests on 5.13.15
 2021-09-10  6:50 UTC  (5+ messages)

[PATCH v2] xen-blkback: Remove needless request_queue NULL pointer check
 2021-09-10  3:59 UTC 

[PATCH v2] block, bfq: fix UAF in bfq_io_set_weight_legacy()
 2021-09-10  3:46 UTC 

[PATCH] blk-zoned: Remove needless request_queue NULL pointer checks
 2021-09-10  2:41 UTC  (2+ messages)

[PATCH] xen-blkback: Remove needless request_queue NULL pointer check
 2021-09-10  2:37 UTC  (2+ messages)

[PATCH v2] drivers/cdrom: improved ioctl for media change detection
 2021-09-09 23:07 UTC  (3+ messages)

[PATCH] n64cart: fix return value check in n64cart_probe()
 2021-09-09 20:24 UTC  (3+ messages)

[PATCH] nbd: clear wb_err in bd_inode on disconnect
 2021-09-09 12:34 UTC  (3+ messages)

[PATCH v5 0/6] handle unexpected message from server
 2021-09-09 14:12 UTC  (7+ messages)
` [PATCH v5 1/6] nbd: don't handle response without a corresponding request message
` [PATCH v5 2/6] nbd: make sure request completion won't concurrent
` [PATCH v5 3/6] nbd: check sock index in nbd_read_stat()
` [PATCH v5 4/6] blk-mq: export two symbols to get request by tag
` [PATCH v5 5/6] nbd: convert to use blk_mq_find_and_get_req()
` [PATCH v5 6/6] nbd: don't start request if nbd_queue_rq() failed

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-09 14:08 UTC 

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-09 13:37 UTC 

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-09 13:26 UTC 

[PATCH v4 0/6] handle unexpected message from server
 2021-09-09  6:41 UTC  (3+ messages)
` [PATCH v4 6/6] nbd: don't start request if nbd_queue_rq() failed


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