1. 9e3ff38 Merge branch 'next-queue' into next by James Morris · 12 years ago
  2. 700920e KEYS: Allow special keyrings to be cleared by David Howells · 12 years ago
  3. 7250170 cifs: integer overflow in parse_dacl() by Dan Carpenter · 12 years ago
  4. a5ff376 cifs: Call id to SID mapping functions to change owner/group (try #4 repost) by Shirish Pargaonkar · 13 years ago
  5. 21fed0d cifs: Add data structures and functions for uid/gid to SID mapping (try #4) by Shirish Pargaonkar · 13 years ago
  6. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  7. e22906c cifs: Do not set cifs/ntfs acl using a file handle (try #4) by Shirish Pargaonkar · 13 years ago
  8. ef1d575 cifs/ubifs: Fix shrinker API change fallout by Al Viro · 13 years ago
  9. 4f61258 [CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required) by Steve French · 13 years ago
  10. 383c553 [CIFS] Fix endian error comparing authusers when cifsacl enabled by Steve French · 13 years ago
  11. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  12. c4aca0c cifs: Change key name to cifs.idmap, misc. clean-up by Shirish Pargaonkar · 13 years ago
  13. 0e6e37a cifs: fix some unused variable warnings in id_rb_search by Jeff Layton · 13 years ago
  14. 9409ae5 cifs: Invoke id mapping functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  15. 4d79dba cifs: Add idmap key and related data structures and functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  16. b73b9a4 [CIFS] Allow to set extended attribute cifs_acl (try #2) by Steve French · 13 years ago
  17. 8132b65 cifs: add check for kmalloc in parse_dacl by Stanislav Fomichev · 13 years ago
  18. 2fbc2f1 cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other by Shirish Pargaonkar · 14 years ago
  19. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  20. fbeba8b cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4) by Shirish Pargaonkar · 14 years ago
  21. 78415d2 cifs: Misc. cleanup in cifsacl handling [try #4] by Shirish Pargaonkar · 14 years ago
  22. 987b21d cifs: Percolate error up to the caller during get/set acls [try #4] by Shirish Pargaonkar · 14 years ago
  23. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  24. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  25. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  26. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 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. 6ab409b cifs: Replace wrtPending with a real reference count by Dave Kleikamp · 15 years ago
  29. 0b8f18e cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget by Jeff Layton · 15 years ago
  30. b96d31a cifs: clean up set_cifs_acl interfaces by Christoph Hellwig · 15 years ago
  31. 1bf4072 cifs: reorganize get_cifs_acl by Christoph Hellwig · 15 years ago
  32. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  33. b1910ad [CIFS] Fix improper endian conversion of ACL subauth field by Shirish Pargaonkar · 16 years ago
  34. 536abdb cifs: fix wksidarr declaration to be big-endian friendly by Jeff Layton · 16 years ago
  35. af4b3c3 [CIFS] fix build warning by Steve French · 16 years ago
  36. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  37. cce246e [CIFS] Fix acl length when very short ACL being modified by chmod by Steve French · 16 years ago
  38. 2b210ad cifs: fix misannotations by Al Viro · 16 years ago
  39. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 16 years ago
  40. d9f382e [CIFS] patch to fix incorrect encoding of number of aces on set mode by Shirish Pargaonkar · 16 years ago
  41. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  42. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  43. 9783758 [CIFS] Allow setting mode via cifs acl by Steve French · 17 years ago
  44. 9b5e685 regression: cifs endianness bug by Al Viro · 17 years ago
  45. 2b83457 [CIFS] Fix check after use error in ACL code by Steve French · 17 years ago
  46. ce06c9f [CIFS] add mode to acl conversion helper function by Steve French · 17 years ago
  47. 15b0395 [CIFS] Fix incorrect mode when ACL had deny access control entries by Steve French · 17 years ago
  48. 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
  49. 7505e05 [CIFS] If no Access Control Entries, set mode perm bits to zero by Steve French · 17 years ago
  50. 953f868 [CIFS] Don't request too much permission when reading an ACL by Steve French · 17 years ago
  51. e01b640 [CIFS] enable get mode from ACL when cifsacl mount option specified by Shirish Pargaonkar · 17 years ago
  52. b9c7a2b [CIFS] ACL support part 8 by Steve French · 17 years ago
  53. d61e580 [CIFS] acl support part 7 by Steve French · 17 years ago
  54. 630f3f0c [CIFS] acl support part 6 by Steve French · 17 years ago
  55. 44093ca [CIFS] acl support part 6 by Steve French · 17 years ago
  56. 4879b44 [CIFS] ACL support part 5 by Steve French · 17 years ago
  57. d628ddb [CIFS] fix typo by Steve French · 17 years ago
  58. a750e77 [CIFS] acl support part 4 by Steve French · 17 years ago
  59. adddd49 [CIFS] build break by Steve French · 17 years ago
  60. adbc035 [CIFS] endian fixes by Steve French · 17 years ago
  61. ce51ae1 [CIFS] endian fixes in new acl code by Dave Kleikamp · 17 years ago
  62. af6f461 [CIFS] Fix some endianness problems in new acl code by Steve French · 17 years ago
  63. 8f18c13 [CIFS] remove compile warnings when debug disabled by Steve French · 17 years ago
  64. 297647c [CIFS] CIFS ACL support part 3 by Steve French · 17 years ago
  65. d12fd12 [CIFS] Cleanup formatting by Steve French · 17 years ago
  66. d0d66c4 [CIFS] CIFS ACL support (part 2) by Shirish Pargaonkar · 17 years ago
  67. 4084973 [CIFS] change misleading field name by Steve French · 17 years ago
  68. 6587400 [CIFS] fix cut and paste error - missing defines cause cifsacl build error by Steve French · 17 years ago
  69. bcb0203 [CIFS] move cifs acl code to new file and fix build break by Steve French · 17 years ago