1. 69fbb44 reiserfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  2. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  4. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  5. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  6. 7dffc87 reiserfs_cache_default_acl(): use get_acl() by Al Viro · 8 years ago
  7. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  8. 1709399 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
  9. cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 10 years ago
  10. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 10 years ago
  11. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 10 years ago
  12. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 10 years ago
  13. 47f70d0 reiserfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  14. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  15. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  16. 9dad943 reiserfs: prefix ACL symbols with reiserfs_ by Christoph Hellwig · 11 years ago
  17. 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 11 years ago
  18. 4a85701 reiserfs: fix problems with chowning setuid file w/ xattrs by Jeff Mahoney · 11 years ago
  19. df81465 userns: Convert reiserfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  20. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  21. f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 12 years ago
  22. a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 12 years ago
  23. c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 12 years ago
  24. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  25. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  26. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  27. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  28. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  29. 238af87 reiserfs: don't acquire lock recursively in reiserfs_acl_chmod by Frederic Weisbecker · 14 years ago
  30. 94d09a9 reiserfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  31. 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
  32. 82062e7 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  33. 6c28705 reiserfs: Don't call reiserfs_get_acl() with the reiserfs lock by Frederic Weisbecker · 14 years ago
  34. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  35. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  36. 281eede switch reiserfs to inode->i_acl by Al Viro · 15 years ago
  37. 7a77b15 switch reiserfs to usual conventions for caching ACLs by Al Viro · 15 years ago
  38. e68888b reiserfs: minimal fix for ACL caching by Al Viro · 15 years ago
  39. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  40. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  41. 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 15 years ago
  42. 8b6dd72 reiserfs: make per-inode xattr locking more fine grained by Jeff Mahoney · 15 years ago
  43. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  44. 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  45. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  46. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  47. b9251b8 [PATCH] Fix reiserfs deadlock by Jan Kara · 18 years ago
  48. 3cdc409 [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an int by Adrian Bunk · 18 years ago
  49. 90947ef [PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl by Jeff Mahoney · 18 years ago
  50. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  51. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  52. 833d304 [PATCH] reiserfs: [kv]free() checking cleanup by James Lamanna · 19 years ago
  53. bd4c625 reiserfs: run scripts/Lindent on reiserfs code by Linus Torvalds · 19 years ago
  54. 9a59f45 [PATCH] remove <linux/xattr_acl.h> by Christoph Hellwig · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago