linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-26 14:15:42 to 2024-10-03 12:10:10 UTC [more...]

[PATCH v6 0/6] block: partition table OF support
 2024-10-03 12:09 UTC  (8+ messages)
` [PATCH v6 1/6] block: add support for defining read-only partitions
` [PATCH v6 2/6] docs: block: Document support for read-only partition in cmdline part
` [PATCH v6 3/6] block: introduce add_disk_fwnode()
` [PATCH v6 4/6] mmc: block: attach partitions fwnode if found in mmc-card
` [PATCH v6 5/6] block: add support for partition table defined in OF
` [PATCH v6 6/6] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH v2] blk_iocost: remove some duplicate irq disable/enables
 2024-10-03 12:03 UTC  (6+ messages)

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-10-03 10:30 UTC  (17+ messages)
` [RFC PATCH 1/8] cpuidle: menu: Remove iowait influence
` [RFC PATCH 2/8] cpuidle: Prefer teo over menu governor
` [RFC PATCH 5/8] cpufreq/schedutil: Remove iowait boost
` [RFC PATCH 6/8] cpufreq: intel_pstate: "

[PATCH v4 0/5] block: partition table OF support
 2024-10-03  9:59 UTC  (16+ messages)
` [PATCH v4 1/5] block: add support for defining read-only partitions
` [PATCH v4 2/5] docs: block: Document support for read-only partition in cmdline part
` [PATCH v4 3/5] string: add strends() helper to check if a string ends with a suffix
` [PATCH v4 4/5] block: add support for partition table defined in OF
` [PATCH v4 5/5] dt-bindings: mmc: Document support for partition table in mmc-card

block: del_gendisk() vs blk_queue_enter() race condition
 2024-10-03  8:56 UTC 

[PATCH] block: move iostat check into blk_acount_io_start()
 2024-10-03  8:44 UTC  (3+ messages)

[PATCH] block: remove redundant passthrough check in blk_mq_need_time_stamp()
 2024-10-03  8:20 UTC  (3+ messages)

blktests failures with v6.12-rc1 kernel
 2024-10-03  8:02 UTC 

[PATCH] block: enable passthrough command statistics
 2024-10-03  1:30 UTC  (2+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-03  0:20 UTC  (24+ messages)
    ` [PATCH v7 1/3] nvme: enable FDP support
    ` [PATCH v7 2/3] block, fs: restore kiocb based write hint processing
    ` [PATCH v7 3/3] io_uring: enable per-io hinting capability

[PATCH] ublk: decouple hctx and ublk server threads
 2024-10-02 22:44 UTC 

[PATCH v3 0/5] ublk: support device recovery without I/O queueing
 2024-10-02 22:09 UTC  (6+ messages)
` [PATCH v3 1/5] ublk: check recovery flags for validity
` [PATCH v3 2/5] ublk: refactor recovery configuration flag helpers
` [PATCH v3 3/5] ublk: merge stop_work and quiesce_work
` [PATCH v3 4/5] ublk: support device recovery without I/O queueing
` [PATCH v3 5/5] Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IO

[PATCH v5 0/6] block: partition table OF support
 2024-10-02 21:07 UTC  (14+ messages)
` [PATCH v5 1/6] block: add support for defining read-only partitions
` [PATCH v5 2/6] docs: block: Document support for read-only partition in cmdline part
` [PATCH v5 3/6] block: introduce device_add_of_disk()
` [PATCH v5 4/6] mmc: block: attach partitions fwnode if found in mmc-card
` [PATCH v5 5/6] block: add support for partition table defined in OF
` [PATCH v5 6/6] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH v2 0/3] Block integrity with flexible-offset PI
 2024-10-02 19:03 UTC  (12+ messages)
  ` [PATCH v2 2/3] block: support PI at non-zero offset within metadata

[PATCH] block: fix kernel-doc warning
 2024-10-02 18:42 UTC  (2+ messages)

[RFC PATCH 0/2] tracking the references of net_device in aoe
 2024-10-02 18:38 UTC  (7+ messages)
` [RFC PATCH 1/2] aoe: add reference count in aoeif for tracking the using of net_device
` [RFC PATCH 2/2] aoe: using wrappers instead of dev_hold/dev_put for tracking the references of net_device in aoeif

apply "none" for io-scheduler causes coredump under 6.11.1
 2024-10-02 14:52 UTC 

Applying "none" for io-scheduler causes coredump
 2024-10-02 14:52 UTC 

[PATCH v3] aoe: fix the potential use-after-free problem in more places
 2024-10-02 13:17 UTC  (3+ messages)

[PATCH] blk_iocost: remove some dupicate irq disable/enables
 2024-10-02 10:45 UTC  (3+ messages)

[RFC PATCH 0/4] block: partition table OF support
 2024-10-02  8:22 UTC  (8+ messages)
` [RFC PATCH 3/4] block: add support for partition table defined in OF

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

subscribe
 2024-10-02  0:17 UTC  (3+ messages)

[PATCH] mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()
 2024-10-01 16:27 UTC  (6+ messages)

[bug report] kmemleak observed after blktests block/001
 2024-10-01 15:57 UTC  (3+ messages)

[PATCH v6 0/7] block atomic writes for xfs
 2024-10-01 15:48 UTC  (26+ messages)
` [PATCH v6 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v6 2/7] fs: Export generic_atomic_write_valid()
` [PATCH v6 3/7] fs: iomap: Atomic write support
` [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
` [PATCH v6 5/7] xfs: Support atomic write for statx
` [PATCH v6 6/7] xfs: Validate atomic writes
` [PATCH v6 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH v2 0/3] Add inline encryption support
 2024-10-01  8:37 UTC  (6+ messages)
` [PATCH v2 1/3] dm-inlinecrypt: "

[PATCH v2 0/5] blk-cgroup: don't abuse bdi in blk-cgroup
 2024-09-30 17:11 UTC  (7+ messages)
` [PATCH v2 1/5] blk-cgroup: add a new helper blkg_print_dev_name()
` [PATCH 2/5] blk-iocost: use "
` [PATCH 3/5] blk-throttle: "
` [PATCH 4/5] blk-iolatency: "
` [PATCH 5/5] blk-cgroup: "

[PATCH v3 0/4] block: partition table OF support
 2024-09-30 10:48 UTC  (9+ messages)
` [PATCH v3 1/4] block: add support for defining read-only partitions
` [PATCH v3 2/4] docs: block: Document support for read-only partition in cmdline part
` [PATCH v3 3/4] block: add support for partition table defined in OF
` [PATCH v3 4/4] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH 0/5] Improve zram writeback performance
 2024-09-29 22:21 UTC  (4+ messages)

[linus:master] [block] 060406c61c: stress-ng.fsize.ops_per_sec -35.5% regression
 2024-09-29 13:17 UTC 

[RFC PATCH v2 0/5] block: partition table OF support
 2024-09-29 13:13 UTC  (4+ messages)
` [RFC PATCH v2 5/5] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH v3] zram: don't free statically defined names
 2024-09-27 22:59 UTC  (8+ messages)

[PATCH v1] drbd: Fix typos in the comment
 2024-09-27 10:22 UTC  (2+ messages)

[PATCH] block: fix blk_rq_map_integrity_sg kernel-doc
 2024-09-27 10:20 UTC  (2+ messages)

[PATCH 0/2] Add BLK_FEAT_READ_SYNCHRONOUS and SWP_READ_SYNCHRONOUS_IO
 2024-09-27 10:14 UTC  (4+ messages)

[PATCHv3 blktests] nvme/{033-037}: timeout while waiting for nvme passthru namespace device
 2024-09-27  7:55 UTC 

[PATCHv2 blktests] nvme/{033-037}: timeout while waiting for nvme passthru namespace device
 2024-09-27  6:38 UTC  (3+ messages)

fine-grained PI control
 2024-09-27  2:01 UTC  (6+ messages)

[PATCH v6 0/3] per-io hints and FDP
 2024-09-26 20:09 UTC  (7+ messages)
  ` [PATCH v6 3/3] io_uring: enable per-io hinting capability

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-26 19:46 UTC  (4+ messages)

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-26 14:45 UTC  (4+ messages)
` [PATCH v6 06/17] firmware: qcom: scm: add a call for deriving the software secret


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