linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-11 15:45:25 to 2023-02-15 10:36:52 UTC [more...]

[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
 2023-02-15 10:36 UTC  (27+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
` [PATCH 3/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF

[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-15  8:40 UTC  (6+ messages)
` [RFC 1/3] bpf: add UBLK program type
` [RFC 2/3] io_uring: enable io_uring to submit sqes located in kernel
` [RFC 3/3] ublk_drv: add ebpf support
` [UBLKSRV] Add "

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

[PATCH 0/1] improve brd performance with blk-mq
 2023-02-15  6:47 UTC  (6+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-15  6:24 UTC  (14+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages

[v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt
 2023-02-15  3:16 UTC  (7+ messages)
` [v2 PATCH 1/5] mm: page_alloc: add API for bulk allocator with callback
` [v2 PATCH 2/5] mm: mempool: extract the common initialization and alloc code
` [v2 PATCH 3/5] mm: mempool: introduce page bulk allocator
` [v2 PATCH 4/5] md: dm-crypt: move crypt_free_buffer_pages ahead
` [v2 PATCH 5/5] md: dm-crypt: use mempool page bulk allocator

revert blk-cgroup changs
 2023-02-15  1:30 UTC  (8+ messages)
` [PATCH 1/5] Revert "blk-cgroup: move the cgroup information to struct gendisk"
` [PATCH 2/5] Revert "blk-cgroup: delay calling blkcg_exit_disk until disk_release"
` [PATCH 3/5] Revert "blk-cgroup: delay blk-cgroup initialization until add_disk"
` [PATCH 4/5] Revert "blk-cgroup: pass a gendisk to blkg_lookup"
` [PATCH 5/5] Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"

[LSF/MM/BPF BoF]: extend UBLK to cover real storage hardware
 2023-02-15  0:51 UTC  (7+ messages)

[PATCH v2 0/18] pata_parport: protocol drivers fixes and cleanups
 2023-02-14 23:50 UTC  (20+ messages)
` [PATCH 01/18] pata_parport: fix EPAT C7/C8 Kconfig
` [PATCH 02/18] pata_parport: probe all units automatically
` [PATCH 03/18] pata_parport: Remove pi_swab16 and pi_swab32
` [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6
` [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter
` [PATCH 07/18] pata_parport: remove device "
` [PATCH 08/18] pata_parport: remove typedef struct PIA
` [PATCH 09/18] pata_parport: remove verbose parameter from log_adapter()
` [PATCH 10/18] pata_parport: remove scratch "
` [PATCH 11/18] pata_parport: use dev_* instead of printk
` [PATCH 12/18] pata_parport: use print_hex_*
` [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines
` [PATCH 14/18] pata_parport: remove bpck6 verbose parameter
` [PATCH 15/18] pata_parport: remove verbose parameter from test_proto()
` [PATCH 16/18] pata_parport: remove scratch "
` [PATCH 17/18] pata_parport: remove obsolete changelogs
` [PATCH 18/18] pata_parport: move pata_parport.h to drivers/ata/pata_parport

[PATCH 0/12] pata_parport: protocol drivers cleanups
 2023-02-14 20:55 UTC  (29+ 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

[bug report] WARNING at fs/proc/generic.c:376 proc_register+0x131/0x1c0 observed with blktests scsi
 2023-02-14 18:43 UTC  (2+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/5] iov_iter: Adjust styling/location of new splice functions
 2023-02-14 15:49 UTC  (12+ messages)
` [PATCH v3 1/5] splice: Rename "
` [PATCH v3 2/5] splice: Provide pipe_head_buf() helper
` [PATCH v3 3/5] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH v3 4/5] splice: Move filemap_read_splice() to mm/filemap.c
` [PATCH v3 5/5] shmem, overlayfs, coda, tty, proc, kernfs, random: Fix splice-read

[PATCH] block: sync mixed merged request's failfast with 1st bio's
 2023-02-14 15:05 UTC  (2+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
 2023-02-14 10:33 UTC  (7+ messages)

Panele fotowaltaiczne
 2023-02-10  8:30 UTC 

[PATCH] blk-ioprio: Introduce promote-to-rt policy
 2023-02-14  8:52 UTC  (14+ messages)

regression in next-20230213: "splice: Do splice read from a buffered file without using ITER_PIPE"
 2023-02-14  8:33 UTC  (4+ messages)

[PATCH V2] blktests: add test to cover umount one deleted disk
 2023-02-14  6:37 UTC  (6+ messages)

[PATCH blktests] nvme/046: add test for unprivileged passthrough
 2023-02-14  5:54 UTC  (5+ messages)

[syzbot] linux-next boot error: general protection fault in blkg_destroy_all
 2023-02-14  4:58 UTC 

[PATCH blktests v2 0/2] nvme: add test for unprivileged passthrough
 2023-02-14  4:47 UTC  (3+ messages)
` [PATCH blktests v2 1/2] check, common/rc: support normal user privilege
` [PATCH blktests v2 2/2] nvme/046: add test for unprivileged passthrough

[PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
 2023-02-13 23:25 UTC  (20+ messages)
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
    ` [PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
  ` [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 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

[PATCH] blk-cgroup: delay calling blkcg_exit_disk until disk_release
 2023-02-13  8:42 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


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