Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-25 16:03:04 to 2023-05-30 15:28:50 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-30 15:28 UTC  (21+ messages)

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-30 15:14 UTC  (6+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
  ` [dm-devel] "

less special casing for flush requests v2
 2023-05-30 14:55 UTC  (5+ messages)
` [PATCH 4/7] blk-mq: use the I/O scheduler for writes from the flush state machine

[PATCH -next] block: fix blktrace debugfs entries leak
 2023-05-30 14:29 UTC  (5+ messages)

[PATCH 0/7] block layer patches for bcachefs
 2023-05-30 14:22 UTC  (13+ messages)
` [PATCH 1/7] block: Add some exports "
` [PATCH 2/7] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
` [PATCH 3/7] block: Bring back zero_fill_bio_iter
` [PATCH 4/7] block: Rework bio_for_each_segment_all()
` [PATCH 5/7] block: Rework bio_for_each_folio_all()
` [PATCH 6/7] block: Add documentation for bio iterator macros
` [PATCH 7/7] block: Don't block on s_umount from __invalidate_super()

[PATCH -next v2] block: Fix the partition start may overflow in add_partition()
 2023-05-30 13:42 UTC  (3+ messages)

[PATCH V1] block: Fix null pointer dereference issue on struct io_cq
 2023-05-30 13:24 UTC  (7+ messages)

introduce bdev holder ops and a file system shutdown method v2
 2023-05-30 13:05 UTC  (15+ messages)
` [PATCH 02/13] block: refactor bd_may_claim
` [PATCH 04/13] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 06/13] block: unhash the inode earlier in delete_partition
` [PATCH 07/13] block: delete partitions later in del_gendisk
` [PATCH 08/13] block: remove blk_drop_partitions
` [PATCH 09/13] block: introduce holder ops
` [PATCH 10/13] block: add a mark_dead holder operation

[PATCH] block: improve ioprio value validity checks
 2023-05-30 11:30 UTC  (3+ messages)

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 11:29 UTC  (7+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

[PATCH 0/2] nvme: add nvme_delete_dead_ctrl for avoiding io deadlock
 2023-05-30  9:43 UTC  (3+ messages)
` [PATCH 1/2] nvme: add API of nvme_delete_dead_ctrl
` [PATCH 2/2] nvme: rdma/tcp: call nvme_delete_dead_ctrl for handling reconnect failure

cleanup the filemap / direct I/O interaction v2
 2023-05-30  7:04 UTC  (24+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

[PATCH] block: fix revalidate performance regression
 2023-05-30  6:15 UTC  (3+ messages)

[PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
 2023-05-30  6:02 UTC  (3+ messages)
`  "

[PATCH] fs/buffer: using __bio_add_page in submit_bh_wbc()
 2023-05-30  3:52 UTC  (3+ messages)

[PATCH v1 1/1] nvme: complete directly for hctx with only one ctx mapping
 2023-05-30  2:49 UTC  (2+ messages)

[PATCH v2] block: fix revalidate performance regression
 2023-05-29 14:41 UTC  (2+ messages)

ioprio_set can take 8 as the PROCESS CLASS_BE ioprio value
 2023-05-29 13:15 UTC  (6+ messages)

[PATCH] blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
 2023-05-29 13:04 UTC  (2+ messages)

[PATCH v5 0/9] Support limits below the page size
 2023-05-28 22:32 UTC  (11+ messages)
` [PATCH v5 1/9] block: Use pr_info() instead of printk(KERN_INFO ...)
` [PATCH v5 3/9] block: Support configuring limits below the page size
` [PATCH v5 4/9] block: Make sub_page_limit_queues available in debugfs

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-27 19:46 UTC  (5+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v4 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v4 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

block: significant performance regression in iSCSI rescan
 2023-05-27 18:46 UTC  (3+ messages)

[PATCH -next v3 0/5] blk-wbt: minor fix and cleanup
 2023-05-27  1:06 UTC  (6+ messages)
` [PATCH -next v3 1/5] blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled
` [PATCH -next v3 2/5] blk-wbt: remove dead code to handle wbt enable/disable with io inflight
` [PATCH -next v3 3/5] blk-wbt: cleanup rwb_enabled() and wbt_disabled()
` [PATCH -next v3 4/5] blk-iocost: move wbt_enable/disable_default() out of spinlock
` [PATCH -next v3 5/5] blk-sysfs: add a new attr_group for blk_mq

[GIT PULL] Block fixes for 6.4-rc4
 2023-05-26 22:23 UTC  (2+ messages)

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

[PATCH] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-26 21:11 UTC  (6+ messages)

[RFC v2 0/8] add support for blocksize > PAGE_SIZE
 2023-05-26 18:43 UTC  (22+ messages)
` [RFC v2 1/8] page_flags: add is_folio_hwpoison()
` [RFC v2 2/8] shmem: convert to use is_folio_hwpoison()
` [RFC v2 3/8] shmem: account for high order folios
` [RFC v2 4/8] shmem: add helpers to get block size
` [RFC v2 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks()
` [RFC v2 6/8] shmem: consider block size in shmem_default_max_inodes()
` [RFC v2 7/8] shmem: add high order page support
` [RFC v2 8/8] shmem: add support to customize block size order

[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read()
 2023-05-26 14:07 UTC  (5+ messages)

[PATCH -next v2 0/6] blk-wbt: minor fix and cleanup
 2023-05-26 12:34 UTC  (4+ messages)
` [PATCH -next v2 6/6] blk-sysfs: add a new attr_group for blk_mq

[PATCH v3 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-26 11:28 UTC  (4+ messages)
` [PATCH v3 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v3 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v3 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-05-26  9:26 UTC  (14+ messages)
` [PATCH v2 1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace
` [PATCH v2 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v2 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v2 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v2 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-26  9:24 UTC  (20+ messages)
` [RFC PATCH v2 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page
` [RFC PATCH v2 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[PATCH blktests 0/3] improve block/011
 2023-05-26  4:58 UTC  (4+ messages)
` [PATCH blktests 1/3] common/rc: introduce _get_pci_from_dev_sysfs
` [PATCH blktests 2/3] block/011: skip when mounted block devices are affected
` [PATCH blktests 3/3] block/011: recover test target NVME device capacity

[PATCH V3 blktests 0/2] blktests: Add ublk testcases
 2023-05-26  4:40 UTC  (2+ messages)

[PATCH V2 blktests 0/2] blktests: Add ublk testcases
 2023-05-26  4:37 UTC  (5+ messages)
` [PATCH V2 blktests 2/2] tests: Add ublk tests

[PATCH blktests v2] srp/rc: Replace _have_module() with _have_driver()
 2023-05-26  2:09 UTC  (2+ messages)

[PATCH V3] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-26  0:34 UTC  (4+ messages)
` [PATCH] "

[PATCH blktests v4 00/11] nvme testsuite runtime optimization
 2023-05-25 23:59 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 55/57] ublk: fix AB-BA lockdep warning
 2023-05-25 18:36 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 57/57] block: Deny writable memory mapping if block is read-only

[PATCH AUTOSEL 6.3 65/67] ublk: fix AB-BA lockdep warning
 2023-05-25 18:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 67/67] block: Deny writable memory mapping if block is read-only

[PATCH] pktcdvd.c: Drop error checking for debugfs_create_dir
 2023-05-25 17:58 UTC 

[PATCH v21 0/6] block: Use page pinning
 2023-05-25 17:25 UTC  (14+ messages)
  ` Extending page pinning into fs/direct-io.c

[RFC PATCH 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-25 16:47 UTC  (3+ messages)
` [RFC PATCH 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()


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 read-only IMAP folder(s) and NNTP newsgroup(s).