public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-10 07:17:12 to 2024-05-15 08:17:45 UTC [more...]

[RFC PATCH 0/2] introduce precised blk-throttle control
 2024-05-15  8:17 UTC  (7+ messages)
` [RFC PATCH 1/2] block: introduce helper function to calculate bps budgt
` [RFC PATCH 2/2] mm: introduce budgt control in readahead

[PATCH] block: Annotate a racy read in blk_do_io_stat()
 2024-05-15  7:58 UTC  (13+ messages)

[PATCHv4 00/21] zram: custom comp API and comp algorithms tunables
 2024-05-15  7:12 UTC  (22+ messages)
` [PATCHv4 01/21] zram: move from crypto API to custom comp backends API
` [PATCHv4 02/21] zram: add lzo and lzorle compression backends support
` [PATCHv4 03/21] zram: add lz4 compression backend support
` [PATCHv4 04/21] zram: add lz4hc "
` [PATCHv4 05/21] zram: add zstd "
` [PATCHv4 06/21] zram: pass estimated src size hint to zstd
` [PATCHv4 07/21] zram: add zlib compression backend support
` [PATCHv4 08/21] zram: add 842 "
` [PATCHv4 09/21] zram: check that backends array has at least one backend
` [PATCHv4 10/21] zram: introduce zcomp_config structure
` [PATCHv4 11/21] zram: extend comp_algorithm attr write handling
` [PATCHv4 12/21] zram: support compression level comp config
` [PATCHv4 13/21] zram: add support for dict "
` [PATCHv4 14/21] lib/zstd: export API needed for dictionary support
` [PATCHv4 15/21] zram: add dictionary support to zstd backend
` [PATCHv4 16/21] zram: add config init/release backend callbacks
` [PATCHv4 17/21] zram: share dictionaries between per-CPU contexts
` [PATCHv4 18/21] zram: add dictionary support to lz4
` [PATCHv4 19/21] lib/lz4hc: export LZ4_resetStreamHC symbol
` [PATCHv4 20/21] zram: add dictionary support to lz4hc
` [PATCHv4 21/21] Documentation/zram: add documentation for algorithm parameters

[PATCH v2] aoe: fix the potential use-after-free problem in more places
 2024-05-15  5:09 UTC  (3+ messages)

[PATCHv2 0/6] enable bs > ps for block devices
 2024-05-15  4:21 UTC  (11+ messages)
` [PATCH 1/6] fs/mpage: avoid negative shift for large blocksize
` [PATCH 2/6] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 3/6] blk-merge: split bio by max_segment_size, not PAGE_SIZE
` [PATCH 4/6] block/bdev: enable large folio support for large logical block sizes
` [PATCH 5/6] block/bdev: lift restrictions on supported blocksize
` [PATCH 6/6] nvme: enable logical block size > PAGE_SIZE

[PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-05-15  4:04 UTC  (5+ messages)
` [RFC] iomap: use huge zero folio in iomap_dio_zero

cgroup io.stat propagation regression
 2024-05-15  3:59 UTC  (2+ messages)

[git pull] device mapper changes for 6.10
 2024-05-15  1:49 UTC  (2+ messages)

[PATCH 0/2] blk-cgroup: two fixes on list corruption
 2024-05-15  1:31 UTC  (3+ messages)
` [PATCH 1/2] blk-cgroup: fix list corruption from resetting io stat
` [PATCH 2/2] blk-cgroup: fix list corruption from reorder of WRITE ->lqueued

[Linux kernel bug] INFO: task hung in blk_mq_get_tag
 2024-05-14 22:41 UTC  (12+ messages)

[PATCH] nvme: enable FDP support
 2024-05-15  3:30 UTC  (9+ messages)

[PATCH 0/3] Rust block device driver API and null block driver
 2024-05-14 20:00 UTC  (10+ messages)
` [PATCH 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH 3/3] MAINTAINERS: add entry for Rust block device driver API

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-14 19:55 UTC  (7+ messages)
` [PATCH v18 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v18 20/21] Documentation: add ipe documentation

[PATCH v4 0/6] block,nvme: queue-depth and latency I/O schedulers
 2024-05-14 17:53 UTC  (7+ messages)
` [PATCH v4 1/6] nvme: multipath: Implemented new iopolicy "queue-depth"
` [PATCH v4 2/6] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy
` [PATCH v4 3/6] nvme: multipath: Invalidate current_path when changing iopolicy
` [PATCH v4 4/6] block: track per-node I/O latency
` [PATCH v4 5/6] nvme: add 'latency' iopolicy
` [PATCH v4 6/6] nvme: multipath: pr_notice when iopolicy changes

[PATCH 0/5] Five nbd patches
 2024-05-14 13:22 UTC  (7+ messages)
` [PATCH 1/5] nbd: Use NULL to represent a pointer
` [PATCH 2/5] nbd: Remove superfluous casts
` [PATCH 3/5] nbd: Improve the documentation of the locking assumptions
` [PATCH 4/5] nbd: Remove a local variable from nbd_send_cmd()
` [PATCH 5/5] nbd: Fix signal handling

[PATCH] aoe: fix the potential use-after-free problem in more places
 2024-05-14  7:42 UTC  (2+ messages)

[PATCH 0/5] enable bs > ps for block devices
 2024-05-14  5:08 UTC  (33+ messages)
` [PATCH 1/5] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 2/5] fs/mpage: avoid negative shift for large blocksize
` [PATCH 3/5] block/bdev: lift restrictions on supported blocksize
` [PATCH 4/5] block/bdev: enable large folio support for large logical block sizes
` [PATCH 5/5] nvme: enable logical block size > PAGE_SIZE

[PATCH] brd: implement discard support
 2024-05-14  3:48 UTC  (2+ messages)

[RFC PATCH 0/2] introduce budgt control in readahead
 2024-05-14  2:37 UTC  (7+ messages)
` [RFC PATCH 2/2] mm: "

[GIT PULL] Block updates for 6.10-rc1
 2024-05-13 21:33 UTC  (2+ messages)

[syzbot] Monthly block report (May 2024)
 2024-05-13 21:12 UTC 

[bug report] block nbd0: Unexpected reply (15) 000000009c07859b
 2024-05-13 13:20 UTC  (4+ messages)

[PATCH -next 0/2] blk-throttle: fix lower control under super low iops limit
 2024-05-13 12:08 UTC  (3+ messages)
` [PATCH -next 1/2] blk-throttle: factor out a helper to get throtl_slice from tg
` [PATCH -next 2/2] blk-throttle: fix lower control under super low iops limit

[PATCH] aoe: fix the potential use-after-free problem in more places
 2024-05-13 11:56 UTC  (3+ messages)

[PATCH v2] block: unmap and free user mapped integrity via submitter
 2024-05-13  8:42 UTC 

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-05-12 15:29 UTC  (10+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[syzbot] [block?] [usb?] INFO: rcu detected stall in aoecmd_cfg (2)
 2024-05-12 11:05 UTC  (2+ messages)

[PATCH] null_blk: Fix two sparse warnings
 2024-05-11 17:03 UTC  (2+ messages)

[PATCH] ublk_drv: set DMA alignment mask to 3
 2024-05-11 15:04 UTC  (2+ messages)

[PATCH] block: unmap and free user mapped integrity via submitter
 2024-05-11 11:22 UTC  (5+ messages)

[PATCH V3 0/9] io_uring: support sqe group and provide group kbuf
 2024-05-11  0:12 UTC  (10+ messages)
` [PATCH V3 1/9] io_uring: add io_link_req() helper
` [PATCH V3 2/9] io_uring: add io_submit_fail_link() helper
` [PATCH V3 3/9] io_uring: add helper of io_req_commit_cqe()
` [PATCH V3 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [PATCH V3 5/9] io_uring: support SQE group
` [PATCH V3 6/9] io_uring: support sqe group with members depending on leader
` [PATCH V3 7/9] io_uring: support providing sqe group buffer
` [PATCH V3 8/9] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V3 9/9] ublk: support provide io buffer

[LSF/MM/BPF TOPIC] Running BOF
 2024-05-10 23:35 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.9-final
 2024-05-10 17:29 UTC  (2+ messages)

[RFC PATCH V2 0/9] io_uring: support sqe group and provide group kbuf
 2024-05-10 14:02 UTC  (2+ messages)

[PATCHES v2][RFC] set_blocksize() rework
 2024-05-10 13:41 UTC  (4+ messages)
` [PATCH v2 1/9] bcache_register(): don't bother with set_blocksize()
  ` [PATCH v2 7/9] btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens

[PATCHv2 0/2] block,nvme: latency-based I/O scheduler
 2024-05-10 10:03 UTC  (12+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] block: track per-node I/O latency
` [PATCH v3 2/3] nvme: add 'latency' iopolicy
` [PATCH v3 3/3] nvme: multipath: pr_notice when iopolicy changes

[PATCHv3 00/19] zram: convert to custom compression API and allow algorithms tuning
 2024-05-10  8:40 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox