linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-16 02:19:25 to 2025-10-21 01:46:34 UTC [more...]

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-21  1:46 UTC  (3+ messages)
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers

[PATCHv2] block: rename min_segment_size
 2025-10-21  1:45 UTC  (3+ messages)

[PATCH blktests] create a test for direct io offsets
 2025-10-21  1:32 UTC  (7+ messages)

[PATCH v2 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-10-20 23:37 UTC  (5+ messages)
` [PATCH v2 1/2] nvme-pci: migrate to dma_map_phys instead of map_page
` [PATCH v2 2/2] block-dma: properly take MMIO path

O_DIRECT vs BLK_FEAT_STABLE_WRITES, was Re: [PATCH] btrfs: never trust the bio from direct IO
 2025-10-20 19:00 UTC  (10+ messages)

[PATCH v25 00/20] Improve write performance for zoned UFS devices
 2025-10-20 18:28 UTC  (6+ messages)
` [PATCH v25 07/20] block/mq-deadline: Enable zoned write pipelining

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-20 16:51 UTC  (33+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[GIT PULL] block-bio_iov_iter_export
 2025-10-20 16:42 UTC  (9+ messages)

[PATCH] blk-mq: use struct_size() in kmalloc()
 2025-10-20 16:39 UTC  (2+ messages)

[PATCH v2] nbd: override creds to kernel when calling sock_{send,recv}msg()
 2025-10-20 16:38 UTC  (3+ messages)

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 15:39 UTC  (28+ messages)
` [RESEND PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [RESEND PATCH v18 02/16] rust_binder: remove trailing comma
` [RESEND PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [RESEND PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [RESEND PATCH v18 05/16] rnull: use `kernel::fmt`
` [RESEND PATCH v18 06/16] rust: alloc: "
` [RESEND PATCH v18 07/16] rust: debugfs: "
  ` [PATCH] samples: rust: debugfs: use `core::ffi::CStr` method names
` [RESEND PATCH v18 08/16] rust: pci: use `kernel::fmt`
` [RESEND PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [RESEND PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "
` [RESEND PATCH v18 14/16] rust: clk: "
` [RESEND PATCH v18 15/16] rust: support formatting of foreign types
` [RESEND PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH 0/3] block: Enable proper MMIO memory handling for P2P DMA
 2025-10-20 14:53 UTC  (13+ messages)
` [PATCH 1/3] blk-mq-dma: migrate to dma_map_phys instead of map_page
` [PATCH 2/3] nvme-pci: unmap MMIO pages with appropriate interface
` [PATCH 3/3] block-dma: properly take MMIO path

What should we do about the nvme atomics mess?
 2025-10-20 13:42 UTC  (5+ messages)

[PATCH v4 00/16] block: add blktrace support for zoned block devies
 2025-10-20 13:41 UTC  (17+ messages)
` [PATCH v4 01/16] blktrace: only calculate trace length once
` [PATCH v4 02/16] blktrace: factor out recording a blktrace event
` [PATCH v4 03/16] blktrace: split out relaying "
` [PATCH v4 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v4 05/16] blktrace: change the internal action to 64bit
` [PATCH v4 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v4 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v4 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v4 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v4 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v4 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v4 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v4 13/16] blktrace: add block trace commands for zone operations
` [PATCH v4 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v4 15/16] blktrace: trace zone write plugging operations
` [PATCH v4 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH] lib/group_cpus: fix cross-NUMA CPU assignment in group_cpus_evenly
 2025-10-20 12:46 UTC 

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:44 UTC  (18+ messages)
` [PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [PATCH v18 02/16] rust_binder: remove trailing comma
` [PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [PATCH v18 05/16] rnull: use `kernel::fmt`
` [PATCH v18 06/16] rust: alloc: "
` [PATCH v18 07/16] rust: debugfs: "
` [PATCH v18 08/16] rust: pci: "
` [PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [PATCH v18 13/16] rust: regulator: "
` [PATCH v18 14/16] rust: clk: "
` [PATCH v18 15/16] rust: support formatting of foreign types
` [PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH 6.6 1/2] block: fix race between set_blocksize and read paths
 2025-10-20 12:25 UTC  (2+ messages)
` [PATCH 6.6 2/2] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()

[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:00 UTC  (6+ messages)
  ` [PATCH v17 05/11] rnull: use `kernel::fmt`

[PATCH v3 00/16] block: add blktrace support for zoned block devi
 2025-10-20 10:57 UTC  (20+ messages)
` [PATCH v3 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v3 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v3 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v3 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v3 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v3 13/16] blktrace: add block trace commands for zone operations
` [PATCH v3 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v3 15/16] blktrace: trace zone write plugging operations
` [PATCH v3 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH blktests 0/4] throtl: support test with scsi_debug
 2025-10-20 10:28 UTC  (3+ messages)

[PATCH] block: mtip32xx: Fix typos in comments and log messages
 2025-10-18 19:18 UTC 

blktests failures with v6.18-rc1 kernel
 2025-10-18 11:26 UTC 

[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
 2025-10-18  5:53 UTC  (2+ messages)
` [syzbot] [net?] "

[GIT PULL] Block fixes for 6.18-rc2
 2025-10-17 15:54 UTC  (2+ messages)

[PATCH v3 00/10] powerpc: Implement masked user access
 2025-10-17 10:21 UTC  (11+ messages)
` [PATCH v3 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v3 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v3 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v3 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v3 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v3 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v3 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v3 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v3 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v3 10/10] powerpc/uaccess: Implement masked user access

[ANNOUNCE] zloopctl - a small zloop administration utility
 2025-10-17  8:00 UTC 

[PATCH] block: Remove redundant hctx pointer dereferencing operation
 2025-10-17  6:54 UTC  (3+ messages)

[PATCH v3 0/3] initrd: remove half of classic initrd support
 2025-10-17  6:09 UTC  (4+ messages)
` [PATCH v3 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v3 3/3] init: remove /proc/sys/kernel/real-root-dev

[PATCHv3 0/2] fix sbitmap initialization and null_blk shared tagset behavior
 2025-10-16 10:43 UTC  (2+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-16 10:42 UTC  (3+ messages)
` [PATCH v2 17/19] rust: sync: "

[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
 2025-10-16 10:08 UTC  (6+ messages)
` [PATCH 08/23] ublk: handle UBLK_U_IO_PREP_IO_CMDS

[RFC PATCH 0/5] FDP file I/O
 2025-10-16  9:57 UTC  (7+ messages)
  ` [RFC PATCH 4/5] fs: propagate write stream
  ` [RFC PATCH 2/5] fs: add the interface to query user write streams

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-16  7:59 UTC  (7+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h

[PATCH 0/3] block: restructure elevator switch path and fix a lockdep splat
 2025-10-16  5:30 UTC  (4+ messages)
` [PATCH 1/3] block: unify elevator tags and type xarrays into struct elv_change_ctx
` [PATCH 2/3] block: introduce alloc_sched_data and free_sched_data elevator methods
` [PATCH 3/3] block: define alloc_sched_data and free_sched_data methods for kyber

[PATCH] blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
 2025-10-16  3:18 UTC  (4+ messages)

[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
 2025-10-16  2:19 UTC  (4+ messages)
` [PATCH V5 1/6] loop: add helper lo_cmd_nr_bvec()


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