1. 89f0e4f sunrpc: Reduce switch/case indent by Joe Perches · 13 years ago
  2. 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
  3. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  4. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  5. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  6. beb0f0a kernel panic when mount NFSv4 by Trond Myklebust · 14 years ago
  7. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  8. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  9. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  10. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  11. a6f8dbc sunrpc: remove the big kernel lock by Arnd Bergmann · 14 years ago
  12. 655b5bb net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  13. 006abe8 SUNRPC: Fix a race in rpc_info_open by Trond Myklebust · 14 years ago
  14. 5a67657 SUNRPC: Fix race corrupting rpc upcall by Trond Myklebust · 14 years ago
  15. 674b604 sunrpc: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  16. f1f0abe sunrpc: handle allocation errors from __rpc_lookup_create() by Dan Carpenter · 14 years ago
  17. 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
  18. fc7bed8 Don't bother with d_genocide in rpc_pipe by Al Viro · 14 years ago
  19. 1a5778a net: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  20. 4111d4f sunrpc/rpc_pipe: fix kernel-doc notation by Randy Dunlap · 15 years ago
  21. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  22. e571cbf NFS: Add a dns resolver for use with NFSv4 referrals and migration by Trond Myklebust · 15 years ago
  23. 96c61cb SUNRPC: Fix a typo in cache_pipefs_files by Trond Myklebust · 15 years ago
  24. 8854e82 SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code by Trond Myklebust · 15 years ago
  25. e57aed7 SUNRPC: One more clean up for rpc_create_client_dir() by Trond Myklebust · 15 years ago
  26. 23ac658 SUNRPC: clean up rpc_setup_pipedir() by Trond Myklebust · 15 years ago
  27. 7d59d1e SUNRPC: Clean up rpc_create_client_dir() by Trond Myklebust · 15 years ago
  28. 458adb8b SUNRPC: Rename rpc_mkdir to rpc_create_client_dir() by Trond Myklebust · 15 years ago
  29. bb15674 SUNRPC: rpc_pipefs cleanup by Trond Myklebust · 15 years ago
  30. ac6fece SUNRPC: Clean up rpc_populate/depopulate by Trond Myklebust · 15 years ago
  31. cfeaa4a SUNRPC: Clean up rpc_lookup_create by Trond Myklebust · 15 years ago
  32. 810d90b SUNRPC: Clean up rpc_unlink() by Trond Myklebust · 15 years ago
  33. 7589806 SUNRPC: Clean up file creation code in rpc_pipefs by Trond Myklebust · 15 years ago
  34. b5bb61d SUNRPC: Clean up rpc_pipefs lookup code... by Trond Myklebust · 15 years ago
  35. 7364af6 SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall by Trond Myklebust · 15 years ago
  36. b693ba4 SUNRPC: Constify rpc_pipe_ops... by Trond Myklebust · 15 years ago
  37. 3ba13d1 constify dentry_operations: rest by Al Viro · 15 years ago
  38. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  39. 61054b1 nfsd: support callbacks with gss flavors by Olga Kornievskaia · 16 years ago
  40. e712804 rpc: call release_pipe only on last close by \"J. Bruce Fields\ · 16 years ago
  41. c381060 rpc: add an rpc_pipe_open method by \"J. Bruce Fields\ · 16 years ago
  42. 468039e SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL by Trond Myklebust · 16 years ago
  43. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  44. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  45. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  46. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  47. 65b6e42 docbook: sunrpc filenames and notation fixes by Randy Dunlap · 16 years ago
  48. 9b45b74 SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate() by Chuck Lever · 17 years ago
  49. a6eaf8b SUNRPC: Move exported declarations to the function declarations by Trond Myklebust · 17 years ago
  50. 93a44a7 sunrpc: document the rpc_pipefs kernel api by J. Bruce Fields · 17 years ago
  51. eda4f9b sunrpc: rpc_pipe_poll may miss available data in some cases by J. Bruce Fields · 17 years ago
  52. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  53. bf19aac nfs: add server port to rpc_pipe info file by J. Bruce Fields · 17 years ago
  54. 50e437d SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks by Trond Myklebust · 17 years ago
  55. 4011cd9 SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends by Trond Myklebust · 17 years ago
  56. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  57. 4ac4efc sunrpc: use vfs_path_lookup by Josef 'Jeff' Sipek · 17 years ago
  58. 03a1256 SUNRPC: Add a field to track the number of kernel users of an rpc_pipe by Trond Myklebust · 17 years ago
  59. 62e1761 SUNRPC: Clean up rpc_pipefs. by Trond Myklebust · 17 years ago
  60. 34f3089 SUNRPC: Enable non-exclusive create in rpc_mkpipe() by Trond Myklebust · 17 years ago
  61. 6e84c7b SUNRPC: Add a downcall queue to struct rpc_inode by Trond Myklebust · 17 years ago
  62. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  63. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  64. 5bd5f58 sunrpc: fix error path in module_init by Akinobu Mita · 17 years ago
  65. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  66. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  67. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  68. 1d21632 NFSv4: Ensure non-root user can trigger a referral automount by Trond Myklebust · 17 years ago
  69. 303b46b [PATCH] struct path: convert sunrpc by Josef Sipek · 18 years ago
  70. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  71. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  72. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  73. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  74. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  75. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  76. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  77. a53a3c5 NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers by Steve Dickson · 18 years ago
  78. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  79. e7f7865 SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API by Chuck Lever · 18 years ago
  80. 68adb0a SUNRPC: rpc_unlink() must check for unhashed dentries by Trond Myklebust · 18 years ago
  81. dff02cc NFS: clean up rpc_rmdir by Trond Myklebust · 18 years ago
  82. 5d67476 SUNRPC: make rpc_unlink() take a dentry argument instead of a path by Trond Myklebust · 18 years ago
  83. 5c3e985 SUNRPC: Fix obvious refcounting bugs in rpc_pipefs. by Trond Myklebust · 18 years ago
  84. c6573c2 [PATCH] lockdep: annotate sunrpc code by Arjan van de Ven · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  86. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  87. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  88. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 18 years ago
  89. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  90. 53846a2 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  91. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  92. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  93. 5428154 SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs by Trond Myklebust · 18 years ago
  94. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 18 years ago
  95. 24c5d9d SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic by Trond Myklebust · 18 years ago
  96. adb12f6 SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code by Trond Myklebust · 18 years ago
  97. 9842ef3 SUNRPC: rpc_timeout_upcall_queue should not sleep by Trond Myklebust · 18 years ago
  98. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  99. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 19 years ago
  100. 969b7f2 SUNRPC: Fix a potential race in rpc_pipefs. by Trond Myklebust · 19 years ago