linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-18 05:56:53 to 2023-09-22 11:32:06 UTC [more...]

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-22 11:30 UTC  (4+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests

[PATCH] docs: block: blk-mq.rst: correct places -> place
 2023-09-22 11:30 UTC  (2+ messages)

[bug report] RIP: 0010:throtl_trim_slice+0xc6/0x320 caused kernel panic
 2023-09-22 10:17 UTC  (5+ messages)

[PATCH v16 00/12] Implement copy offload support
 2023-09-22  9:56 UTC  (15+ messages)
    ` [PATCH v16 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v16 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v16 03/12] block: add copy offload support
    ` [PATCH v16 04/12] block: add emulation for copy
    ` [PATCH v16 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v16 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v16 07/12] nvme: add copy offload support
    ` [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v16 09/12] dm: Add support for copy offload
    ` [PATCH v16 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v16 11/12] null: Enable trace capability for null block
    ` [PATCH v16 12/12] null_blk: add support for copy offload

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22  9:34 UTC  (19+ messages)
` [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v5 02/11] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v5 03/11] iov_iter: Renumber ITER_* constants
` [PATCH v5 04/11] iov_iter: Derive user-backedness from the iterator type
` [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs
` [PATCH v5 06/11] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v5 08/11] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v5 09/11] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v5 10/11] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v5 11/11] iov_iter, net: Move hash_and_copy_to_iter() to net/

[PATCH] block: fix use-after-free of q->q_usage_counter
 2023-09-22  9:26 UTC  (3+ messages)

[PATCH v2 0/5] blk-mq: optimize queue_rqs() support
 2023-09-22  8:54 UTC  (7+ messages)
` [PATCH v2 3/5] blk-mq: support batched queue_rqs() on shared tags queue
` [PATCH v2 4/5] blk-mq: update driver tags request table when start request
` [PATCH v2 5/5] block/null_blk: add queue_rqs() support

[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-09-22  8:04 UTC 

[PATCH] io_uring: cancelable uring_cmd
 2023-09-22  2:25 UTC  (4+ messages)

[PATCH 00/13] Pass data temperature information to zoned UFS devices
 2023-09-21 20:47 UTC  (25+ messages)
` [PATCH 01/13] fs/f2fs: Restore the whint_mode mount option
` [PATCH 02/13] fs: Restore support for F_GET_FILE_RW_HINT and F_SET_FILE_RW_HINT
` [PATCH 03/13] fs: Restore kiocb.ki_hint
` [PATCH 04/13] block: Restore write hint support
` [PATCH 05/13] scsi: core: Query the Block Limits Extension VPD page
` [PATCH 06/13] scsi_proto: Add struct io_group_descriptor
` [PATCH 07/13] sd: Translate data lifetime information
` [PATCH 08/13] scsi_debug: Reduce code duplication
` [PATCH 09/13] scsi_debug: Support the block limits extension VPD page
` [PATCH 10/13] scsi_debug: Rework page code error handling
` [PATCH 11/13] scsi_debug: Rework subpage "
` [PATCH 12/13] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH 13/13] scsi_debug: Maintain write statistics per group number

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-09-21  9:06 UTC  (35+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 02/18] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 03/18] block/buffer_head: introduce block_{index_to_sector,sector_to_index}
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors
` [PATCH 05/18] fs/mpage: "
` [PATCH 06/18] fs: Allow fine-grained control of folio sizes
` [PATCH 07/18] mm/filemap: allocate folios with mapping order preference
` [PATCH 08/18] mm/readahead: "
` [PATCH 09/18] fs/buffer: use mapping order in grow_dev_page()
` [PATCH 10/18] block/bdev: lift restrictions on supported blocksize
` [PATCH 11/18] block/bdev: enable large folio support for large logical block sizes
` [PATCH 12/18] brd: convert to folios
` [PATCH 13/18] brd: abstract page_size conventions
` [PATCH 14/18] brd: use memcpy_{to,from}_folio()
` [PATCH 15/18] brd: make sector size configurable
` [PATCH 16/18] brd: make logical "
` [PATCH 17/18] xfs: remove check for block sizes smaller than PAGE_SIZE
` [PATCH 18/18] nvme: enable logical block size > PAGE_SIZE

[syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2)
 2023-09-21 18:15 UTC 

blktests: changing rdma default driver from rdma_rxe to siw
 2023-09-21  1:39 UTC  (2+ messages)

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-21  0:38 UTC  (9+ messages)
` [syzbot] [block] "

[RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-20 21:51 UTC  (12+ messages)
` [RFC PATCH v2 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH v2 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH v2 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH v2 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH v2 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH v2 7/9] iov_iter: Add extract "
` [RFC PATCH v2 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH v2 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

remove get_super
 2023-09-20 20:41 UTC  (3+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl

[PATCH v3] null_blk: replace strncpy with strscpy
 2023-09-20 15:38 UTC  (2+ messages)

[PATCH v2] aoe: replace strncpy with strscpy
 2023-09-20 15:36 UTC  (2+ messages)

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-09-19 23:18 UTC  (5+ messages)

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-19 21:51 UTC  (17+ messages)
  ` [PATCH 6/6] shmem: add large folios support to the "
    ` [PATCH 1/6] filemap: make the folio order calculation shareable

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-09-19 16:28 UTC  (10+ messages)
    ` [PATCH v2 1/6] shmem: drop BLOCKS_PER_PAGE macro
    ` [PATCH v2 2/6] shmem: return freed pages in shmem_free_swap
    ` [PATCH v2 3/6] shmem: account for large order folios
    ` [PATCH v2 4/6] shmem: add order parameter support to shmem_alloc_folio
    ` [PATCH v2 5/6] shmem: add file length in shmem_get_folio path
    ` [PATCH v2 6/6] shmem: add large folios support to the write path

[PATCH 0/5] Improve zram writeback performance
 2023-09-19 14:20 UTC  (4+ messages)

Pytanie o samochód
 2023-09-19  7:35 UTC 

[PATCH AUTOSEL 6.1 20/22] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
 2023-09-18 20:57 UTC  (4+ messages)

[PATCH] block: correct stale comment in rq_qos_wait
 2023-09-18 20:15 UTC  (3+ messages)

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-18 18:42 UTC  (12+ messages)

[PATCH v12 00/16] Improve write performance for zoned UFS devices
 2023-09-18 16:55 UTC  (17+ messages)
` [PATCH v12 01/16] block: Introduce more member variables related to zone write locking
` [PATCH v12 02/16] block: Only use write locking if necessary
` [PATCH v12 03/16] block/mq-deadline: Only use zone "
` [PATCH v12 04/16] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v12 05/16] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v12 06/16] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v12 07/16] scsi: core: Retry unaligned zoned writes
` [PATCH v12 08/16] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v12 09/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v12 10/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v12 11/16] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v12 12/16] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v12 13/16] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v12 14/16] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v12 15/16] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v12 16/16] scsi: ufs: Inform the block layer about write ordering

[PATCH 00/10] io_uring/ublk: exit notifier support
 2023-09-18 16:03 UTC  (6+ messages)

[PATCH] aoe: refactor deprecated strncpy
 2023-09-18 14:00 UTC  (5+ messages)

[PATCH v2] null_blk: refactor deprecated strncpy
 2023-09-18 13:59 UTC  (2+ messages)

[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
 2023-09-18  5:55 UTC  (3+ messages)
` [PATCH v3 4/4] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT


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