1
0
Fork 0
remarkable-linux/fs/9p
Linus Torvalds bf3d846b78 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs updates from Al Viro:
 "Assorted stuff; the biggest pile here is Christoph's ACL series.  Plus
  assorted cleanups and fixes all over the place...

  There will be another pile later this week"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (43 commits)
  __dentry_path() fixes
  vfs: Remove second variable named error in __dentry_path
  vfs: Is mounted should be testing mnt_ns for NULL or error.
  Fix race when checking i_size on direct i/o read
  hfsplus: remove can_set_xattr
  nfsd: use get_acl and ->set_acl
  fs: remove generic_acl
  nfs: use generic posix ACL infrastructure for v3 Posix ACLs
  gfs2: use generic posix ACL infrastructure
  jfs: use generic posix ACL infrastructure
  xfs: use generic posix ACL infrastructure
  reiserfs: use generic posix ACL infrastructure
  ocfs2: use generic posix ACL infrastructure
  jffs2: use generic posix ACL infrastructure
  hfsplus: use generic posix ACL infrastructure
  f2fs: use generic posix ACL infrastructure
  ext2/3/4: use generic posix ACL infrastructure
  btrfs: use generic posix ACL infrastructure
  fs: make posix_acl_create more useful
  fs: make posix_acl_chmod more useful
  ...
2014-01-28 08:38:04 -08:00
..
Kconfig
Makefile
acl.c fs: make posix_acl_create more useful 2014-01-25 23:58:18 -05:00
acl.h
cache.c
cache.h
fid.c
fid.h
v9fs.c 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
v9fs.h 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
v9fs_vfs.h 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
vfs_addr.c 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
vfs_dentry.c
vfs_dir.c
vfs_file.c 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
vfs_inode.c 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
vfs_inode_dotl.c 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
vfs_super.c 9P: introduction of a new cache=mmap model. 2014-01-10 09:20:51 -06:00
xattr.c 9p: fix return value in case in v9fs_fid_xattr_set() 2013-11-23 16:10:31 -06:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c