Linux block layer
 help / color / mirror / Atom feed
 messages from 2025-09-14 03:51:46 to 2025-09-18 01:50:40 UTC [more...]

[PATCH 00/17] ublk: avoid accessing ublk_queue to handle ublksrv_io_cmd
 2025-09-18  1:49 UTC  (15+ messages)
` [PATCH 01/17] ublk: remove ubq check in ublk_check_and_get_req()
` [PATCH 02/17] ublk: don't pass q_id to ublk_queue_cmd_buf_size()
` [PATCH 03/17] ublk: don't pass ublk_queue to __ublk_fail_req()
` [PATCH 04/17] ublk: add helpers to check ublk_device flags
` [PATCH 05/17] ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()
` [PATCH 06/17] ublk: don't dereference ublk_queue in ublk_check_and_get_req()
` [PATCH 07/17] ublk: pass ublk_device to ublk_register_io_buf()
` [PATCH 08/17] ublk: don't access ublk_queue in ublk_register_io_buf()
` [PATCH 09/17] ublk: don't access ublk_queue in ublk_daemon_register_io_buf()
` [PATCH 10/17] ublk: pass q_id and tag to __ublk_check_and_get_req()
` [PATCH 11/17] ublk: don't access ublk_queue in ublk_check_fetch_buf()
` [PATCH 13/17] ublk: don't pass ublk_queue to ublk_fetch()
` [PATCH 14/17] ublk: don't access ublk_queue in ublk_check_commit_and_fetch()
` [PATCH 15/17] ublk: don't access ublk_queue in ublk_need_complete_req()

[PATCH 17/32] mnt: support iterator
 2025-09-18  0:46 UTC  (2+ messages)

[PATCH 0/3] selftests: ublk: kublk: fix feature list
 2025-09-18  0:23 UTC  (9+ messages)
` [PATCH 1/3] selftests: ublk: kublk: simplify feat_map definition
` [PATCH 2/3] selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
` [PATCH 3/3] selftests: ublk: add test to verify that feat_map is complete

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-17 21:40 UTC  (19+ messages)
` [PATCH v3 01/15] iomap: move bio read logic into helper function
` [PATCH v3 02/15] iomap: move read/readahead bio submission "
` [PATCH v3 03/15] iomap: store read/readahead bio generically
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v3 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v3 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v3 08/15] iomap: add public start/finish folio read helpers
` [PATCH v3 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v3 10/15] iomap: add bias for async read requests
` [PATCH v3 11/15] iomap: move buffered io bio logic into new file
` [PATCH v3 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v3 13/15] fuse: use iomap for read_folio
` [PATCH v3 14/15] fuse: use iomap for readahead
` [PATCH v3 15/15] fuse: remove fc->blkbits workaround for partial writes
` [syzbot ci] Re: fuse: use iomap for buffered reads + readahead

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-17 18:00 UTC  (4+ messages)

[PATCH blktests 0/7] Further stacked device atomic writes testing
 2025-09-17 16:22 UTC  (9+ messages)

[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-17 14:21 UTC  (7+ messages)
` [PATCH v2 1/2] md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
` (subset) [PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers

[PATCH v2] blk-throttle: fix throtl_data leak during disk release
 2025-09-17 13:27 UTC  (2+ messages)

[PATCH] blk-mq: Fix the blk_mq_tagset_busy_iter() documentation
 2025-09-17 13:27 UTC  (5+ messages)

[GIT PULL] md-6.17-20250917
 2025-09-17 13:21 UTC  (2+ messages)

[PATCH blktests 0/5] support testing with multiple devices
 2025-09-17 11:49 UTC  (6+ messages)
` [PATCH blktests 1/5] check: factor out _check_exclusive_functions()
` [PATCH blktests 2/5] check, new: introduce test_device_array()
` [PATCH blktests 3/5] new, Documentation: describe test_device_array()
` [PATCH blktests 4/5] new, Documentation: improve descriptions about TEST_DEVS
` [PATCH blktests 5/5] meta/02[0-4]: add test cases to check test_device_array()

[PATCH v3 05/11] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-09-17 10:52 UTC  (2+ messages)

[PATCH 0/3] block stacked devices atomic writes fixes and improvement
 2025-09-17 10:29 UTC  (7+ messages)
` [PATCH 1/3] block: update validation of atomic writes boundary for stacked devices
` [PATCH 2/3] block: fix stacking of atomic writes when atomics are not supported
` [PATCH 3/3] block: relax atomic write boundary vs chunk size check

[PATCH v2 00/33] ns: support file handles
 2025-09-17  9:50 UTC  (50+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 11/33] net: use ns_common_init()
` [PATCH v2 17/33] nstree: make iterator generic
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 19/33] cgroup: "
` [PATCH v2 20/33] ipc: "
` [PATCH v2 21/33] net: "
` [PATCH v2 22/33] pid: "
` [PATCH v2 23/33] time: "
` [PATCH v2 24/33] user: "
` [PATCH v2 25/33] uts: "
` [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers
` [PATCH v2 27/33] nsfs: add current_in_namespace()
` [PATCH v2 28/33] nsfs: support file handles
` [PATCH v2 29/33] nsfs: support exhaustive "
` [PATCH v2 30/33] nsfs: add missing id retrieval support

[PATCH] block: plug attempts to batch allocate tags multiple times
 2025-09-17  9:06 UTC  (4+ messages)

[PATCH] blk-throttle: fix throtl_data leak during disk release
 2025-09-17  7:38 UTC  (5+ messages)

[PATCH v2] selftests: ublk: fix behavior when fio is not installed
 2025-09-17  3:40 UTC  (2+ messages)

[PATCH] selftests: ublk: fix behavior when fio is not installed
 2025-09-17  0:35 UTC  (2+ messages)

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-16 23:23 UTC  (13+ messages)
` [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v2 12/16] iomap: add bias for async read requests
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard

[PATCH] dm-raid: don't set io_min and io_opt for raid1
 2025-09-16 18:26 UTC  (2+ messages)

[syzbot] [nbd?] possible deadlock in nbd_queue_rq
 2025-09-16 18:18 UTC  (3+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-16 17:08 UTC  (56+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
` [PATCH RESEND 40/62] init: rename free_initrd_mem to free_initramfs_mem
` [PATCH RESEND 41/62] init: rename reserve_initrd_mem to reserve_initramfs_mem
` [PATCH RESEND 42/62] init: rename <linux/initrd.h> to <linux/initramfs.h>
` [PATCH RESEND 43/62] setsid: inline ksys_setsid into the only caller
` [PATCH RESEND 44/62] doc: kernel-parameters: remove [RAM] from reserve_mem=
` [PATCH RESEND 45/62] doc: kernel-parameters: replace [RAM] with [INITRAMFS]
` [PATCH RESEND 46/62] init: edit docs for initramfs-related configs
` [PATCH RESEND 47/62] init: fix typo: virtul => virtual
` [PATCH RESEND 48/62] init: fix comment
` [PATCH RESEND 49/62] init: rename ramdisk_execute_command to initramfs_execute_command
` [PATCH RESEND 50/62] init: rename ramdisk_command_access to initramfs_command_access
` [PATCH RESEND 51/62] init: rename get_boot_config_from_initrd to get_boot_config_from_initramfs
` [PATCH RESEND 52/62] init: rename do_retain_initrd to retain_initramfs
` [PATCH RESEND 53/62] init: rename kexec_free_initrd to kexec_free_initramfs
` [PATCH RESEND 54/62] init: arm, x86: deal with some references to initrd
` [PATCH RESEND 55/62] init: rename CONFIG_BLK_DEV_INITRD to CONFIG_INITRAMFS
` [PATCH RESEND 56/62] init: rename CONFIG_RD_GZIP to CONFIG_INITRAMFS_DECOMPRESS_GZIP
` [PATCH RESEND 57/62] init: rename CONFIG_RD_BZIP2 to CONFIG_INITRAMFS_DECOMPRESS_BZIP2
` [PATCH RESEND 58/62] init: rename CONFIG_RD_LZMA to CONFIG_INITRAMFS_DECOMPRESS_LZMA
` [PATCH RESEND 59/62] init: rename CONFIG_RD_XZ to CONFIG_INITRAMFS_DECOMPRESS_XZ
` [PATCH RESEND 60/62] init: rename CONFIG_RD_LZO to CONFIG_INITRAMFS_DECOMPRESS_LZO
` [PATCH RESEND 61/62] init: rename CONFIG_RD_LZ4 to CONFIG_INITRAMFS_DECOMPRESS_LZ4
` [PATCH RESEND 62/62] init: rename CONFIG_RD_ZSTD to CONFIG_INITRAMFS_DECOMPRESS_ZSTD

next-20250915: LTP chdir01 df01_sh stat04 tst_device.c:97: TBROK: Could not stat loop device 0
 2025-09-16 16:31 UTC  (4+ messages)

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-16  9:25 UTC  (2+ messages)

[PATCH RESEND] block/mq-deadline: Replace DD_PRIO_MAX with DD_PRIO_COUNT
 2025-09-16  1:17 UTC  (3+ messages)

[bug report][regression] blktests throtl/ triggered kmemleak in blk_throtl_init
 2025-09-16  1:04 UTC  (3+ messages)

[PATCH 0/3] block: device frequency PM QoS tuning
 2025-09-15 21:26 UTC  (8+ messages)
` [PATCH 1/3] block/genhd: add sysfs knobs for the device frequency PM QoS
` [PATCH 2/3] block: add support for device frequency PM QoS tuning
` [PATCH 3/3] scsi: ufs: core: Add support for "

[PATCH RESEND v2] block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos()
 2025-09-15 19:06 UTC  (2+ messages)

[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
 2025-09-15  7:59 UTC  (3+ messages)

[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-13 10:19 UTC  (3+ messages)
` [PATCH v1 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-12  9:03 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