linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 03:12:01 to 2021-09-16 23:07:47 UTC [more...]

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

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

general protection fault in wb_timer_fn
 2021-09-16 20:18 UTC  (7+ messages)

[RFC PATCH v2 0/5] Support for hardware-wrapped inline encryption keys
 2021-09-16 17:49 UTC  (6+ messages)
` [RFC PATCH v2 1/5] block: add basic hardware-wrapped key support
` [RFC PATCH v2 2/5] block: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v2 3/5] fscrypt: improve documentation for inline encryption
` [RFC PATCH v2 4/5] fscrypt: allow 256-bit master keys with AES-256-XTS
` [RFC PATCH v2 5/5] fscrypt: add support for hardware-wrapped keys

[PATCH 0/5] blk-crypto cleanups
 2021-09-16 17:28 UTC  (16+ 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] scsi: core: cleanup request queue before releasing gendisk
 2021-09-16 14:20 UTC  (7+ messages)

[PATCH] block: hold ->invalidate_lock in blkdev_fallocate
 2021-09-16 14:16 UTC  (3+ messages)

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

[patch v8 0/7] handle unexpected message from server
 2021-09-16 14:18 UTC  (16+ messages)
` [patch v8 1/7] nbd: don't handle response without a corresponding request message
` [patch v8 2/7] nbd: make sure request completion won't concurrent
` [patch v8 3/7] nbd: check sock index in nbd_read_stat()
` [patch v8 4/7] nbd: don't start request if nbd_queue_rq() failed
` [patch v8 5/7] nbd: clean up return value checking of sock_xmit()
` [patch v8 6/7] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
` [patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
  ` [PATCH v9] "

[PATCH] zram: off by one in read_block_state()
 2021-09-16 13:04 UTC 

[PATCH v7 0/6] handle unexpected message from server
 2021-09-16  9:14 UTC  (14+ messages)
` [PATCH v7 1/6] nbd: don't handle response without a corresponding request message
` [PATCH v7 2/6] nbd: make sure request completion won't concurrent
` [PATCH v7 3/6] nbd: check sock index in nbd_read_stat()
` [PATCH v7 4/6] nbd: don't start request if nbd_queue_rq() failed
` [PATCH v7 5/6] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
` [PATCH v7 6/6] nbd: fix uaf in nbd_handle_reply()

[PATCH v1 0/2] nbd: reset the queue/io_timeout to default on disconnect
 2021-09-16  8:23 UTC  (6+ messages)
` [PATCH v1 1/2] block: cleanup: define default command timeout and use it
` [PATCH v1 2/2] nbd: reset the queue/io_timeout to default on disconnect

[PATCH V7 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-09-16  8:13 UTC  (6+ messages)
` [PATCH V7 3/3] blk-mq: don't deactivate hctx if managed irq isn't used

[PATCH] block: Remove needless request_queue NULL pointer checks
 2021-09-16  7:50 UTC 

INFO: task hung in nbd_ioctl
 2021-09-16  2:43 UTC 

[PATCH] null_blk: poll queue support
 2021-09-16  1:57 UTC  (3+ messages)

[PATCH blktests] nvmeof-mp/001: fix failure when CONFIG_NVME_HWMON enabled
 2021-09-15 18:47 UTC  (2+ messages)

[PATCH] blkcg: fix memory leak in blk_iolatency_init
 2021-09-15 17:58 UTC  (3+ messages)

[PATCH v2 0/3] kmod: add patient module removal support
 2021-09-15 17:40 UTC  (2+ messages)

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

[GIT PULL] nvme fixes for Linux 5.15
 2021-09-15 13:54 UTC  (2+ messages)

[PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup
 2021-09-15 13:15 UTC  (4+ messages)

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-15 12:56 UTC  (2+ messages)

bfq - suspected memory leaks
 2021-09-15 12:56 UTC  (2+ messages)

[PATCH linux-4.19.y] blk-mq: fix divide by zero crash in tg_may_dispatch()
 2021-09-15 11:58 UTC  (3+ messages)

Fwd: [bug report] WARNING at block/genhd.c:537 device_add_disk+0x1ad/0x390 observed with blktests block/001
 2021-09-15 11:26 UTC 

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

untangle the block headers
 2021-09-15  9:19 UTC  (25+ 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 16/17] block: move integrity handling "
` [PATCH 17/17] block: move struct request to blk-mq.h

[PATCH v6 0/6] handle unexpected message from server
 2021-09-15  8:44 UTC  (11+ messages)
` [PATCH v6 1/6] nbd: don't handle response without a corresponding request message
` [PATCH v6 2/6] nbd: make sure request completion won't concurrent
` [PATCH v6 3/6] nbd: check sock index in nbd_read_stat()
` [PATCH v6 4/6] nbd: don't start request if nbd_queue_rq() failed
` [PATCH v6 5/6] nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()
` [PATCH v6 6/6] nbd: fix uaf in nbd_handle_reply()

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-15  8:20 UTC  (2+ messages)

[PATCH v2 0/4] optimize the bfq queue idle judgment
 2021-09-15  7:47 UTC  (6+ messages)
` [PATCH v2 4/4] block, bfq: consider request size in bfq_asymmetric_scenario()

blktests nvme testcase error
 2021-09-15  7:47 UTC  (3+ messages)

[PATCH v3 0/3] Introduce block device LED trigger
 2021-09-15  7:07 UTC  (6+ 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 "

start switching sysfs attributes to expose the seq_file
 2021-09-15  7:07 UTC  (12+ messages)
` [PATCH 13/13] xfs: convert xfs_sysfs attrs to use ->seq_show

[PATCH v5 0/6] handle unexpected message from server
 2021-09-15  3:46 UTC  (19+ messages)
` [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()

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

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

[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  (9+ 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  (3+ 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  (2+ messages)

[syzbot] memory leak in blk_iolatency_init
 2021-09-14  3:13 UTC  (2+ 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).