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

untangle the block headers
 2021-09-15  6:40 UTC  (16+ messages)
` [PATCH 01/17] mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
` [PATCH 02/17] mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
` [PATCH 03/17] mm: don't include <linux/blkdev.h> "
` [PATCH 04/17] mm: remove spurious blkdev.h includes
` [PATCH 05/17] arch: "
` [PATCH 06/17] kernel: "
` [PATCH 07/17] sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h
` [PATCH 08/17] block: remove the unused rq_end_sector macro
` [PATCH 09/17] block: remove the unused blk_queue_state enum
` [PATCH 10/17] block: remove the cmd_size field from struct request_queue
` [PATCH 11/17] block: remove the struct blk_queue_ctx forward declaration
` [PATCH 12/17] block: move elevator.h to block/
` [PATCH 13/17] block: drop unused includes in <linux/blkdev.h>
` [PATCH 14/17] block: drop unused includes in <linux/genhd.h>
` [PATCH 15/17] block: move a few merge helpers out of <linux/blkdev.h>

[PATCH v3 0/3] Introduce block device LED trigger
 2021-09-15  5:24 UTC  (5+ messages)
` [PATCH v3 1/3] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v3 2/3] block: export block_class for use by the blkdev LED trigger
` [PATCH v3 3/3] leds: trigger: Add block device "

[PATCH v5 0/6] handle unexpected message from server
 2021-09-15  3:46 UTC  (21+ 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 5/6] nbd: convert to use blk_mq_find_and_get_req()

[PATCH v3] drivers/cdrom: improved ioctl for media change detection
 2021-09-15  2:05 UTC  (2+ messages)

fix an integrity profile unregistration race
 2021-09-15  2:03 UTC  (8+ messages)
` [PATCH 1/3] block: check if a profile is actually registered in blk_integrity_unregister
` [PATCH 2/3] block: flush the integrity workqueue "
` [PATCH 3/3] nvme: remove the call to nvme_update_disk_info in nvme_ns_remove

general protection fault in wb_timer_fn
 2021-09-15  1:49 UTC  (3+ messages)

[PATCH 0/5] blk-crypto cleanups
 2021-09-14 21:52 UTC  (9+ 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] null_blk: poll queue support
 2021-09-14 21:38 UTC  (2+ messages)

[PATCH v3] blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd
 2021-09-14 16:20 UTC  (2+ messages)

start switching sysfs attributes to expose the seq_file
 2021-09-14 15:41 UTC  (35+ 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 linux-4.19.y] blk-mq: fix divide by zero crash in tg_may_dispatch()
 2021-09-14 12:54 UTC 

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

[PATCH v2 0/3] fix races between nbd setup and module removal
 2021-09-14 11:42 UTC  (10+ messages)
` [PATCH v2 3/3] nbd: fix race between nbd_alloc_config() "

[PATCH v2 12/15] leds: trigger: blkdev: Enable unlinking block devices from LEDs
 2021-09-14  9:58 UTC  (2+ messages)

[PATCH v2] scsi: bsg: Fix device unregistration
 2021-09-14  9:53 UTC  (4+ messages)

[PATCH RESEND v3 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-09-14  8:27 UTC  (29+ 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 RESEND v3 04/13] blk-mq: Invert check "
` [PATCH RESEND v3 05/13] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
` [PATCH RESEND v3 06/13] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
` [PATCH RESEND v3 07/13] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH RESEND v3 08/13] blk-mq: Don't clear driver tags own mapping
` [PATCH RESEND v3 09/13] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH RESEND v3 10/13] blk-mq: Add blk_mq_alloc_map_and_rqs()
` [PATCH RESEND v3 11/13] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
` [PATCH RESEND v3 12/13] blk-mq: Use shared tags for shared sbitmap support
` [PATCH RESEND v3 13/13] blk-mq: Stop using pointers for blk_mq_tags bitmap tags

[PATCH v2] xen-blkback: Remove needless request_queue NULL pointer check
 2021-09-14  7:58 UTC  (2+ messages)

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

[syzbot] memory leak in blk_iolatency_init
 2021-09-14  3:13 UTC  (2+ messages)

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-09-14  0:38 UTC  (2+ messages)

[PATCH v2] block, bfq: fix UAF in bfq_io_set_weight_legacy()
 2021-09-13 17:50 UTC  (2+ messages)

[PATCH v3 0/8] block: first batch of add_disk() error handling conversions
 2021-09-13 17:26 UTC  (7+ messages)
` [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
` [PATCH v3 2/8] scsi/sr: "

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

[PATCH v3 0/7] badblocks improvement for multiple bad block ranges
 2021-09-13 16:36 UTC  (8+ messages)
` [PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple "
` [PATCH v3 4/6] badblocks: improve badblocks_clear() "
` [PATCH v3 5/6] badblocks: improve badblocks_check() "
` [PATCH v3 6/6] badblocks: switch to the improved badblock handling code
` [PATCH] test: user space code to test badblocks APIs

[PATCH v2 0/7] badblocks improvement for multiple bad block ranges
 2021-09-13 16:30 UTC  (8+ messages)
` [PATCH v2 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v2 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v2 3/6] badblocks: improvement badblocks_set() for multiple "
` [PATCH v2 4/6] badblocks: improve badblocks_clear() "
` [PATCH v2 5/6] badblocks: improve badblocks_check() "
` [PATCH v2 6/6] badblocks: switch to the improved badblock handling code
` [PATCH] test: user space code to test badblocks APIs

[PATCH 0/3] Add invalidate_gendisk() helper for drivers to invalidate the gendisk
 2021-09-13 15:32 UTC  (11+ 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 v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-13 14:23 UTC  (12+ messages)

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  (5+ messages)

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

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

WARNING in schedule_bh
 2021-09-13  2:49 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] 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)


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