Bug 455571

Summary: GFS2: [RFE] fiemap support for GFS2
Product: [Fedora] Fedora Reporter: Steve Whitehouse <swhiteho>
Component: GFS-kernelAssignee: Steve Whitehouse <swhiteho>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: adas, bmarzins, esandeen, rpeterso
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-06 08:26:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 242066, 296951    
Bug Blocks: 476626    
Attachments:
Description Flags
First guesstimated patch
none
Latest version of patch
none
My version of Eric's test program none

Description Steve Whitehouse 2008-07-16 10:38:00 UTC
GFS2 should support fiemap directly.

Comment 1 Steve Whitehouse 2008-10-06 13:46:42 UTC
Created attachment 319557 [details]
First guesstimated patch

Based on the current proposed upstream patches. Not tested. Need to resolve locking order issue wrt the inode mutex. Currently this compiles, but is untested.

Comment 2 Steve Whitehouse 2008-10-14 14:01:33 UTC
Created attachment 320301 [details]
Latest version of patch

As posted for review by the powers that be.

Comment 3 Steve Whitehouse 2008-10-14 14:05:49 UTC
Created attachment 320303 [details]
My version of Eric's test program

I updated this from the version I found on the mailing lists so that it works with the latest FIEMAP impelmentation. Might need to copy some kernel headers to /usr/include/linux by hand as it looks like make headers_install doesn't do that.

Comment 4 Steve Whitehouse 2009-01-06 08:26:43 UTC
This hit Linus' kernel today.