Kanchan Joshi ([email protected])

Number of posts: 139 (0.08 per day)
First post: 2019-03-29 07:58:35
Last post: 2023-12-06 10:23:13

Date List Subject
2023-12-06 10:23:13 linux-kernel [PATCH v18 04/12] block: add emulation for copy
2023-12-06 10:23:09 linux-kernel [PATCH v18 03/12] block: add copy offload support
2023-12-06 10:14:02 linux-kernel [PATCH v18 12/12] null_blk: add support for copy offload
2023-12-06 10:13:37 linux-kernel [PATCH v18 11/12] null: Enable trace capability for null block
2023-12-06 10:13:13 linux-kernel [PATCH v18 10/12] dm: Enable copy offload for dm-linear target
2023-12-06 10:12:54 linux-kernel [PATCH v18 09/12] dm: Add support for copy offload
2023-12-06 10:12:47 linux-kernel [PATCH v18 08/12] nvmet: add copy command support for bdev and file ns
2023-12-06 10:12:29 linux-kernel [PATCH v18 07/12] nvme: add copy offload support
2023-12-06 10:12:21 linux-kernel [PATCH v18 05/12] fs/read_write: Enable copy_file_range for block device.
2023-12-06 10:12:10 linux-kernel [PATCH v18 06/12] fs, block: copy_file_range for def_blk_ops for direct block device
2023-12-06 10:11:52 linux-kernel [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer.
2023-12-06 10:11:35 linux-kernel [PATCH v18 01/12] block: Introduce queue limits and sysfs for copy-offload support
2023-12-06 10:10:48 linux-kernel [PATCH v18 00/12] Implement copy offload support
2023-07-04 12:33:49 linux-kernel Re: [PATCH] nvme:fix the NVME_ID_NS_NVM_STS_MASK definition
2023-06-19 14:16:37 linux-kernel Re: [RFC PATCH v2 1/4] net: wire up support for file_operations->uring_cmd()
2023-05-29 06:23:54 linux-kernel Re: [PATCH v2] nvme: fix miss command type check
2023-04-21 12:20:40 linux-kernel Re: [PATCH v2 0/3] io_uring: Pass the whole sqe to commands
2023-03-28 05:16:29 linux-kernel Re: [PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2022-12-06 06:48:50 linux-kernel Re: [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
2022-11-17 08:00:52 linux-kernel Re: [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
2022-11-17 03:59:57 linux-kernel Re: [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
2022-10-25 14:01:17 linux-kernel Re: [PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O
2022-08-25 04:32:05 linux-kernel Re: [ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
2021-01-28 00:06:03 linux-kernel [RFC PATCH 1/4] block: introduce async ioctl operation
2021-01-28 00:04:54 linux-kernel [RFC PATCH 2/4] kernel: export task_work_add
2021-01-28 00:03:51 linux-kernel [RFC PATCH 3/4] nvme: add async ioctl support
2021-01-28 00:03:30 linux-kernel [RFC PATCH 4/4] io_uring: add async passthrough ioctl support
2021-01-28 00:02:50 linux-kernel [RFC PATCH 0/4] Asynchronous passthrough ioctl
2020-09-28 10:01:51 linux-kernel [PATCH v2 0/1] concurrency handling for zoned null-blk
2020-09-28 10:00:59 linux-kernel [PATCH v2 1/1] null_blk: synchronization fix for zoned device
2020-09-24 06:39:52 linux-kernel [PATCH] null_blk: synchronization fix for zoned device
2020-08-18 05:35:47 linux-kernel [PATCH 2/2] nvme: add emulation for zone-append
2020-08-18 05:34:57 linux-kernel [PATCH 1/2] nvme: set io-scheduler requirement for ZNS
2020-08-18 05:33:54 linux-kernel [PATCH 0/2] enable append-emulation for ZNS
2020-07-24 16:27:06 linux-kernel [PATCH v4 5/6] block: enable zone-append for iov_iter of bvec type
2020-07-24 16:26:40 linux-kernel [PATCH v4 4/6] block: add zone append handling for direct I/O path
2020-07-24 16:26:32 linux-kernel [PATCH v4 3/6] uio: return status with iov truncation
2020-07-24 16:25:25 linux-kernel [PATCH v4 6/6] io_uring: add support for zone-append
2020-07-24 16:24:08 linux-kernel [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2
2020-07-24 16:23:40 linux-kernel [PATCH v4 1/6] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
2020-07-24 16:23:24 linux-kernel [PATCH v4 0/6] zone-append support in io-uring and aio
2020-07-08 17:40:06 linux-kernel Re: [PATCH v3 4/4] io_uring: add support for zone-append
2020-07-08 17:38:08 linux-kernel Re: [PATCH v3 4/4] io_uring: add support for zone-append
2020-07-08 13:41:58 linux-kernel Re: [PATCH v3 4/4] io_uring: add support for zone-append
2020-07-07 20:28:11 linux-kernel Re: [PATCH v3 4/4] io_uring: add support for zone-append
2020-07-07 15:19:29 linux-kernel Re: [PATCH v3 4/4] io_uring: add support for zone-append
2020-07-06 14:02:33 linux-kernel Re: [PATCH v3 4/4] io_uring: add support for zone-append
2020-07-05 19:38:59 linux-kernel [PATCH v2] Fix zone-append error code
2020-07-05 19:35:54 linux-kernel [PATCH v2] block: fix error code for zone-append
2020-07-05 18:55:10 linux-kernel [PATCH v3 2/4] block: add zone append handling for direct I/O path
2020-07-05 18:54:41 linux-kernel [PATCH v3 3/4] block: enable zone-append for iov_iter of bvec type