1. 5b7f582 NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_message by Dave Wysochanski · 6 years ago
  2. 967f650 NFS: reject request for id_legacy key without auxdata by Eric Biggers · 6 years ago
  3. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 8 years ago
  4. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  5. fb2a525 NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring() by Anna Schumaker · 9 years ago
  6. 13985b1 NFS: drop unneeded goto by Julia Lawall · 9 years ago
  7. 7b32038 NFS: Rename idmap.c to nfs4idmap.c by Anna Schumaker · 9 years ago[Renamed from fs/nfs/idmap.c]
  8. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 9 years ago
  9. d67ae82 pnfs/flexfiles: Add the FlexFile Layout Driver by Tom Haynes · 9 years ago
  10. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  11. 633706a Merge branch 'keys-fixes' into keys-next by David Howells · 10 years ago
  12. f916778 KEYS: user: Use key preparsing by David Howells · 10 years ago
  13. 0c7774a KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN by David Howells · 10 years ago
  14. 2127d82 NFSv4: Convert idmapper to use the new framework for pipefs dentries by Trond Myklebust · 11 years ago
  15. d763125 NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister by Trond Myklebust · 11 years ago
  16. 1f2d30b NFSv4: Add tracepoints for debugging the idmapper by Trond Myklebust · 11 years ago
  17. 393faff NFSv4: Deal with a sparse warning in nfs_idmap_get_key() by Trond Myklebust · 11 years ago
  18. ffa57b9 NFS: Improve legacy idmapping fallback by Bryan Schumaker · 11 years ago
  19. cf4ab53 NFSv4: Fix the string length returned by the idmapper by Trond Myklebust · 11 years ago
  20. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  22. 9f309c8 nfs: Convert idmap to use kuids and kgids by Eric W. Biederman · 11 years ago
  23. 4e963d4 nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc by Eric W. Biederman · 11 years ago
  24. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  25. ddfc4e1 NFS: Set key construction data for the legacy upcall by Bryan Schumaker · 12 years ago
  26. f8aa23a KEYS: Use keyring_alloc() to create special keyrings by David Howells · 12 years ago
  27. 2afdfa5 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  28. 7297cb6 nfs: replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  29. 57a5104 NFS: Use kzalloc() instead of kmalloc() in the idmapper by Bryan Schumaker · 12 years ago
  30. 0cac120 NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall data by Trond Myklebust · 12 years ago
  31. e9ab41b6 NFSv4: Clean up the legacy idmapper upcall by Trond Myklebust · 12 years ago
  32. 0e24d84 NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapper by Trond Myklebust · 12 years ago
  33. 12dfd08 NFS: return -ENOKEY when the upcall fails to map the name by Bryan Schumaker · 12 years ago
  34. c506694 NFS: Clear key construction data if the idmap upcall fails by Bryan Schumaker · 12 years ago
  35. fac1e8e NFS: Keep module parameters in the generic NFS client by Bryan Schumaker · 12 years ago
  36. a427b9e NFS: Fix a number of bugs in the idmapper by David Howells · 12 years ago
  37. b102743 NFS: Force the legacy idmapper to be single threaded by Bryan Schumaker · 12 years ago
  38. 54ac471 NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation by Trond Myklebust · 12 years ago
  39. 4697bd5 NFSv4: Fix a race in the net namespace mount notification by Trond Myklebust · 12 years ago
  40. 73ea666 NFS: Use proper naming conventions for the nfs_client.net field by Chuck Lever · 12 years ago
  41. 5abc03c NFS: kmalloc() doesn't return an ERR_PTR() by Dan Carpenter · 12 years ago
  42. 71dfc5f NFS: get module in idmap PipeFS notifier callback by Stanislav Kinsbursky · 12 years ago
  43. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  44. 11588f4 NFS: Check return value from rpc_queue_upcall() by Bryan Schumaker · 12 years ago
  45. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  46. 57e6232 NFS: Store the legacy idmapper result in the keyring by Bryan Schumaker · 12 years ago
  47. e9dbca8 NFS: release per-net clients lock before calling PipeFS dentries creation by Stanislav Kinsbursky · 12 years ago
  48. 685f50f NFSv4: Further reduce the footprint of the idmapper by Trond Myklebust · 12 years ago
  49. d073e9b NFSv4: Reduce the footprint of the idmapper by Trond Myklebust · 12 years ago
  50. 17347d0 NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefined by Stanislav Kinsbursky · 12 years ago
  51. dc03085 NFS: make nfs_client_lock per net ns by Stanislav Kinsbursky · 12 years ago
  52. 6b13168 NFS: make nfs_client_list per net ns by Stanislav Kinsbursky · 12 years ago
  53. 3cd0f37 NFS: Keep idmapper include files in one place by Bryan Schumaker · 12 years ago
  54. e6499c6 NFS: Fall back on old idmapper if request_key() fails by Bryan Schumaker · 12 years ago
  55. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  56. f9fd2d9 NFS: printks in fs/nfs/ should start with NFS: by Weston Andros Adamson · 12 years ago
  57. eee1732 NFS: idmap PipeFS notifier introduced by Stanislav Kinsbursky · 12 years ago
  58. 4929d1d NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routines by Stanislav Kinsbursky · 12 years ago
  59. 30507f5 SUNRPC: remove RPC PipeFS mount point reference from RPC client by Stanislav Kinsbursky · 12 years ago
  60. c239d83 SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation by Stanislav Kinsbursky · 12 years ago
  61. d706ed1 SUNPRC: cleanup RPC PipeFS pipes upcall interface by Stanislav Kinsbursky · 12 years ago
  62. 700920e KEYS: Allow special keyrings to be cleared by David Howells · 12 years ago
  63. 6926afd NFSv4: Save the owner/group name string when doing open by Trond Myklebust · 12 years ago
  64. c122515 SUNRPC/NFS: make rpc pipe upcall generic by Peng Tao · 13 years ago
  65. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  66. b064eca2 NFSv4: Send unmapped uid/gids to the server when using auth_sys by Trond Myklebust · 13 years ago
  67. e4fd72a NFSv4: cleanup idmapper functions to take an nfs_server argument by Trond Myklebust · 13 years ago
  68. f0b8516 NFSv4: Send unmapped uid/gids to the server if the idmapper fails by Trond Myklebust · 13 years ago
  69. 5cf36cf NFSv4: If the server sends us a numeric uid/gid then accept it by Trond Myklebust · 13 years ago
  70. 5f3e97c nfs: fix mispelling of idmap CONFIG symbol by J. Bruce Fields · 13 years ago
  71. 8f0d97b nfs: testing the wrong variable by Dan Carpenter · 14 years ago
  72. 955a857 NFS: new idmapper by Bryan Schumaker · 14 years ago
  73. 7d217ca SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path by Trond Myklebust · 15 years ago
  74. b693ba4 SUNRPC: Constify rpc_pipe_ops... by Trond Myklebust · 15 years ago
  75. 90dc7d2 nfs: fix sparse warnings by Harvey Harrison · 16 years ago
  76. d24aae4 NFS: Use size_t for storing name lengths by Chuck Lever · 16 years ago
  77. a661b77 NFS: Fix use of copy_to_user() in idmap_pipe_upcall by Chuck Lever · 16 years ago
  78. 369af0f NFS: Clean up fs/nfs/idmap.c by Chuck Lever · 16 years ago
  79. fee7f23 NFS: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  80. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 17 years ago
  81. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  82. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  83. b716279 NFS: Return an error when starting the idmapping pipe by David Howells · 18 years ago
  84. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  85. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  86. 8f8e7a5 SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs by Trond Myklebust · 18 years ago
  87. 5d67476 SUNRPC: make rpc_unlink() take a dentry argument instead of a path by Trond Myklebust · 18 years ago
  88. 8b4bdcf NFS: Store the file system "fsid" value in the NFS super block. by Trond Myklebust · 18 years ago
  89. c9d5128 NFS: sem2mutex idmap.c by Ingo Molnar · 18 years ago
  90. bd64754 NFS: kzalloc conversion in fs/nfs by Eric Sesterhenn · 18 years ago
  91. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 18 years ago
  92. 58df095 NFSv4: Allow entries in the idmap cache to expire by Trond Myklebust · 18 years ago
  93. 4ce7971 [PATCH] NFS: Header file cleanup... by Trond Myklebust · 19 years ago
  94. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  95. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago