Jinyoung Choi ([email protected])

Number of posts: 124 (0.17 per day)
First post: 2021-09-28 06:41:21
Last post: 2023-09-22 20:03:13

Date List Subject
2023-09-22 20:03:13 linux-kernel RE: [PATCH v16 03/12] block: add copy offload support
2023-09-22 13:11:22 linux-kernel RE: [PATCH v16 04/12] block: add emulation for copy
2023-08-10 03:20:56 linux-kernel RE:(2) [PATCH v3 0/4] multi-page bvec configuration for integrity payload
2023-08-03 04:07:42 linux-kernel [PATCH v3 3/4] bio-integrity: cleanup adding integrity pages to bip's bvec.
2023-08-03 03:59:43 linux-kernel [PATCH v3 0/4] multi-page bvec configuration for integrity payload
2023-08-03 03:53:20 linux-kernel [PATCH v3 4/4] bio-integrity: create multi-page bvecs in bio_integrity_add_page()
2023-08-03 03:40:39 linux-kernel [PATCH v3 1/4] block: make bvec_try_merge_hw_page() non-static
2023-08-03 03:19:06 linux-kernel [PATCH v3 2/4] bio-integrity: update the payload size in bio_integrity_add_page()
2023-08-03 02:19:20 linux-kernel RE:(2) [PATCH v2 3/4] bio-integrity: cleanup adding integrity pages to bip's bvec
2023-07-31 14:26:24 linux-kernel [PATCH v2 3/4] bio-integrity: cleanup adding integrity pages to bip's bvec
2023-07-31 14:16:05 linux-kernel [PATCH v2 0/4] multi-page bvec configuration for integrity payload
2023-07-31 13:39:52 linux-kernel [PATCH v2 4/4] bio-integrity: create multi-page bvecs in bio_integrity_add_page()
2023-07-31 13:35:57 linux-kernel [PATCH v2 1/4] block: make bvec_try_merge_hw_page() non-static
2023-07-31 13:25:48 linux-kernel [PATCH v2 2/4] bio-integrity: Sets the payload size in bio_integrity_add_page()
2023-07-31 08:39:33 linux-kernel RE:(2) [PATCH v2] md/bitmap: Avoid protection error writing bitmap page with block integrity
2023-07-31 06:57:30 linux-kernel RE:(2) [PATCH 2/2] bio-integrity: create multi-page bvecs in bio_integrity_add_page()
2023-07-28 10:29:11 linux-kernel [PATCH 2/2] bio-integrity: create multi-page bvecs in bio_integrity_add_page()
2023-07-28 09:01:24 linux-kernel [PATCH 1/2] block: make bvec_try_merge_hw_page() non-static
2023-07-28 08:37:37 linux-kernel [PATCH 0/2] multi-page bvec configuration for integrity payload
2023-07-25 05:38:19 linux-kernel [PATCH] block: cleanup bio_integrity_prep
2023-07-20 10:10:21 linux-kernel [PATCH v2] md/bitmap: Avoid protection error writing bitmap page with block integrity
2023-07-20 08:06:06 linux-kernel [PATCH] md/bitmap: Fix bitmap page writing problem when using block integrity
2023-07-20 08:02:52 linux-kernel RE:(2) [PATCH] md/bitmap: Fix bitmap page writing problem when using block integrity
2023-06-29 03:48:07 linux-kernel RE:(2) [PATCH] scsi: ufs: Optimize the WB flush process to save device power consumption
2023-05-17 03:12:40 linux-kernel RE:(2) [PATCH v2 12/14] block: add helper function for iteration of bip's bvec
2023-05-17 02:28:09 linux-kernel RE:(2) [PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for integrity process
2023-05-16 13:44:33 linux-kernel RE:(2) [PATCH v2 05/14] block: blk-merge: fix to add the number of integrity segments to the request twice
2023-05-16 12:56:27 linux-kernel RE:(2) [PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()
2023-05-10 09:42:05 linux-kernel [PATCH v2 12/14] block: add helper function for iteration of bip's bvec
2023-05-10 09:41:29 linux-kernel [PATCH v2 07/14] block: add helper function to get the number of integrity segments
2023-05-10 09:41:25 linux-kernel [PATCH v2 11/14] nvme: rdma: change how to find the number of integrity of request
2023-05-10 09:40:35 linux-kernel [PATCH v2 08/14] scsi: add scsi_alloc_integrity_sgtables() for integrity process
2023-05-10 09:38:45 linux-kernel [PATCH v2 10/14] block: blk-integrity: change how to find the number of integrity of bio
2023-05-10 09:35:38 linux-kernel [PATCH v2 09/14] scsi: change to use blk_rq_nr_integrity_segments() instead of blk_rq_count_integrity_sg()
2023-05-10 09:32:36 linux-kernel [PATCH v2 14/14] block: blk-integrity: remove blk_rq_count_integrity_sg()
2023-05-10 09:20:31 linux-kernel [PATCH v2 01/14] block: bio: separation to reuse a part of the function
2023-05-10 09:18:48 linux-kernel [PATCH v2 06/14] block: blk-merge: fix merging two requests in ll_merge_requests_fn
2023-05-10 09:18:48 linux-kernel [PATCH v2 04/14] block: fix not to apply bip information in blk_rq_bio_prep()
2023-05-10 09:17:59 linux-kernel [PATCH v2 05/14] block: blk-merge: fix to add the number of integrity segments to the request twice
2023-05-10 09:09:27 linux-kernel [PATCH v2 13/14] block: blk-integrity: change sg-table configuration method for integrity
2023-05-10 09:09:22 linux-kernel [PATCH v2 02/14] block: bio-integrity: modify bio_integrity_add_page()
2023-05-10 09:06:34 linux-kernel [PATCH v2 00/14] Change the integrity configuration method in block
2023-05-10 09:04:38 linux-kernel [PATCH v2 03/14] block: bio-integrity: cleanup bio_integrity_prep
2023-05-04 06:54:08 linux-kernel RE:(2) [PATCH 02/15] block: blk-integiry: add helper functions for bio_integrity_add_page
2023-05-04 06:38:40 linux-kernel RE:(2) [PATCH 01/15] block: bio: rename page_is_mergeable to bio_page_is_mergeable and make non-static
2023-05-04 06:24:45 linux-kernel RE:(2) [PATCH 05/15] block: fix not to apply bip information in blk_rq_bio_prep()
2023-05-03 10:40:14 linux-kernel [PATCH 12/15] nvme: rdma: change how to find the number of integrity of request
2023-05-03 10:39:23 linux-kernel [PATCH 14/15] block: blk-integrity: change sg-table configuration method for integrity
2023-05-03 10:36:16 linux-kernel [PATCH 15/15] block: blk-integrity: remove blk_rq_count_integrity_sg()
2023-05-03 10:32:26 linux-kernel [PATCH 13/15] block: add helper function for iteration of bip's bvec
2023-05-03 10:31:45 linux-kernel [PATCH 11/15] block: blk-integrity: change how to find the number of integrity of bio