Re: [PATCH] Btrfs: add statx support

2017-05-19 Thread David Sterba
On Fri, May 12, 2017 at 03:07:43PM -0700, Omar Sandoval wrote: > From: Yonghong Song > > Return enhanced file attributes from the btrfs, including: > (1). inode creation time as stx_btime, and > (2). Certain BTRFS_INODE_xxx flags are mapped to stx_attributes flags. > > Example

[PATCH] Btrfs: add statx support

2017-05-12 Thread Omar Sandoval
From: Yonghong Song Return enhanced file attributes from the btrfs, including: (1). inode creation time as stx_btime, and (2). Certain BTRFS_INODE_xxx flags are mapped to stx_attributes flags. Example output: [root@localhost ~]# cat t.sh touch t chattr