Message ID | 20250317135742.4331-1-sidong.yang@furiosa.ai (mailing list archive) |
---|---|
Headers | show |
Series | introduce io_uring_cmd_import_fixed_vec | expand |
On 3/17/25 13:57, Sidong Yang wrote: > This patche series introduce io_uring_cmd_import_vec. With this function, > Multiple fixed buffer could be used in uring cmd. It's vectored version > for io_uring_cmd_import_fixed(). Also this patch series includes a usage > for new api for encoded read/write in btrfs by using uring cmd. You're vigorously ignoring the previous comment, you can't stick your name to my patches and send them as your own, that's not going to work. git format-patch and other tools allow to send other's patches in the same patch set without mutilating them.
On Tue, Mar 18, 2025 at 07:30:51AM +0000, Pavel Begunkov wrote: > On 3/17/25 13:57, Sidong Yang wrote: > > This patche series introduce io_uring_cmd_import_vec. With this function, > > Multiple fixed buffer could be used in uring cmd. It's vectored version > > for io_uring_cmd_import_fixed(). Also this patch series includes a usage > > for new api for encoded read/write in btrfs by using uring cmd. > > You're vigorously ignoring the previous comment, you can't stick > your name to my patches and send them as your own, that's not > going to work. git format-patch and other tools allow to send > other's patches in the same patch set without mutilating them. I'm just not familiar with this. That wasn't my intention. Sorry, Your patches will be included without modification. Thanks, Sidong > > -- > Pavel Begunkov >
On 3/18/25 1:41 AM, Sidong Yang wrote: > On Tue, Mar 18, 2025 at 07:30:51AM +0000, Pavel Begunkov wrote: >> On 3/17/25 13:57, Sidong Yang wrote: >>> This patche series introduce io_uring_cmd_import_vec. With this function, >>> Multiple fixed buffer could be used in uring cmd. It's vectored version >>> for io_uring_cmd_import_fixed(). Also this patch series includes a usage >>> for new api for encoded read/write in btrfs by using uring cmd. >> >> You're vigorously ignoring the previous comment, you can't stick >> your name to my patches and send them as your own, that's not >> going to work. git format-patch and other tools allow to send >> other's patches in the same patch set without mutilating them. > > I'm just not familiar with this. That wasn't my intention. Sorry, Your > patches will be included without modification. Assuming these are from a git branch you have, just ensure they are committed with Pavel as the author, and git send-email will do the right thing when sending out the patch.