linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 15:17:32 to 2023-05-22 13:55:22 UTC [more...]

[PATCH v22 00/31] splice: Kill ITER_PIPE
 2023-05-22 13:50 UTC  (25+ messages)
` [PATCH v22 01/31] splice: Fix filemap_splice_read() to use the correct inode
` [PATCH v22 02/31] splice: Make filemap_splice_read() check s_maxbytes
` [PATCH v22 03/31] splice: Rename direct_splice_read() to copy_splice_read()
` [PATCH v22 04/31] splice: Clean up copy_splice_read() a bit
` [PATCH v22 05/31] splice: Make do_splice_to() generic and export it
` [PATCH v22 06/31] splice: Check for zero count in vfs_splice_read()
` [PATCH v22 07/31] splice: Make splice from an O_DIRECT fd use copy_splice_read()
` [PATCH v22 08/31] splice: Make splice from a DAX file "
` [PATCH v22 09/31] shmem: Implement splice-read
` [PATCH v22 10/31] overlayfs: "
` [PATCH v22 11/31] coda: "
` [PATCH v22 12/31] tty, proc, kernfs, random: Use copy_splice_read()
` [PATCH v22 13/31] net: Make sock_splice_read() use copy_splice_read() by default
` [PATCH v22 14/31] 9p: Add splice_read wrapper
` [PATCH v22 15/31] afs: Provide a splice-read wrapper
` [PATCH v22 16/31] ceph: "
` [PATCH v22 17/31] ecryptfs: "
` [PATCH v22 18/31] ext4: "
` [PATCH v22 19/31] f2fs: "
` [PATCH v22 20/31] nfs: "
` [PATCH v22 21/31] ntfs3: "
` [PATCH v22 22/31] ocfs2: "
` [PATCH v22 23/31] orangefs: "
` [PATCH v22 24/31] xfs: "

[syzbot] [block?] [reiserfs?] KASAN: user-memory-access Write in zram_slot_lock
 2023-05-22 13:47 UTC 

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-22 12:53 UTC  (70+ messages)
` [PATCH v21 01/30] splice: Fix filemap of a blockdev
` [PATCH v21 02/30] splice: Make filemap_splice_read() check s_maxbytes
` [PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
` [PATCH v21 04/30] splice: Clean up copy_splice_read() a bit
` [PATCH v21 05/30] splice: Make do_splice_to() generic and export it
` [PATCH v21 06/30] splice: Check for zero count in vfs_splice_read()
` [PATCH v21 07/30] splice: Make splice from an O_DIRECT fd use copy_splice_read()
` [PATCH v21 08/30] splice: Make splice from a DAX file "
` [PATCH v21 09/30] shmem: Implement splice-read
` [PATCH v21 10/30] overlayfs: "
` [PATCH v21 11/30] coda: "
` [PATCH v21 12/30] tty, proc, kernfs, random: Use copy_splice_read()
` [PATCH v21 13/30] net: Make sock_splice_read() use copy_splice_read() by default
` [PATCH v21 14/30] 9p: Add splice_read stub
` [PATCH v21 15/30] afs: Provide a splice-read stub
` [PATCH v21 16/30] ceph: "
` [PATCH v21 17/30] ecryptfs: "
` [PATCH v21 18/30] ext4: "
` [PATCH v21 19/30] f2fs: "
` [PATCH v21 20/30] nfs: "
` [PATCH v21 21/30] ntfs3: "
` [PATCH v21 22/30] ocfs2: "
` [PATCH v21 23/30] orangefs: "
` [PATCH v21 24/30] xfs: "
` [PATCH v21 25/30] zonefs: "
` [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()
` [PATCH v21 27/30] cifs: Use filemap_splice_read()
` [PATCH v21 28/30] splice: Use filemap_splice_read() instead of generic_file_splice_read()
` [PATCH v21 29/30] splice: Remove generic_file_splice_read()
` [PATCH v21 30/30] iov_iter: Kill ITER_PIPE

[PATCH RESEND] blk-wbt: fix that wbt can't be disabled by default
 2023-05-22 12:18 UTC 

[PATCH -next v2 0/6] blk-wbt: minor fix and cleanup
 2023-05-22 12:12 UTC  (4+ messages)

[PATCH v11 0/9] Implement copy offload support
 2023-05-22 11:45 UTC  (11+ messages)
  ` [PATCH v11 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
  ` [PATCH v11 3/9] block: add emulation for copy
  ` [PATCH v11 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v11 5/9] nvme: add copy offload support
  ` [PATCH v11 6/9] nvmet: add copy command support for bdev and file ns
  ` [PATCH v11 7/9] dm: Add support for copy offload
  ` [PATCH v11 8/9] dm: Enable copy offload for dm-linear target
  ` [PATCH v11 9/9] null_blk: add support for copy offload

[PATCH 1/1] blk-mq: fix race condition in active queue accounting
 2023-05-22  9:46 UTC  (11+ messages)

[PATCH] block: remove redundant req_op in blk_rq_is_passthrough
 2023-05-22  9:31 UTC  (2+ messages)

[PATCH -next] block: Fix the partition start may overflow in add_partition()
 2023-05-22  7:06 UTC 

[PATCH V1] block: Fix null pointer dereference issue on struct io_cq
 2023-05-22  6:19 UTC  (5+ messages)

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-22  2:53 UTC  (5+ messages)

[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
 2023-05-22  2:29 UTC  (4+ messages)
` [PATCH blktests] loop/009: add test for loop partition uvents

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

[PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
 2023-05-22  1:53 UTC  (23+ messages)
` [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
  ` [PATCH v20 09/32] tty, proc, kernfs, random: Use direct_splice_read()
  ` [PATCH v20 13/32] ceph: Provide a splice-read stub
  ` [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic

[PATCH] Documentation: add initial iomap kdoc
 2023-05-21 16:43 UTC  (5+ messages)

less special casing for flush requests v2
 2023-05-21 14:06 UTC  (14+ messages)
` [PATCH 1/7] blk-mq: factor out a blk_rq_init_flush helper
` [PATCH 2/7] blk-mq: reflow blk_insert_flush
` [PATCH 4/7] blk-mq: use the I/O scheduler for writes from the flush state machine
` [PATCH 5/7] blk-mq: defer to the normal submission path for post-flush requests
` [PATCH 7/7] blk-mq: don't use the requeue list to queue flush commands

[PATCH] block: introduce block_io_start/block_io_done tracepoints
 2023-05-21  3:51 UTC  (2+ messages)

[PATCH] ublk: fix build warning on iov_iter_get_pages2
 2023-05-21  2:18 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.4-rc3
 2023-05-20 18:31 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 4/4] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:24 UTC 

[PATCH AUTOSEL 4.19 5/5] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:24 UTC 

[PATCH AUTOSEL 5.10 7/8] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 8/8] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE

[PATCH AUTOSEL 5.4 5/5] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:23 UTC 

[PATCH AUTOSEL 5.15 10/11] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 11/11] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE

[PATCH AUTOSEL 6.1 13/14] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:20 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 14/14] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE

[PATCH AUTOSEL 6.3 17/18] nbd: Fix debugfs_create_dir error checking
 2023-05-20 18:17 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 18/18] block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE

[PATCH] block: don't plug in blkdev_write_iter
 2023-05-20 11:43 UTC  (2+ messages)

[PATCH] block: remove NFL4_UFLG_MASK
 2023-05-20 11:38 UTC  (2+ messages)

[RFC PATCH v2 0/3] Move usages of struct __call_single_data to call_single_data_t
 2023-05-20  5:29 UTC  (4+ messages)
` [RFC PATCH v2 1/3] blk-mq: Move csd inside struct request so it's 32-byte aligned
` [RFC PATCH v2 2/3] blk-mq: Change request->csd type to call_single_data_t
` [RFC PATCH v2 3/3] smp: Change signatures to use call_single_data_t

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

[PATCH 0/1] s390/dasd: fix command reject error on ESE devices
 2023-05-20  2:04 UTC  (2+ messages)

[PATCH V3 0/7] ublk: cleanup and support user copy
 2023-05-20  2:04 UTC  (2+ messages)

[PATCH] block: BFQ: Move an invariant check
 2023-05-20  2:04 UTC  (2+ messages)

[PATCH] fs: remove the special !CONFIG_BLOCK def_blk_fops
 2023-05-20  1:49 UTC  (2+ messages)

rationalize the flow in bio_add_page and friends
 2023-05-20  1:49 UTC  (2+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-05-19 23:07 UTC  (8+ messages)
` [PATCH v7 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support

[PATCH v20 13/32] ceph: Provide a splice-read stub
 2023-05-19  8:40 UTC 


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