]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Mar 2017 19:38:56 +0000 (11:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Mar 2017 19:38:56 +0000 (11:38 -0800)
Pull vfs 'statx()' update from Al Viro.

This adds the new extended stat() interface that internally subsumes our
previous stat interfaces, and allows user mode to specify in more detail
what kind of information it wants.

It also allows for some explicit synchronization information to be
passed to the filesystem, which can be relevant for network filesystems:
is the cached value ok, or do you need open/close consistency, or what?

From David Howells.

Andreas Dilger points out that the first version of the extended statx
interface was posted June 29, 2010:

    https://www.spinics.net/lists/linux-fsdevel/msg33831.html

* 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  statx: Add a system call to make enhanced file info available

17 files changed:
1  2 
drivers/block/loop.c
fs/cifs/inode.c
fs/exportfs/expfs.c
fs/ext4/ext4.h
fs/gfs2/inode.c
fs/libfs.c
fs/nfs/inode.c
fs/orangefs/orangefs-kernel.h
fs/overlayfs/copy_up.c
fs/overlayfs/inode.c
fs/proc/base.c
fs/proc/internal.h
fs/proc/proc_net.c
fs/proc/proc_sysctl.c
fs/proc/root.c
fs/stat.c
mm/shmem.c

Simple merge
diff --cc fs/cifs/inode.c
Simple merge
Simple merge
diff --cc fs/ext4/ext4.h
Simple merge
diff --cc fs/gfs2/inode.c
Simple merge
diff --cc fs/libfs.c
Simple merge
diff --cc fs/nfs/inode.c
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc fs/proc/base.c
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc fs/proc/root.c
Simple merge
diff --cc fs/stat.c
Simple merge
diff --cc mm/shmem.c
Simple merge