From 436772374ae31eb6312c5244c8983e728d577624 Mon Sep 17 00:00:00 2001 From: kalpak Date: Fri, 8 Aug 2008 08:26:59 +0000 Subject: [PATCH] b=10555 i=adilger i=green i=girish add ldiskfs patches and lustre support for FIEMAP ioctl --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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. + ------------------------------------------------------------------------------- -- 1.8.3.1