From: kalpak Date: Fri, 8 Aug 2008 08:26:59 +0000 (+0000) Subject: b=10555 X-Git-Tag: v1_7_80~1^18~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=436772374ae31eb6312c5244c8983e728d577624;p=fs%2Flustre-release.git b=10555 i=adilger i=green i=girish add ldiskfs patches and lustre support for FIEMAP ioctl --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 7fe391f..cb64413 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -447,6 +447,13 @@ Bugzilla : 16140 Description: journal_dev option does not work in b1_6 Details : pass mount option during pre-mount. +Severity : enhancement +Bugzilla : 10555 +Description: Add a FIEMAP(FIle Extent MAP) ioctl for ldiskfs +Details : FIEMAP ioctl will allow an application to efficiently fetch the + extent information of a file. It can be used to map logical blocks + in a file to physical blocks in the block device. + -------------------------------------------------------------------------------