All of lore.kernel.org
 help / color / mirror / Atom feed
* Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits()
@ 2020-07-29 22:47 Ritika Srivastava
  2020-07-29 22:47 ` [PATCH 1/2] block: Return blk_status_t instead of errno codes Ritika Srivastava
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Ritika Srivastava @ 2020-07-29 22:47 UTC (permalink / raw)
  To: linux-block; +Cc: axboe, ritika.srivastava

Hi,
These patches address the comments from previous v1 version
block: return BLK_STS_NOTSUPP if operation is not supported

Updates since v1:
- Document scenario and SCSI error encountered in a comment in blk_cloned_rq_check_limits().
- Add a patch to switch returning errno codes to blk_status_t in blk_cloned_rq_check_limits().

Please review the following patches.
[PATCH 1/2] block: Return blk_status_t instead of errno codes
[PATCH v2 2/2] block: return BLK_STS_NOTSUPP if operation is not supported

Thanks,
Ritika

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits()
@ 2020-09-01 20:17 Ritika Srivastava
  2020-09-01 20:17 ` [PATCH 1/2] block: Return blk_status_t instead of errno codes Ritika Srivastava
  0 siblings, 1 reply; 17+ messages in thread
From: Ritika Srivastava @ 2020-09-01 20:17 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, ritika.srivastava

Hi Jens,

I applied the following patches on 5.10 branch and there are only line number changes.

[PATCH 1/2] block: Return blk_status_t instead of errno codes
[PATCH v4 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits

I am resending the patches applied on top of 5.10 branch.

$ git log --oneline --decorate -n 5
5749f24 (HEAD, for-5.10/block) block: better deal with the delayed not supported case in blk_cloned_rq_check_limits
bb79f6e block: Return blk_status_t instead of errno codes
9493111 (origin/for-5.10/block) block: remove the unused q argument to part_in_flight and part_in_flight_rw
8eeee76 block: remove the disk argument to delete_partition
7f201bc block: cleanup __alloc_disk_node

Thanks,
Ritika

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-09-01 20:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 22:47 Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits() Ritika Srivastava
2020-07-29 22:47 ` [PATCH 1/2] block: Return blk_status_t instead of errno codes Ritika Srivastava
2020-08-14  6:26   ` Christoph Hellwig
2020-08-26 17:03     ` Ritika Srivastava
2020-08-26 17:19       ` Jens Axboe
2020-08-26 17:23         ` Ritika Srivastava
2020-08-28 15:52           ` Ritika Srivastava
2020-08-28 15:52             ` Jens Axboe
2020-08-28 17:10               ` Ritika Srivastava
2020-08-31 15:38                 ` Jens Axboe
2020-08-31 23:02                   ` Ritika Srivastava
2020-07-29 22:47 ` [PATCH v2 2/2] block: return BLK_STS_NOTSUPP if operation is not supported Ritika Srivastava
2020-08-14  6:37   ` Christoph Hellwig
2020-08-17 18:10     ` Ritika Srivastava
2020-08-05 17:54 ` Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits() Ritika Srivastava
2020-08-13 19:13   ` Ritika Srivastava
2020-09-01 20:17 Ritika Srivastava
2020-09-01 20:17 ` [PATCH 1/2] block: Return blk_status_t instead of errno codes Ritika Srivastava

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.