linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-05 07:22:56 to 2023-05-11 01:17:50 UTC [more...]

[PATCH v7 00/19] Add Command Duration Limits support
 2023-05-11  1:13 UTC  (5+ messages)
` [PATCH v7 01/19] ioprio: cleanup interface definition
` [PATCH v7 02/19] block: introduce ioprio hints
` [PATCH v7 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v7 04/19] scsi: core: allow libata to complete successful commands via EH

[PATCH 0/2] block: improve the share tag set performance
 2023-05-10 22:56 UTC  (11+ messages)
` [PATCH 1/2] block: make the fair sharing of tag configurable
` [PATCH 2/2] ufs: don't use the fair tag sharings

[PATCH v5 0/4] generic and PowerPC SED Opal keystore
 2023-05-10 22:50 UTC  (6+ messages)
` [PATCH 1/4] block:sed-opal: "
` [PATCH 2/4] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH 3/4] block: sed-opal: keystore access for SED Opal keys
` [PATCH 4/4] powerpc/pseries: update SED for PLPKS api changes

[PATCH blktests v3 00/12] nvme testsuite runtime optimization
 2023-05-10 17:24 UTC  (19+ messages)
` [PATCH blktests v3 01/12] nvme/rc: Auto convert test device size info
` [PATCH blktests v3 02/12] nvme: Do not hard code device size for dd test
` [PATCH blktests v3 05/12] nvme: Use runtime fio background jobs
` [PATCH blktests v3 06/12] Documentation: Add info on nvme_tr_type
` [PATCH blktests v3 07/12] nvme: Make test image size configurable
` [PATCH blktests v3 08/12] nvme/rc: Add minimal test image size requirement
` [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for random fio jobs
` [PATCH blktests v3 11/12] nvme/rc: Move discovery generation counter code to rc

[PATCH blktests] common: Replace _have_module() with _have_driver()
 2023-05-10 16:35 UTC  (5+ messages)

[PATCH 2/3] block: mark bdev files as FMODE_NOWAIT if underlying device supports it
 2023-05-10 15:32 UTC  (3+ messages)

introduce bdev holder ops and a file system shutdown method
 2023-05-10 15:13 UTC  (31+ messages)
` [PATCH 1/9] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 2/9] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 3/9] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 4/9] block: turn bdev_lock into a mutex
` [PATCH 5/9] block: introduce holder ops
` [PATCH 6/9] block: add a mark_dead holder operation
` [PATCH 7/9] fs: add a method to shut down the file system
` [PATCH 8/9] xfs: wire up sops->shutdown
` [PATCH 9/9] xfs: wire up the ->mark_dead holder operation for log and RT devices

[PATCH] block: Deny writable memory mapping if block is read-only
 2023-05-10 14:17 UTC  (3+ messages)

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000048
 2023-05-10 12:08 UTC  (10+ messages)

[PATCH v2 00/14] Change the integrity configuration method in block
 2023-05-10  9:01 UTC  (15+ messages)
    ` [PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()
    ` [PATCH v2 04/14] block: fix not to apply bip information in blk_rq_bio_prep()
    ` [PATCH v2 14/14] block: blk-integrity: remove blk_rq_count_integrity_sg()
    ` [PATCH v2 03/14] block: bio-integrity: cleanup bio_integrity_prep
    ` [PATCH v2 05/14] block: blk-merge: fix to add the number of integrity segments to the request twice
    ` [PATCH v2 07/14] block: add helper function to get the number of integrity segments
    ` [PATCH v2 06/14] block: blk-merge: fix merging two requests in ll_merge_requests_fn
    ` [PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for integrity process
    ` [PATCH v2 09/14] scsi: change to use blk_rq_nr_integrity_segments() instead of blk_rq_count_integrity_sg()
    ` [PATCH v2 10/14] block: blk-integrity: change how to find the number of integrity of bio
    ` [PATCH v2 12/14] block: add helper function for iteration of bip's bvec
    ` [PATCH v2 01/14] block: bio: separation to reuse a part of the function
    ` [PATCH v2 13/14] block: blk-integrity: change sg-table configuration method for integrity
` [PATCH v2 11/14] nvme: rdma: change how to find the number of integrity of request

Situation of CONFIG_BLK_WBT_MQ after commit b11d31ae01e6 ("blk-wbt: remove unnecessary check in wbt_enable_default()")
 2023-05-10  5:40 UTC  (3+ messages)

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-05-09 16:58 UTC  (15+ messages)
` [PATCH v5 0/5] Introduce block provisioning primitives
  ` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
  ` [PATCH v6 0/5] Introduce block provisioning primitives
    ` [PATCH v6 1/5] block: Don't invalidate pagecache for invalid falloc modes
    ` [PATCH v6 2/5] block: Introduce provisioning primitives
    ` [PATCH v6 3/5] dm: Add block provisioning support
    ` [PATCH v6 4/5] dm-thin: Add REQ_OP_PROVISION support
    ` [PATCH v6 5/5] loop: Add support for provision requests

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-09 16:56 UTC  (6+ messages)
` [PATCH 09/32] block: Add some exports for bcachefs
` [PATCH 10/32] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 11/32] block: Bring back zero_fill_bio_iter
` [PATCH 12/32] block: Rework bio_for_each_segment_all()
` [PATCH 13/32] block: Rework bio_for_each_folio_all()

[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
 2023-05-09 16:13 UTC  (9+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode

[PATCH v3] blk-throttle: Fix io statistics for cgroup v1
 2023-05-09 15:41 UTC  (2+ messages)

[RFC] block: dio: immediately fail when count < logical block size
 2023-05-09 12:17 UTC  (2+ messages)

Pompy ciepła - nowe warunki
 2023-05-08  7:31 UTC 

[PATCH 0/5] Add the dm-vdo deduplication and compression device mapper target
 2023-05-09  6:33 UTC  (5+ messages)
` [PATCH 1/5] Add documentation for dm-vdo
` [PATCH 4/5] Add dm-vdo-target.c
` [PATCH 5/5] Enable configuration and building of dm-vdo

[PATCH v1] block: make the fair sharing of tag configurable
 2023-05-09  4:22 UTC  (2+ messages)

[PATCH RFC 00/16] block atomic writes
 2023-05-09  0:19 UTC  (32+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits
` [PATCH RFC 02/16] fs/bdev: Add atomic write support info to statx
` [PATCH RFC 03/16] xfs: Support atomic write for statx
` [PATCH RFC 11/16] fs: iomap: Atomic write support
` [PATCH RFC 12/16] xfs: Add support for fallocate2

[PATCH] fs: remove the special !CONFIG_BLOCK def_blk_fops
 2023-05-08 14:44 UTC 

[RFC PATCH 12/13] blk-mq.h: Fix parentheses around macro parameter use
 2023-05-08 14:28 UTC  (10+ messages)

[RFC PATCH 00/11] Rust null block driver
 2023-05-08 12:58 UTC  (29+ messages)
` [RFC PATCH 01/11] rust: add radix tree abstraction
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module

[PATCH v4] blk-ioprio: Introduce promote-to-rt policy
 2023-05-08 12:08 UTC  (2+ messages)

[PATCH 6.1 604/611] block/blk-iocost (gcc13): keep large values in a new enum
 2023-05-08  9:47 UTC 

[LSF/MM/BPF TOPIC] ublk & io_uring: ublk zero copy support
 2023-05-08  2:16 UTC  (4+ messages)

[PATCH] Documentation/block: drop the request.rst file
 2023-05-07 18:26 UTC 

[PATCH v2] blk-throttle: Fix io statistics for cgroup v1
 2023-05-07 15:32 UTC  (7+ messages)
  ` [External] "

[PATCH] Documentation/block: request: delete the unused FIXME comment
 2023-05-07 11:43 UTC  (2+ messages)

[GIT PULL] Followup block fixes for 6.4-rc1
 2023-05-06 15:46 UTC  (2+ messages)

[PATCH 6.1 0/7] blk-crypto fixes for 6.1
 2023-05-06  2:06 UTC  (2+ messages)

[PATCH v4 00/11] mq-deadline: Improve support for zoned block devices
 2023-05-05 21:56 UTC  (7+ messages)
` [PATCH v4 04/11] block: Introduce blk_rq_is_seq_zoned_write()
` [PATCH v4 08/11] block: mq-deadline: Reduce lock contention

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-05-05 19:44 UTC  (6+ messages)

[PATCH v4 0/3] sed-opal: keyrings, discovery, revert, key store
 2023-05-05 19:41 UTC  (4+ messages)
` [PATCH v4 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v4 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v4 3/3] block: sed-opal: keyring support for SED keys

[PATCH V2 blktests 0/2] blktests: Add ublk testcases
 2023-05-05 15:42 UTC  (5+ messages)
` [PATCH V2 blktests 1/2] src/miniublk: add user recovery
` [PATCH V2 blktests 2/2] tests: Add ublk tests

[PATCH] ublk: fix command op code check
 2023-05-05 15:31 UTC 

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-05 14:11 UTC  (3+ messages)

[PATCH] mm: always respect QUEUE_FLAG_STABLE_WRITES on the block device
 2023-05-05 10:49 UTC  (7+ messages)

[RFC 0/3] nvme uring passthrough diet
 2023-05-05  8:14 UTC  (4+ messages)

[syzbot] Monthly block report (May 2023)
 2023-05-05  8:06 UTC 

[PATCH blktests v2] tests/dm: add a regression test
 2023-05-05  7:22 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).