]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: make fallocate be hashed work
authorFengnan Chang <changfengnan@bytedance.com>
Mon, 23 Jun 2025 11:02:18 +0000 (19:02 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Jun 2025 14:58:44 +0000 (08:58 -0600)
commit88a80066af1617fab444776135d840467414beb6
treebd6ccb1c6b4119e2e28f6d798319cdaeaaa81a25
parent51a4598ad5d9eb6be4ec9ba65bbfdf0ac302eb2e
io_uring: make fallocate be hashed work

Like ftruncate and write, fallocate operations on the same file cannot
be executed in parallel, so it is better to make fallocate be hashed
work.

Signed-off-by: Fengnan Chang <changfengnan@bytedance.com>
Link: https://lore.kernel.org/r/20250623110218.61490-1-changfengnan@bytedance.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/opdef.c