kernel-fxtec-pro1x/fs/btrfs
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code
Replace the ->check_acl method with a ->get_acl method that simply reads an
ACL from disk after having a cache miss.  This means we can replace the ACL
checking boilerplate code with a single implementation in namei.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-07-25 14:30:23 -04:00
..
acl.c fs: take the ACL checks to common code 2011-07-25 14:30:23 -04:00
async-thread.c
async-thread.h
btrfs_inode.h
compat.h
compression.c
compression.h
ctree.c Btrfs: don't map extent buffer if path->skip_locking is set 2011-06-10 12:14:12 +02:00
ctree.h fs: take the ACL checks to common code 2011-07-25 14:30:23 -04:00
delayed-inode.c btrfs: fix inconsonant inode information 2011-06-27 11:34:27 -04:00
delayed-inode.h btrfs: fix inconsonant inode information 2011-06-27 11:34:27 -04:00
delayed-ref.c
delayed-ref.h
dir-item.c
disk-io.c btrfs: kill magical embedded struct superblock 2011-07-20 01:44:20 -04:00
disk-io.h
export.c
export.h
extent-tree.c Btrfs: fix type mismatch in find_free_extent() 2011-06-25 09:31:06 -04:00
extent_io.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 2011-06-05 06:17:23 +09:00
extent_io.h btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cacheline 2011-06-10 18:57:10 -04:00
extent_map.c
extent_map.h
file-item.c
file.c fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
free-space-cache.c Btrfs: make sure to update total_bitmaps when freeing cache V3 2011-06-25 09:31:06 -04:00
free-space-cache.h
hash.h
inode-item.c
inode-map.c btrfs: add helper for fs_info->closing 2011-06-04 08:11:22 -04:00
inode-map.h
inode.c fs: take the ACL checks to common code 2011-07-25 14:30:23 -04:00
ioctl.c get rid of useless dget_parent() in fs/btrfs/ioctl.c 2011-07-20 20:48:00 -04:00
ioctl.h
Kconfig
locking.c
locking.h
lzo.c
Makefile
ordered-data.c
ordered-data.h
orphan.c
print-tree.c
print-tree.h
ref-cache.c
ref-cache.h
relocation.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 2011-06-20 08:58:53 -07:00
root-tree.c
scrub.c btrfs: remove unneeded includes from scrub.c 2011-06-10 14:59:52 +02:00
struct-funcs.c
super.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 2011-07-08 23:25:45 -07:00
sysfs.c btrfs: Remove unused sysfs code 2011-06-17 14:54:18 -04:00
transaction.c Btrfs: avoid delayed metadata items during commits 2011-06-17 16:38:47 -04:00
transaction.h
tree-defrag.c
tree-log.c btrfs: fix dereference of ERR_PTR value 2011-06-17 14:54:17 -04:00
tree-log.h
version.h
volumes.c Btrfs: don't panic if we get an error while balancing V2 2011-07-06 18:46:43 -04:00
volumes.h
xattr.c
xattr.h
zlib.c