messages from 2025-09-15 12:20:50 to 2025-09-19 15:06:18 UTC [more...]
[PATCH 00/16] block: add blktrace support for zoned block device commands
2025-09-19 15:06 UTC (3+ messages)
` [PATCH 01/16] blktrace: split do_blk_trace_setup into two functions
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-19 15:04 UTC (14+ 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
[GIT PULL] Block fixes for 6.17-rc7
2025-09-19 13:54 UTC
[PATCH v2 00/33] ns: support file handles
2025-09-19 12:28 UTC (38+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 11/33] net: use ns_common_init()
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 21/33] net: "
` [PATCH v2 24/33] user: "
` [PATCH v2 25/33] uts: "
` [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
[blktests v1] block: add test for io_uring Protection Information (PI) interface using FS_IOC_GETLBMD_CAP
2025-09-19 10:12 UTC (5+ messages)
[blktests v2 0/2] io_uring PI interface test
2025-09-19 10:10 UTC (3+ messages)
` [blktests v2 1/2] common/nvme: move NVMe helper checks out of tests/nvme/rc
` [blktests v2 2/2] block: add test for io_uring Protection Information (PI) interface using FS_IOC_GETLBMD_CAP
[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
2025-09-19 8:49 UTC (8+ messages)
` [PATCH 01/21] fix comment for struct blk_trace_setup:
` [PATCH 02/21] add definitions for BLKTRACESETUP2
` [PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace
[linux-next:master] [block] 60949057a2: last_state.load_disk_fail
2025-09-19 8:12 UTC
[PATCH 00/17] ublk: avoid accessing ublk_queue to handle ublksrv_io_cmd
2025-09-19 4:04 UTC (20+ 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 12/17] ublk: don't access ublk_queue in ublk_config_io_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 16/17] ublk: pass ublk_io to __ublk_complete_rq()
` [PATCH 17/17] ublk: don't access ublk_queue in ublk_unmap_io()
[PATCH] block/mq-deadline: adjust the timeout period of the per_prio->dispatch
2025-09-19 2:56 UTC
[PATCH v2 0/3] selftests: ublk: kublk: fix feature list
2025-09-19 0:58 UTC (5+ messages)
` [PATCH v2 1/3] selftests: ublk: kublk: simplify feat_map definition
` [PATCH v2 2/3] selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
` [PATCH v2 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-18 22:35 UTC (31+ 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
[RFC PATCH] dm-crypt: allow unaligned bio_vecs for direct io
2025-09-18 20:52 UTC (4+ messages)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-18 19:58 UTC (18+ messages)
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, which controls starting block number of initrd
` [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 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [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 00/23] ublk: add UBLK_F_BATCH_IO
2025-09-18 18:12 UTC (5+ messages)
` [PATCH 08/23] ublk: handle UBLK_U_IO_PREP_IO_CMDS
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-18 15:51 UTC (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[PATCH v7 08/19] scsi: detect support for command duration limits
2025-09-18 12:46 UTC (13+ messages)
[PATCH blktests 0/7] Further stacked device atomic writes testing
2025-09-18 10:37 UTC (21+ messages)
` [PATCH blktests 1/7] common/rc: add _min()
` [PATCH blktests 2/7] md/rc: add _md_atomics_test
` [PATCH blktests 4/7] md/003: add NVMe atomic write tests for stacked devices
[PATCH 0/1] tests/throtl: add a deadlock regression test
2025-09-18 8:53 UTC (2+ messages)
` [PATCH 1/1] tests/throtl/004: add scsi_debug for test device
[PATCH 0/3] block: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-18 8:59 UTC (3+ messages)
[PATCH v2] block: plug attempts to batch allocate tags multiple times
2025-09-18 7:55 UTC
[PATCH 00/32] ns: support file handles
2025-09-18 3:40 UTC (7+ messages)
` [PATCH 27/32] nsfs: "
[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 00/62] initrd: remove classic initrd support
2025-09-17 18:00 UTC (4+ 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 (4+ messages)
[PATCH] block: plug attempts to batch allocate tags multiple times
2025-09-17 9:06 UTC (2+ 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] 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 (2+ messages)
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)
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;
as well as URLs for NNTP newsgroup(s).