linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-16 09:52:02 to 2024-01-19 20:31:42 UTC [more...]

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-19 20:31 UTC  (2+ messages)

[PATCH] block: Remove unnecessary unlikely()
 2024-01-19 20:20 UTC  (3+ messages)

[PATCH] block: Fix iterating over an empty bio with bio_for_each_folio_all
 2024-01-19 16:03 UTC  (3+ messages)

[PATCHSET RFC v2 0/4] mq-deadline scalability improvements
 2024-01-19 16:02 UTC  (5+ messages)
` [PATCH 1/4] block/mq-deadline: pass in queue directly to dd_insert_request()
` [PATCH 2/4] block/mq-deadline: serialize request dispatching
` [PATCH 3/4] block/mq-deadline: fallback to per-cpu insertion buckets under contention
` [PATCH 4/4] block/mq-deadline: skip expensive merge lookups if contended

[PATCHSET RFC 0/2] mq-deadline scalability improvements
 2024-01-19 15:49 UTC  (19+ messages)
` [PATCH 1/2] block/mq-deadline: serialize request dispatching
` [PATCH 2/2] block/mq-deadline: fallback to per-cpu insertion buckets under contention

[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
 2024-01-19 13:56 UTC  (9+ messages)
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode

[BUG] I/O timeouts and system freezes on Kingston A2000 NVME with BCACHEFS
 2024-01-19 12:25 UTC 

[PATCH blktests V2 0/1] nvme: add nvme pci timeout testcase
 2024-01-19 11:11 UTC  (3+ messages)
` [PATCH blktests V2 1/1] "

[LSF/MM/BPF TOPIC] : Flexible Data Placement (FDP) availability for kernel space file systems
 2024-01-19 10:49 UTC  (9+ messages)

[PATCH v3 0/4] brd discard patches
 2024-01-19  8:41 UTC  (2+ messages)

[RFC 0/1] nvme: Add NVMe LBA Fault Injection
 2024-01-19  4:48 UTC  (3+ messages)

[GIT PULL] Followup block fixes for 6.8-rc1
 2024-01-19  2:40 UTC  (3+ messages)

[PATCH] block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
 2024-01-19  1:27 UTC  (3+ messages)

[PATCH 1/1] block: optimise in irq bio put caching
 2024-01-19  1:23 UTC 

[PATCHSET RFC v3 0/6] Cache issue side time querying
 2024-01-18 19:20 UTC  (7+ messages)
` [PATCH 1/6] block: move cgroup time handling code into blkdev.h
` [PATCH 2/6] block: add blk_time_get_ns() helper
` [PATCH 3/6] block: cache current nsec time in struct blk_plug
` [PATCH 4/6] block: update cached timestamp post schedule/preemption
` [PATCH 5/6] block: shrink plug->{nr_ios, rq_count} to unsigned char
` [PATCH 6/6] block: convert struct blk_plug callback list to hlists

[PATCH v6 0/6] Disable fair tag sharing for UFS devices
 2024-01-18 18:40 UTC  (16+ messages)
` [PATCH v6 1/4] block: Make fair tag sharing configurable

[PATCH RFC 00/34] Open block devices as files & a bd_inode proposal
 2024-01-18 17:41 UTC  (13+ messages)
` [PATCH RFC 01/34] bdev: open block device as files
` [PATCH DRAFT RFC 34/34] buffer: port block device access to files and get rid of bd_inode access

[RFC PATCH 1/1] block: introduce activity based ioprio
 2024-01-18 15:25 UTC  (6+ messages)

[PATCHv2] Documentation: block: ioprio: Update schedulers
 2024-01-18 15:21 UTC  (3+ messages)

[PATCH] loop: fix the the direct I/O support check when used on top of block devices
 2024-01-18 15:21 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Improving Zoned Storage Support
 2024-01-18 15:07 UTC  (21+ messages)

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-01-18 14:26 UTC  (16+ messages)

[PATCH] blk-mq: Remove the hctx 'run' debugfs attribute
 2024-01-18  6:13 UTC  (3+ messages)

PROBLEM: BLKPG_DEL_PARTITION with GENHD_FL_NO_PART used to return ENXIO, now returns EINVAL
 2024-01-17 23:05 UTC  (7+ messages)

Race in block/blk-mq-sched.c blk_mq_sched_dispatch_requests
 2024-01-17 20:49 UTC  (6+ messages)

[PATCH v2 00/16] block atomic writes
 2024-01-17 16:16 UTC  (14+ messages)

[PATCH net] nbd: always initialize struct msghdr completely
 2024-01-17 15:48 UTC  (2+ messages)

[PATCH] Documentation: block: ioprio: Update schedulers
 2024-01-17 15:11 UTC  (3+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-01-17 13:37 UTC  (2+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]

[PATCH v4 0/2] md: fix is_mddev_idle()
 2024-01-17  9:35 UTC  (4+ messages)
` [PATCH v4 1/2] md: Fix overflow in is_mddev_idle
` [PATCH v4 2/2] md: don't account sync_io if iostats of the disk is disabled

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2024-01-17  8:50 UTC  (2+ messages)

[PATCH V2 0/2] *** Test the NVMe reservation feature ***
 2024-01-17  8:17 UTC  (3+ messages)
` [PATCH V2 1/2] nvme/{rc,002,016,017,030,031}: introduce --resv_enable argument
` [PATCH V2 2/2] test/nvme/050: test the reservation feature

[PATCHSET RFC v2 0/5] Cache issue side time querying
 2024-01-17  8:06 UTC  (11+ messages)
` [PATCH 1/5] block: add blk_time_get_ns() helper
` [PATCH 2/5] block: cache current nsec time in struct blk_plug
` [PATCH 3/5] block: update cached timestamp post schedule/preemption
` [PATCH 4/5] block: shrink plug->{nr_ios, rq_count} to unsigned char
` [PATCH 5/5] block: convert struct blk_plug callback list to hlists

[PATCH] block: fix length of strscpy()
 2024-01-17  6:11 UTC  (3+ messages)

[PATCH for-next] null_blk: add configfs variable shared_tags
 2024-01-17  4:13 UTC  (2+ messages)

Hit 'nvme nvme0: request 0x100 genctr mismatch' when run fio testing
 2024-01-17  4:00 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 23/31] block: prevent an integer overflow in bvec_try_merge_hw_page
 2024-01-16 20:02 UTC 

[PATCH AUTOSEL 5.10 26/44] block/rnbd-srv: Check for unlikely string overflow
 2024-01-16 20:00 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 33/44] block: prevent an integer overflow in bvec_try_merge_hw_page

[syzbot] [block?] BUG: unable to handle kernel NULL pointer dereference in __bio_release_pages
 2024-01-16 20:00 UTC  (5+ messages)

[PATCH AUTOSEL 5.15 27/47] block/rnbd-srv: Check for unlikely string overflow
 2024-01-16 19:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 34/47] block: prevent an integer overflow in bvec_try_merge_hw_page

[PATCH AUTOSEL 6.1 39/68] block/rnbd-srv: Check for unlikely string overflow
 2024-01-16 19:53 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 49/68] block: prevent an integer overflow in bvec_try_merge_hw_page

[PATCH AUTOSEL 6.6 062/104] block/rnbd-srv: Check for unlikely string overflow
 2024-01-16 19:46 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 079/104] block: prevent an integer overflow in bvec_try_merge_hw_page

[PATCH AUTOSEL 6.7 063/108] block/rnbd-srv: Check for unlikely string overflow
 2024-01-16 19:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 080/108] block: prevent an integer overflow in bvec_try_merge_hw_page

[PATCH] block: bio-integrity: fix kcalloc() arguments order
 2024-01-16 16:58 UTC  (3+ messages)

[PATCH] sbitmap: remove stale comment in sbq_calc_wake_batch
 2024-01-16 16:58 UTC  (2+ messages)

[PATCH] block: Correct a documentation comment in blk-cgroup.c
 2024-01-16 16:58 UTC  (2+ messages)

[PATCHSET RFC 0/2] Cache issue side time querying
 2024-01-16 16:18 UTC  (11+ messages)
` [PATCH 1/2] block: add blk_time_get_ns() helper
  ` [PATCH 2/2] block: cache current nsec time in struct blk_plug

[PATCH] rbd: Remove usage of the deprecated ida_simple_xx() API
 2024-01-16 13:30 UTC  (2+ messages)

[PATCH for-6.8/block] block: support to account io_ticks precisely
 2024-01-16  9:59 UTC  (4+ 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).