1. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  2. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  3. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  4. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  5. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  6. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  7. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  8. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  9. eed631e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  10. f5de939 Prevent oopsing in posix_acl_valid() by Daniel J Blueman · 13 years ago
  11. c704005 btrfs: unify checking of IS_ERR and null by David Sterba · 13 years ago
  12. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  13. 329c505 Btrfs: Check validity before setting an acl by Miao Xie · 13 years ago
  14. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  15. cb5520f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  16. eab49be Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 by Chris Mason · 13 years ago
  17. d0f6968 Btrfs: Don't return acl info when mounting with noacl option by Miao Xie · 13 years ago
  18. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  19. 42838bb btrfs: Mem leak in btrfs_get_acl() by Jesper Juhl · 14 years ago
  20. 258a5aa btrfs: provide simple rcu-walk ACL implementation by Nick Piggin · 14 years ago
  21. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  22. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  23. 834e747 Btrfs: handle ERR_PTR from posix_acl_from_xattr() by Dan Carpenter · 14 years ago
  24. 731e3d1 Btrfs: prohibit a operation of changing acl's mask when noacl mount option used by Shi Weihua · 14 years ago
  25. 2f26afb Btrfs: should add a permission check for setfacl by Shi Weihua · 14 years ago
  26. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  27. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  28. 67f15b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  29. f858153 Btrfs: fix a memory leak in btrfs_init_acl by Yang Hongyang · 14 years ago
  30. 30a0f5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  31. a9cc71a Btrfs: deal with NULL acl sent to btrfs_set_acl by Chris Mason · 15 years ago
  32. ebfee3d Merge branch btrfs-master into for-linus by Chris Mason · 15 years ago
  33. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  34. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  35. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  36. 3baf0be Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code by Chris Ball · 15 years ago
  37. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  38. 5affd88 switch btrfs to inode->i_acl by Al Viro · 15 years ago
  39. 7df336e Fix btrfs when ACLs are configured out by Al Viro · 15 years ago
  40. 7b1a14b Btrfs: fix acl caching by Chris Mason · 15 years ago
  41. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  42. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  43. 95819c0 Btrfs: optimize btrget/set/removexattr by Christoph Hellwig · 16 years ago
  44. eaa47d8 btrfs: optmize listxattr by Christoph Hellwig · 16 years ago
  45. eab922e Btrfs: compile when posix acl's are disabled by Josef Bacik · 16 years ago
  46. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  47. c1e32da Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23) by Chris Mason · 16 years ago
  48. fb4bc1e Btrfs: Fix compile on 2.6.22 kernel by Yan · 17 years ago
  49. 744f52f Btrfs: Implement ACLs setting and getting by Yan · 17 years ago
  50. 1caf934 Btrfs: Make ACLs return EOPNOTSUPP for now by Josef Bacik · 17 years ago
  51. 5103e94 xattr support for btrfs by Josef Bacik · 17 years ago