messages from 2023-09-19 13:56:37 to 2023-09-27 09:34:53 UTC [more...]
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-09-27 9:34 UTC (8+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 19/29] fs: "
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
2023-09-26 14:55 UTC (9+ messages)
[PATCH v16 00/12] Implement copy offload support
2023-09-26 10:07 UTC (18+ 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 v7 0/6] badblocks improvement for multiple bad block ranges
2023-09-26 6:44 UTC (3+ messages)
[PATCH] block: fix kernel-doc for disk_force_media_change()
2023-09-26 6:43 UTC (3+ messages)
[bug report] RIP: 0010:throtl_trim_slice+0xc6/0x320 caused kernel panic
2023-09-26 6:41 UTC (7+ messages)
[PATCH V4 0/2] io_uring: cancelable uring_cmd
2023-09-25 15:58 UTC (5+ messages)
` [PATCH V4 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V4 2/2] io_uring: cancelable uring_cmd
[PATCH] drivers/block: Updates loop_set_size comment
2023-09-25 13:48 UTC
[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
2023-09-25 12:34 UTC (14+ messages)
` [PATCH v7 01/12] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v7 03/12] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v7 04/12] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v7 05/12] iov_iter: Renumber ITER_* constants
` [PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type
` [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
` [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v7 09/12] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v7 10/12] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/
[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
2023-09-25 9:35 UTC (13+ messages)
` [syzbot] [block] "
remove get_super
2023-09-25 7:48 UTC (4+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
2023-09-23 10:31 UTC (23+ 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 v2 0/5] blk-mq: optimize queue_rqs() support
2023-09-23 7:01 UTC (9+ 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 v6 00/13] iov_iter: Convert the iterator macros into inline funcs
2023-09-22 18:51 UTC (16+ messages)
` [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v6 05/13] iov_iter: Renumber ITER_* constants
` [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v6 13/13] 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 18:21 UTC (4+ messages)
[PATCH 6.1] block: fix use-after-free of q->q_usage_counter
2023-09-22 18:15 UTC
[PATCH V3 0/2] io_uring: cancelable uring_cmd
2023-09-22 16:29 UTC (5+ messages)
` [PATCH V3 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V3 2/2] io_uring: cancelable uring_cmd
[PATCH V2] io_uring: cancelable uring_cmd
2023-09-22 15:24 UTC (3+ messages)
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
2023-09-22 11:30 UTC (11+ 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 v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC
[PATCH] docs: block: blk-mq.rst: correct places -> place
2023-09-22 11:30 UTC (2+ messages)
[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 (8+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 17/18] xfs: remove check for block sizes smaller than 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)
[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
[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 (9+ messages)
` [PATCH 6/6] shmem: add large folios support to the "
[PATCH v2 0/6] shmem: high order folios support in write path
2023-09-19 16:28 UTC (7+ messages)
` [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 v2 2/6] shmem: return freed pages in shmem_free_swap
[PATCH 0/5] Improve zram writeback performance
2023-09-19 14:20 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).