1. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  4. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  5. c5ef603 VFS: net/: d_inode() annotations by David Howells · 9 years ago
  6. adcda65 rpc_pipe: Drop memory allocation cast by Himangi Saraogi · 10 years ago
  7. 23e66ba rpc_pipe: fix cleanup of dummy gssd directory when notification fails by Jeff Layton · 11 years ago
  8. e2f0c83 sunrpc: add an "info" file for the dummy gssd pipe by Jeff Layton · 11 years ago
  9. 3396f92 rpc_pipe: remove the clntXX dir if creating the pipe fails by Jeff Layton · 11 years ago
  10. 89f8424 sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check by Jeff Layton · 11 years ago
  11. 4b9a445 sunrpc: create a new dummy pipe for gssd to hold open by Jeff Layton · 11 years ago
  12. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  13. 1e903ed sunrpc: switch to %pd by Al Viro · 11 years ago
  14. 298fc35 SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects by Trond Myklebust · 11 years ago
  15. c36dcfe1 SUNRPC: Remove the rpc_client->cl_dentry by Trond Myklebust · 11 years ago
  16. 6739ffb SUNRPC: Add a framework to clean up management of rpc_pipefs directories by Trond Myklebust · 11 years ago
  17. 55909f2 SUNRPC: Deprecate rpc_client->cl_protname by Trond Myklebust · 11 years ago
  18. 275448e rpc_pipe: convert back to simple_dir_inode_operations by Jeff Layton · 11 years ago
  19. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. dae3794 sunrpc: now we can just set ->s_d_op by Al Viro · 11 years ago
  21. d3db90b __rpc_lookup_create_exclusive: pass string instead of qstr by Al Viro · 11 years ago
  22. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  23. 4f8568c rpc_pipe: rpc_dir_inode_operations can be static by Fengguang Wu · 11 years ago
  24. 76fa666 rpc_pipe: set dentry operations at d_alloc time by Jeff Layton · 11 years ago
  25. adb6fa7 SUNRPC: fix races on PipeFS UMOUNT notifications by Stanislav Kinsbursky · 11 years ago
  26. 3848160 SUNRPC: fix races on PipeFS MOUNT notifications by Stanislav Kinsbursky · 11 years ago
  27. e401452 rpc_pipefs: only set rpc_dentry_ops if d_op isn't already set by Jeff Layton · 11 years ago
  28. 2aed8b4 SUNRPC: Convert auth_gss pipe detection to work in namespaces by Trond Myklebust · 11 years ago
  29. abfdbd5 SUNRPC: Faster detection if gssd is actually running by Trond Myklebust · 11 years ago
  30. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  31. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  32. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  33. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  34. 642fe4d SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_info by Trond Myklebust · 12 years ago
  35. 749386e SUNRPC: remove BUG_ON in rpc_put_sb_net by Weston Andros Adamson · 12 years ago
  36. d8af9bc1 SUNRPC: Clean up dprintk messages in rpc_pipe.c by Chuck Lever · 12 years ago
  37. 92123e0 rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointer by Jeff Layton · 12 years ago
  38. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  39. b3f87b9 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  40. 7e450b4 rpc_pipefs: clear write bit from top level rpc_pipefs directory by Jeff Layton · 12 years ago
  41. bda1460 sunrpc: fix kernel-doc warnings by Randy Dunlap · 12 years ago
  42. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  43. 37629b5 SUNRPC: set per-net PipeFS superblock before notification by Stanislav Kinsbursky · 12 years ago
  44. 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  45. b3537c3 sunrpc: create nfsd dir in rpc_pipefs by Jeff Layton · 12 years ago
  46. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  47. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  48. 09acfea SUNRPC: Fix a few sparse warnings by Trond Myklebust · 12 years ago
  49. 4e0038b SUNRPC: Move clnt->cl_server into struct rpc_xprt by Trond Myklebust · 12 years ago
  50. 2446ab6 SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field by Trond Myklebust · 12 years ago
  51. 591ad7f SUNRPC: move waitq from RPC pipe to RPC inode by Stanislav Kinsbursky · 12 years ago
  52. 2c9030e SUNRPC: check RPC inode's pipe reference before dereferencing by Stanislav Kinsbursky · 12 years ago
  53. 12bc372 SUNRPC: kernel PipeFS mount point creation routines removed by Stanislav Kinsbursky · 13 years ago
  54. eee1732 NFS: idmap PipeFS notifier introduced by Stanislav Kinsbursky · 13 years ago
  55. ad6b134 SUNRPC: fix pipe->ops cleanup on pipe dentry unlink by Stanislav Kinsbursky · 13 years ago
  56. 80df9d2 SUNRPC: subscribe RPC clients to pipefs notifications by Stanislav Kinsbursky · 13 years ago
  57. c239d83 SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation by Stanislav Kinsbursky · 13 years ago
  58. d706ed1 SUNPRC: cleanup RPC PipeFS pipes upcall interface by Stanislav Kinsbursky · 13 years ago
  59. d0fe13b SUNRPC: cleanup PipeFS redundant RPC inode usage by Stanislav Kinsbursky · 13 years ago
  60. ba9e097 SUNRPC: split SUNPRC PipeFS pipe data and inode creation by Stanislav Kinsbursky · 13 years ago
  61. 766347b SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations by Stanislav Kinsbursky · 13 years ago
  62. efc46bf SUNRPC: added debug messages to RPC pipefs by Stanislav Kinsbursky · 13 years ago
  63. c21a588 SUNRPC: pipefs per-net operations helper introduced by Stanislav Kinsbursky · 13 years ago
  64. 90c4e82 SUNRPC: put pipefs superblock link on network namespace by Stanislav Kinsbursky · 13 years ago
  65. 432eb1a SUNRPC: pipefs dentry lookup helper introduced by Stanislav Kinsbursky · 13 years ago
  66. 2d00131 SUNRPC: send notification events on pipefs sb creation and destruction by Stanislav Kinsbursky · 13 years ago
  67. 021c68d SUNRPC: hold current network namespace while pipefs superblock is active by Stanislav Kinsbursky · 13 years ago
  68. 38b0da7 SUNRPC: create RPC pipefs superblock per network namespace context by Stanislav Kinsbursky · 13 years ago
  69. 5bff038 SUNRPC: remove non-exclusive pipe creation from RPC pipefs by Stanislav Kinsbursky · 13 years ago
  70. 64f1426 sunrpc: propagate umode_t by Al Viro · 13 years ago
  71. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  72. ef78cc7 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  73. c122515 SUNRPC/NFS: make rpc pipe upcall generic by Peng Tao · 13 years ago
  74. dcbf8c3 sunrpc: add MODULE_ALIAS to match the filesystem name by Michal Schmidt · 13 years ago
  75. 89f0e4f sunrpc: Reduce switch/case indent by Joe Perches · 13 years ago
  76. b9d919a Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  77. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  78. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  79. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  80. beb0f0a kernel panic when mount NFSv4 by Trond Myklebust · 14 years ago
  81. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  82. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  83. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  84. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  85. a6f8dbc sunrpc: remove the big kernel lock by Arnd Bergmann · 14 years ago
  86. 655b5bb net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  87. 006abe8 SUNRPC: Fix a race in rpc_info_open by Trond Myklebust · 14 years ago
  88. 5a67657 SUNRPC: Fix race corrupting rpc upcall by Trond Myklebust · 14 years ago
  89. 674b604 sunrpc: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  90. f1f0abe sunrpc: handle allocation errors from __rpc_lookup_create() by Dan Carpenter · 14 years ago
  91. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  92. fc7bed8 Don't bother with d_genocide in rpc_pipe by Al Viro · 14 years ago
  93. 1a5778a net: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  94. 4111d4f sunrpc/rpc_pipe: fix kernel-doc notation by Randy Dunlap · 15 years ago
  95. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  96. e571cbf NFS: Add a dns resolver for use with NFSv4 referrals and migration by Trond Myklebust · 15 years ago
  97. 96c61cb SUNRPC: Fix a typo in cache_pipefs_files by Trond Myklebust · 15 years ago
  98. 8854e82 SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code by Trond Myklebust · 15 years ago
  99. e57aed7 SUNRPC: One more clean up for rpc_create_client_dir() by Trond Myklebust · 15 years ago
  100. 23ac658 SUNRPC: clean up rpc_setup_pipedir() by Trond Myklebust · 15 years ago