linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-09 03:42:20 to 2023-02-13 20:04:50 UTC [more...]

[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
 2023-02-13 20:04 UTC  (22+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
` [PATCH 2/4] fs/splice: allow to ignore signal in __splice_from_pipe
` [PATCH 3/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
` [PATCH 4/4] ublk_drv: support splice based read/write zero copy

[LSF/MM/BPF BoF]: extend UBLK to cover real storage hardware
 2023-02-13 19:13 UTC  (6+ messages)

[PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
 2023-02-13 18:06 UTC  (26+ messages)
` [PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
  ` [PATCH v14 "
` [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it
` [PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
` [PATCH v13 04/12] iov_iter: Kill ITER_PIPE
` [PATCH v13 05/12] iov_iter: Define flags to qualify page extraction
` [PATCH v13 06/12] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v13 07/12] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v13 08/12] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v13 09/12] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v13 10/12] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v13 11/12] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v13 12/12] block: convert bio_map_user_iov "

regression in next-20230213: "splice: Do splice read from a buffered file without using ITER_PIPE"
 2023-02-13 17:25 UTC  (3+ messages)

[PATCH] blk-ioprio: Introduce promote-to-rt policy
 2023-02-13 17:10 UTC  (13+ messages)

[PATCH v2 0/4] iov_iter: Adjust styling/location of new splice functions
 2023-02-13 17:04 UTC  (10+ messages)
` [PATCH v2 1/4] splice: Rename "
` [PATCH v2 2/4] splice: Provide pipe_head_buf() helper
` [PATCH v2 3/4] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH v2 4/4] splice: Move filemap_read_splice() to mm/filemap.c

[PATCH] block: ublk: check IO buffer based on flag need_get_data
 2023-02-13 15:36 UTC  (3+ messages)

[PATCH 0/4] iov_iter: Adjust styling/location of new splice functions
 2023-02-13 15:24 UTC  (10+ messages)
` [PATCH 1/4] splice: Rename "
` [PATCH 2/4] splice: Provide pipe_head_buf() helper
` [PATCH 3/4] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH 4/4] splice: Move filemap_read_splice() to mm/filemap.c

fix circular disk reference in blk-cgroup
 2023-02-13 12:11 UTC  (5+ messages)
` [PATCH 1/3] blk-throttle: store a gendisk in struct throtl_data
` [PATCH 2/3] blk-throttle: move the throtl_data pointer from to struct gendisk
` [PATCH 3/3] blk-cgroup: only grab an inode reference to the disk for each blkg

[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
 2023-02-13 11:54 UTC  (9+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-13  9:59 UTC  (15+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 2/5] ext4: Drop workaround for mm reclaiming fs private page data
` [PATCH 3/5] mm: Do not try to write pinned folio during memory cleaning writeback
` [PATCH 4/5] block: Add support for bouncing pinned pages
` [PATCH 5/5] iomap: Bounce pinned pages during writeback

[PATCH] blk-cgroup: delay calling blkcg_exit_disk until disk_release
 2023-02-13  8:42 UTC  (10+ messages)

[PATCH 0/1] improve brd performance with blk-mq
 2023-02-13  8:10 UTC  (4+ messages)

[PATCH -next RFC 0/3] block: fix scan partition for exclusively open device again
 2023-02-13  2:41 UTC  (6+ messages)
` [PATCH -next RFC 1/3] block: Revert "block: Do not reread partition table on exclusively open device"
` [PATCH -next RFC 2/3] block: factor out the setting of GD_NEED_PART_SCAN
` [PATCH -next RFC 3/3] block: fix scan partition for exclusively open device again

[PATCH 0/12] pata_parport: protocol drivers cleanups
 2023-02-12 18:19 UTC  (25+ messages)
` [PATCH 01/12] pata_parport: Remove pi_swab16 and pi_swab32
` [PATCH 02/12] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 03/12] pata_parport: remove devtype from struct pi_adapter
` [PATCH 04/12] pata_parport: remove device "
` [PATCH 05/12] pata_parport: remove typedef struct PIA
` [PATCH 06/12] pata_parport: remove verbose parameter from log_adapter()
` [PATCH 07/12] pata_parport: remove scratch "
` [PATCH 08/12] pata_parport: use dev_* and print_hex_* instead of printk
` [PATCH 09/12] pata_parport: remove verbose parameter from test_proto()
` [PATCH 10/12] pata_parport: remove scratch "
` [PATCH 11/12] pata_parport: remove obsolete changelogs
` [PATCH 12/12] pata_parport: move pata_parport.h to drivers/ata/pata_parport

[PATCH] rbd: avoid double free memory on error path in rbd_dev_create()
 2023-02-11  9:40 UTC  (3+ messages)
` [PATCH v2] rbd: fix freeing memory of 'rbd_dev->opts', 'rbd_dev->spec', 'rbd_dev->rbd_client'

[PATCH] block: Do not reread partition table on exclusively open device
 2023-02-11  3:46 UTC  (17+ messages)

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-11  0:30 UTC  (3+ messages)
` [PATCH 02/24] Documentation: block: correct spelling

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-02-10 23:21 UTC  (10+ messages)
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v9 12/16] fsverity: consume builtin signature via LSM hook

[GIT PULL] Block fix for 6.2-rc8
 2023-02-10 17:52 UTC  (2+ messages)

[PATCH blktests] nvme/046: add test for unprivileged passthrough
 2023-02-10 11:12 UTC  (4+ messages)

[PATCHSET v3 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-02-10  2:15 UTC  (2+ messages)

[PATCH] sed-opal: add support flag for SUM in status ioctl
 2023-02-10  1:06 UTC 

[PATCH 0/2] s390/dasd: patches
 2023-02-10  0:05 UTC  (4+ messages)
` [PATCH 1/2] s390/dasd: sort out physical vs virtual pointers usage
` [PATCH 2/2] s390/dasd: Fix potential memleak in dasd_eckd_init()

[PATCH] block: Remove the ALLOC_CACHE_SLACK constant
 2023-02-10  0:05 UTC  (2+ messages)

[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] BoF: NVMe VFIO Live Migration
 2023-02-09 19:26 UTC  (2+ messages)

[PATCH] block: make kobj_type structures constant
 2023-02-09 16:39 UTC  (2+ messages)

[PATCH] Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"
 2023-02-09 15:12 UTC  (2+ messages)

[PATCH 1/1] block: Merge bio before checking ->cached_rq
 2023-02-09 15:12 UTC  (3+ messages)

[PATCH] block: ublk: improve handling device deletion
 2023-02-09 15:12 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 6.2
 2023-02-09 15:12 UTC  (2+ messages)

[PATCH 0/7] A few bugfix and cleanup patches to blk-mq
 2023-02-09 20:11 UTC  (10+ messages)
` [PATCH 1/7] blk-mq: sync wake_batch update and users number change
` [PATCH 2/7] blk-mq: count changed hctx as active in blk_mq_get_tag
` [PATCH 3/7] blk-mq: remove wake_batch recalculation for reserved tags
` [PATCH 4/7] blk-mq: remove unnecessary bit clear in __blk_mq_alloc_requests_batch
` [PATCH 5/7] blk-mq: remove unnecessary "set->queue_depth == 0" check in blk_mq_alloc_set_map_and_rqs
` [PATCH 6/7] blk-mq: Remove unnecessary hctx check in function blk_mq_alloc_and_init_hctx
` [PATCH 7/7] blk-mq: remove stale comment of function called for iterated request

[PATCH] block: sync mixed merged request's failfast with 1st bio's
 2023-02-09 12:55 UTC 

[PATCH v12 01/10] vfs, iomap: Fix generic_file_splice_read() to avoid reversion of ITER_PIPE
 2023-02-09 10:50 UTC  (6+ messages)
  ` [PATCH v12 00/10] iov_iter: Improve page extraction (pin or just list)


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