linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 08:28:46 to 2022-02-14 10:37:11 UTC [more...]

[PATCH 0/8] loop: cleanup and few improvements
 2022-02-14 10:01 UTC  (9+ messages)
` [PATCH 1/8] loop: use sysfs_emit() in the sysfs offset show
` [PATCH 2/8] loop: use sysfs_emit() in the sysfs sizelimit show
` [PATCH 3/8] loop: use sysfs_emit() in the sysfs autoclear show
` [PATCH 4/8] loop: use sysfs_emit() in the sysfs partscan show
` [PATCH 5/8] loop: use sysfs_emit() in the sysfs dio show
` [PATCH 6/8] loop: remove extra variable in lo_fallocate()
` [PATCH 7/8] loop: remove extra variable in lo_req_flush
` [PATCH 8/8] loop: allow user to set the queue depth

[RFC PATCH] nvme: prevent hang on surprise removal of NVMe disk
 2022-02-14  9:51 UTC 

[PATCH v3 00/10] Add Copy offload support
 2022-02-14  8:00 UTC  (11+ messages)
    ` [PATCH v3 01/10] block: make bio_map_kern() non static
    ` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
    ` [PATCH v3 03/10] block: Add copy offload support infrastructure
    ` [PATCH v3 04/10] block: Introduce a new ioctl for copy
    ` [PATCH v3 05/10] block: add emulation "
    ` [PATCH v3 06/10] nvme: add copy offload support
    ` [PATCH v3 07/10] nvmet: add copy command support for bdev and file ns
    ` [PATCH v3 08/10] dm: Add support for copy offload
    ` [PATCH v3 09/10] dm: Enable copy offload for dm-linear target
    ` [PATCH v3 10/10] dm kcopyd: use copy offload support

[PATCH] dm: make sure dm_table is binded before queue request
 2022-02-14  8:29 UTC  (2+ messages)

[syzbot] INFO: task hung in blkdev_fallocate
 2022-02-14  8:17 UTC  (6+ messages)
` [PATCH] block: add filemap_invalidate_lock_killable()

[PATCH v1 0/1] Regression in ZNS devices due to batched completions
 2022-02-14  7:59 UTC  (7+ messages)
    ` [PATCH v1 1/1] block: Add handling for zone append command in blk_complete_request

[PATCH blktests] block/008: check CPU offline failure due to many IRQs
 2022-02-14  2:56 UTC  (2+ messages)

[PATCH V2 00/13] use time_is_xxx() instead of jiffies judgment
 2022-02-14  1:41 UTC  (17+ messages)
` [PATCH V2 1/13] block: xen: use time_is_before_eq_jiffies() "
` [PATCH V2 2/13] clk: mvebu: "
` [PATCH V2 3/13] gpu: drm: i915: use time_is_after_jiffies() "
` [PATCH V2 4/13] gpu: drm: radeon: use time_is_before_jiffies() "
` [PATCH V2 5/13] hid: use time_is_after_jiffies() "
` [PATCH V2 6/13] input: serio: use time_is_before_jiffies() "
` [PATCH V2 7/13] md: use time_is_before_jiffies(() "
` [PATCH V2 10/13] md: use time_is_before_eq_jiffies() "
` [PATCH V2 9/13] media: si21xx: use time_is_before_jiffies() "
` [PATCH V2 10/13] media: stv0299: "
` [PATCH V2 11/13] media: tda8083: use time_is_after_jiffies() "
` [PATCH V2 12/13] media: wl128x: use time_is_before_jiffies() "
` [PATCH V2 13/13] media: vivid: use time_is_after_jiffies() "

[PATCH] blk-cgroup: set blkg iostat after percpu stat aggregation
 2022-02-13  8:59 UTC 

[PATCH V2 0/7] block: improve iops limit throttle
 2022-02-13  8:34 UTC  (13+ messages)
` [PATCH V2 1/7] block: move submit_bio_checks() into submit_bio_noacct
` [PATCH V2 2/7] block: move blk_crypto_bio_prep() out of blk-mq.c
` [PATCH V2 3/7] block: don't declare submit_bio_checks in local header
` [PATCH V2 4/7] block: don't check bio in blk_throtl_dispatch_work_fn
` [PATCH V2 5/7] block: throttle split bio in case of iops limit
` [PATCH V2 6/7] block: don't try to throttle split bio if iops limit isn't set
` [PATCH V2 7/7] block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO scenarios")

[PATCH V3] block: loop:use kstatfs.f_bsize of backing file to set discard granularity
 2022-02-11 22:11 UTC  (2+ messages)

[PATCH] loop: clean up grammar in warning message
 2022-02-11 22:09 UTC  (2+ messages)

[PATCH] docs: block: biodoc.rst: Drop the obsolete and incorrect content
 2022-02-11 22:07 UTC  (4+ messages)

[PATCH v2 00/14] dm: improve bio-based IO accounting
 2022-02-11 21:40 UTC  (15+ messages)
` [PATCH v2 01/14] dm: rename split functions
` [PATCH v2 02/14] dm: fold __clone_and_map_data_bio into __split_and_process_bio
` [PATCH v2 03/14] dm: refactor dm_split_and_process_bio a bit
` [PATCH v2 04/14] dm: reduce code duplication in __map_bio
` [PATCH v2 05/14] dm: remove impossible BUG_ON in __send_empty_flush
` [PATCH v2 06/14] dm: remove unused mapped_device argument from free_tio
` [PATCH v2 07/14] dm: remove code only needed before submit_bio recursion
` [PATCH v2 08/14] dm: record old_sector in dm_target_io before calling map function
` [PATCH v2 09/14] dm: move kicking of suspend queue to dm_io_dec_pending
` [PATCH v2 10/14] block: add bio_start_io_acct_remapped for the benefit of DM
` [PATCH v2 11/14] dm: add dm_submit_bio_remap interface
` [PATCH v2 12/14] dm crypt: use dm_submit_bio_remap
` [PATCH v2 13/14] dm delay: "
` [PATCH v2 14/14] dm: move duplicate code in callers of alloc_tio into alloc_tio

[v8 PATCH] block: introduce block_rq_error tracepoint
 2022-02-11 20:56 UTC  (5+ messages)

[GIT PULL] block changes for 5.17-rc4
 2022-02-11 20:05 UTC  (2+ messages)

[PATCH 0/3] block: cleanup cgroup
 2022-02-11 17:02 UTC  (7+ messages)
` [PATCH 1/3] block: remove THROTL_IOPS_MAX
` [PATCH 2/3] block: move initialization of q->blkg_list into blkcg_init_queue
` [PATCH 3/3] block: partition include/linux/blk-cgroup.h

Potential BFQ bug
 2022-02-11 16:37 UTC 

[PATCH for 5.17] loop: revert "make autoclear operation asynchronous"
 2022-02-11 12:52 UTC  (2+ messages)

[PATCH v2 0/3] implement direct IO with integrity
 2022-02-11  9:39 UTC  (10+ messages)
` [PATCH v2 1/3] block: bio-integrity: add PI iovec to bio
` [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
` [PATCH v2 3/3] block: fops: handle IOCB_USE_PI in direct IO

[PATCH] block: clear iocb->private in blkdev_bio_end_io_async()
 2022-02-11  9:01 UTC 

[PATCH v2 07/10] nvmet: add copy command support for bdev and file ns
 2022-02-11  7:52 UTC  (3+ messages)

[PATCH 00/14] dm: improve bio-based IO accounting
 2022-02-11  7:07 UTC  (25+ messages)
` [PATCH 01/14] dm: rename split functions
` [PATCH 02/14] dm: fold __clone_and_map_data_bio into __split_and_process_bio
` [PATCH 03/14] dm: refactor dm_split_and_process_bio a bit
` [PATCH 04/14] dm: reduce code duplication in __map_bio
` [PATCH 05/14] dm: remove impossible BUG_ON in __send_empty_flush
` [PATCH 06/14] dm: remove unused mapped_device argument from free_tio
` [PATCH 07/14] dm: remove code only needed before submit_bio recursion
` [PATCH 08/14] dm: record old_sector in dm_target_io before calling map function
` [PATCH 09/14] dm: prep for following changes
` [PATCH 10/14] dm: add dm_submit_bio_remap interface
` [PATCH 11/14] dm crypt: use dm_submit_bio_remap
` [PATCH 12/14] dm delay: dm_submit_bio_remap
` [PATCH 13/14] dm: improve correctness and efficiency of bio-based IO accounting
` [PATCH 14/14] block: add bio_start_io_acct_remapped for the benefit of DM

add a ->free_disk block_device_operation v2
 2022-02-11  2:35 UTC  (5+ messages)
` [PATCH 2/5] memstick/ms_block: simplify refcounting
` [PATCH 5/5] virtio_blk: "

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-10 23:35 UTC  (15+ messages)
` [PATCH 07/11] Remove inode_congested()
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 06/11] ceph: "
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 11/11] Remove congestion tracking framework

[LSF/MM/BPF TOPIC] File system synthesis inside of computational storage
 2022-02-10 19:34 UTC 

[syzbot] general protection fault in blk_mq_free_rqs
 2022-02-10 19:17 UTC 

[PATCH V7 0/2] block: introduce block_rq_error tracepoint
 2022-02-10 17:58 UTC  (4+ messages)
` [PATCH V7 1/2] block: create event class for rq completion

[PATCH] block: xen: use time_after_eq() instead of jiffies judgment
 2022-02-10 14:55 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 5.17
 2022-02-10 13:57 UTC  (2+ messages)

[PATCH v3 0/3] block, bfq: minor cleanup and fix
 2022-02-10 11:46 UTC  (4+ messages)

[PATCH v9] block: cancel all throttled bios in del_gendisk()
 2022-02-10 11:56 UTC 

[PATCH v8] block: cancel all throttled bios in del_gendisk()
 2022-02-10 11:33 UTC  (3+ messages)

[RFC PATCH] blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU
 2022-02-10  9:35 UTC 

[PATCH v2 06/10] nvme: add copy support
 2022-02-10  7:08 UTC  (2+ messages)

[PATCH v2 03/10] block: Add copy offload support infrastructure
 2022-02-09 10:32 UTC  (2+ messages)

remove REQ_OP_WRITE_SAME v2
 2022-02-10  5:51 UTC  (21+ messages)
` [PATCH 1/7] cxlflash: query write_zeroes limit for zeroing
` [PATCH 2/7] drbd: drop REQ_OP_WRITE_SAME support
` [PATCH 3/7] rnbd: drop WRITE_SAME support
` [PATCH 4/7] sd: remove write same support
` [PATCH 5/7] md: drop WRITE_SAME support
` [PATCH 6/7] dm: remove write same support
` [PATCH 7/7] block: remove REQ_OP_WRITE_SAME support

[PATCH -next] block: update io_ticks when io hang
 2022-02-10  3:04 UTC  (3+ messages)

uring regression - lost write request
 2022-02-10  0:10 UTC  (17+ messages)

[LSF/MM/BPF TOPIC] File system techniques for computational storage and heterogeneous memory pool
 2022-02-09 21:51 UTC 

[PATCH v4] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-02-09 20:26 UTC 

[PATCH 0/4 v5] bfq: Avoid use-after-free when moving processes between cgroups
 2022-02-09 17:40 UTC  (4+ messages)

[PATCH] dm io: Drop the obsolete and incorrect doc for dm_io()
 2022-02-09 15:11 UTC  (2+ messages)

[RFC PATCH 0/7] block: improve iops limit throttle
 2022-02-09  8:35 UTC  (6+ messages)
` [RFC PATCH 3/7] block: allow to bypass bio check before submitting bio

[RFC PATCH 0/3] NVMe copy offload patches
 2022-02-09 10:22 UTC  (5+ messages)
` [PATCH v2 00/10] Add Copy offload support
    ` [PATCH v2 03/10] block: Add copy offload support infrastructure


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