[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220806153022.83748-1-zhangboyang.id@gmail.com>
Date: Sat, 6 Aug 2022 23:30:21 +0800
From: Zhang Boyang <zhangboyang.id@...il.com>
To: Jens Axboe <axboe@...nel.dk>, Christoph Hellwig <hch@....de>,
linux-block@...r.kernel.org
Cc: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
Jan Kara <jack@...e.cz>, Ming Lei <ming.lei@...hat.com>,
"Darrick J . Wong" <djwong@...nel.org>,
Chaitanya Kulkarni <kch@...dia.com>,
Damien Le Moal <damien.lemoal@...nsource.wdc.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH V2 0/1] loop: introduce LO_FLAGS_NO_DEALLOC
Hi,
This patch gives userspace ability to prevent underlying file of loop
device to be sparse. Currently, if loop device is 'trimmed'
(BLKDISCARD), then underlying file will always become sparse and disk
space freed. This behaviour is good for thin provisioning but not good
for preallocated disk images. This patch introduces LO_FLAGS_NO_DEALLOC
flag, which will write zeroes to underlying file instead of punching
holes when BLKDISCARD is requested. Thus reducing file fragmentation of
preallocated disk images and improve performance.
I will also submit patches to util-linux to provide userspace support if
this patch is merged.
Changes in V1->V2:
Renamed NODEALLOC to NO_DEALLOC, to avoid confusion between NO_DEALLOC
and NODE_ALLOC. Suggested by Jens Axboe.
Best Regards,
Zhang Boyang
Powered by blists - more mailing lists