Bug 1371648

Summary: Support for futimens in glusterfs code
Product: [Community] GlusterFS Reporter: Jiffin <jthottan>
Component: coreAssignee: Jiffin <jthottan>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: atumball, bugs
Target Milestone: ---Keywords: Improvement, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-6.x Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-11 02:22:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiffin 2016-08-30 17:29:37 UTC
Description of problem:
Adding support for futimens() fuction in gluster code base. Gluster already has support for utimes but which is path based and ctime,mtime stored in micro seconds, where futimes have capability of storing those values in nanon second and it is fd based.

Version-Release number of selected component (if applicable):
mainline

Comment 1 Worker Ant 2016-08-30 17:36:01 UTC
REVIEW: http://review.gluster.org/15360 (poisx : add support for futimens in setattr call) posted (#1) for review on master by jiffin tony Thottan (jthottan)

Comment 2 Amar Tumballi 2019-05-11 02:22:39 UTC
https://review.gluster.org/#/c/glusterfs/+/14815/ (fixes this)