messages from 2025-11-25 16:58:27 to 2025-11-30 02:44:05 UTC [more...]
[PATCH v3 00/10] blk-mq: fix possible deadlocks
2025-11-30 2:43 UTC (6+ messages)
` [PATCH v3 01/10] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v3 02/10] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v3 03/10] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v3 04/10] blk-mq-debugfs: warn about possible deadlock
` [PATCH v3 05/10] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
2025-11-30 0:56 UTC (2+ messages)
[PATCH] block/rnbd: correct all kernel-doc complaints
2025-11-29 22:35 UTC
[PATCH v2 0/4] block: add IOC_PR_READ_KEYS and IOC_PR_READ_RESERVATION ioctls
2025-11-29 21:44 UTC (9+ messages)
` [PATCH v2 1/4] scsi: sd: reject invalid pr_read_keys() num_keys values
` [PATCH v2 2/4] nvme: "
` [PATCH v2 3/4] block: add IOC_PR_READ_KEYS ioctl
` [PATCH v2 4/4] block: add IOC_PR_READ_RESERVATION ioctl
[PATCH V4 00/27] ublk: add UBLK_F_BATCH_IO
2025-11-29 19:47 UTC (12+ messages)
` [PATCH V4 01/27] kfifo: add kfifo_alloc_node() helper for NUMA awareness
` [PATCH V4 09/27] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 10/27] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` (subset) [PATCH V4 00/27] ublk: add UBLK_F_BATCH_IO
[PATCH 0/4] block: add IOC_PR_READ_KEYS and IOC_PR_READ_RESERVATION ioctls
2025-11-29 14:32 UTC (12+ messages)
` [PATCH 1/4] scsi: sd: reject invalid pr_read_keys() num_keys values
` [PATCH 2/4] nvme: "
` [PATCH 3/4] block: add IOC_PR_READ_KEYS ioctl
` [PATCH 4/4] block: add IOC_PR_READ_RESERVATION ioctl
[PATCH 0/2] zram: introduce compressed data writeback
2025-11-29 9:55 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] zram: rename zram_free_page()
[PATCH v3 0/9] Fix bio chain related issues
2025-11-29 9:01 UTC (10+ messages)
` [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
` [PATCH v3 2/9] block: prohibit calls to bio_chain_endio
` [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v3 4/9] block: export bio_chain_and_submit
` [PATCH v3 5/9] xfs: Replace the repetitive bio chaining code patterns
` [PATCH v3 6/9] block: "
` [PATCH v3 7/9] fs/ntfs3: "
` [PATCH v3 8/9] zram: "
` [PATCH v3 9/9] nvdimm: "
[PATCH v2 00/12] Fix bio chain related issues
2025-11-29 2:40 UTC (24+ messages)
` [PATCH v2 01/12] block: fix incorrect logic in bio_chain_endio
` [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v2 03/12] md: bcache: fix improper use of bi_end_io
` [PATCH v2 04/12] block: prohibit calls to bio_chain_endio
` [PATCH v2 05/12] block: export bio_chain_and_submit
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
` [PATCH v2 07/12] xfs: "
` [PATCH v2 08/12] block: "
` [PATCH v2 09/12] fs/ntfs3: "
` [PATCH v2 10/12] zram: "
` [PATCH v2 11/12] nvdimm: "
` [PATCH v2 12/12] nvmet: use bio_chain_and_submit to simplify bio chaining
[syzbot] Monthly block report (Nov 2025)
2025-11-28 21:21 UTC
[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-11-28 18:06 UTC (9+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`
[PATCH] sbitmap: fix all kernel-doc warnings
2025-11-28 16:22 UTC (2+ messages)
[PATCH v3 0/2] blk-mq: use array manage hctx map instead of xarray
2025-11-28 16:22 UTC (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] blk-mq: fix potential uaf for 'queue_hw_ctx'
kernel build failure when CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
2025-11-28 9:44 UTC (6+ messages)
[PATCH 0/2] PM: runtime: Fix potential I/O hang
2025-11-28 7:20 UTC (25+ messages)
` [PATCH 1/2] PM: runtime: Fix I/O hang due to race between resume and runtime disable
` [PATCH 2/2] blk-mq: Fix I/O hang caused by incomplete device resume
Fix potential data loss and corruption due to Incorrect BIO Chain Handling
2025-11-28 6:26 UTC (16+ messages)
` [PATCH 1/9] block: fix data loss and stale date exposure problems during append write
[PATCHv2 3/3] dm-crypt: dynamic scatterlist for many segments
2025-11-28 6:15 UTC (2+ messages)
[PATCH blktests v2] test/throtl: don't specify sector_size for scsi_debug target
2025-11-28 5:22 UTC
[PATCH blktests] test/throtl: Adjust scsi_debug sector_size for large PAGE_SIZE hosts
2025-11-28 3:57 UTC (5+ messages)
[PATCH v2 0/2] blk-mq: use array manage hctx map instead of xarray
2025-11-27 23:32 UTC (13+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] blk-mq: fix potential uaf for 'queue_hw_ctx'
[PATCH] ublk: prevent invalid access with DEBUG
2025-11-27 1:50 UTC (4+ messages)
[PATCH] zram: Remove KMSG_COMPONENT macro
2025-11-27 1:50 UTC (2+ messages)
[PATCH v4 0/2] blktests: use patient module remover
2025-11-26 17:44 UTC (4+ messages)
` [PATCH v4 1/2] blktests: replace module removal with patient module removal
` [PATCH v4 2/2] tests/srp/rc: "
[PATCH 0/4] s390/dasd: Minor cleanups and copy-pair swap fix
2025-11-26 17:14 UTC (6+ messages)
` [PATCH 1/4] s390/dasd: Fix gendisk parent after copy pair swap
` [PATCH 2/4] s390/dasd: Remove unnecessary debugfs_create() return checks
` [PATCH 3/4] s390/dasd: Move device name formatting into separate function
` [PATCH 4/4] s390/dasd: Use scnprintf() instead of sprintf()
[PATCH 0/5] x86: Cleanups around slow_down_io()
2025-11-26 17:08 UTC (3+ messages)
` [PATCH 4/5] block/floppy: Don't use REALLY_SLOW_IO for delays
[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-26 16:54 UTC (6+ messages)
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
[RESEND PATCH] null_blk: align struct nullb_device field types with module parameters
2025-11-26 14:39 UTC
[linux-next:master] [loop] 0ba93a906d: kernel_BUG_at_fs/jbd2/transaction.c
2025-11-26 13:25 UTC
[PATCH 00/32] ns: support file handles
2025-11-26 11:47 UTC (5+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
` Stability of ioctl constants in the UAPI (Re: [PATCH 01/32] pidfs: validate extensible ioctls)
[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
2025-11-26 10:37 UTC (20+ messages)
` [PATCH V3 1/6] block: ignore discard return value
` [PATCH V3 4/6] nvmet: "
` [f2fs-dev] "
` [PATCH V3 5/6] f2fs: "
` [PATCH V3 6/6] xfs: "
` [f2fs-dev] "
` (subset) [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
2025-11-26 9:26 UTC (6+ messages)
` [PATCH V2 1/5] block: ignore discard return value
` [PATCH V2 2/5] dm: "
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-11-25 19:40 UTC (7+ messages)
[PATCHv7] blk-integrity: support arbitrary buffer alignment
2025-11-25 18:57 UTC
[PATCH] block: fix typos in comments and strings in blk-core.c
2025-11-25 17:41 UTC (3+ messages)
` [PATCH v2 0/1] block: fix typos in comments and strings in blk-core
` (subset) "
[PATCH] block: Remove references to __device_add_disk()
2025-11-25 17:41 UTC (2+ messages)
[PATCH v2 0/5] Increase SCSI IOPS
2025-11-25 17:14 UTC (7+ messages)
` [PATCH v2 1/5] block: Introduce __blk_mq_tagset_iter()
` [PATCH v2 3/5] libata: Stop using cmd->budget_token
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox