1. 73e3302 NFS: Fix nfs_wb_page() to always exit with an error or a clean page by Trond Myklebust · 16 years ago
  2. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 16 years ago
  3. 240ee83 fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private() by Bryan Wu · 16 years ago
  4. 66d3aac NFS: initialize flags field in nfs_open_context by Jeff Layton · 16 years ago
  5. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  6. 7d3628b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  7. ecfc555a NFS: Always enable NFS direct I/O by Chuck Lever · 16 years ago
  8. 82d101d NFS: Show most mount options via nfs_show_options() by Chuck Lever · 16 years ago
  9. 3f8400d NFS: Save the values of the "mount*=" mount options by Chuck Lever · 16 years ago
  10. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 16 years ago
  11. 78fa701 NFS: Fix up data types of fields in nfs_parsed_mount_options by Chuck Lever · 16 years ago
  12. 2d76743 NFS: numeric mount parameters are unsigned by Chuck Lever · 16 years ago
  13. 7bda2cd NFS: clean up short packet handling for NFSv4 readdir by Jeff Layton · 16 years ago
  14. 643f811 NFS: clean up short packet handling for NFSv3 readdir by Jeff Layton · 16 years ago
  15. caa02bd NFS: clean up short packet handling for NFSv2 readdir by Jeff Layton · 16 years ago
  16. 4af68bf nfs: remove duplicate initializations of nfs_read_data field by Fred Isaman · 16 years ago
  17. 6d884e8 nfs: nfs_redirty_request by Fred · 16 years ago
  18. c7c350e Merge branch 'hotfixes' into devel by Trond Myklebust · 16 years ago
  19. f8512ad nfs: don't ignore return value from nfs_pageio_add_request by Fred Isaman · 16 years ago
  20. 2f63392 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  21. e6f1ceb [NET] endianness noise: INADDR_ANY by Al Viro · 16 years ago
  22. 2f42b5d NFS: fix encode_fsinfo_maxsz by Fred Isaman · 16 years ago
  23. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 16 years ago
  24. 9446389e Merge commit 'origin' into devel by Trond Myklebust · 16 years ago
  25. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  26. 4e99a1f NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings by Trond Myklebust · 16 years ago
  27. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 16 years ago
  28. af1b8c2 NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 16 years ago
  29. f9c3a38 NFS: use new LSM interfaces to explicitly set mount options by Eric Paris · 16 years ago
  30. cdd0972 Merge branch 'cleanups' into next by Trond Myklebust · 16 years ago
  31. 5e4424a SUNRPC: Remove now-redundant RCU-safe rpc_task free path by Trond Myklebust · 16 years ago
  32. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  33. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  34. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 16 years ago
  35. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 16 years ago
  36. 5746006 NFS: Add an nfsiod workqueue by Trond Myklebust · 16 years ago
  37. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 16 years ago
  38. 4b5621f NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c by Trond Myklebust · 16 years ago
  39. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 16 years ago
  40. 90dc7d2 nfs: fix sparse warnings by Harvey Harrison · 16 years ago
  41. 1227a74 NFS: flush signals before taking down callback thread by Jeff Layton · 16 years ago
  42. 52833e8 Merge branch 'linus_origin' into hotfixes by Trond Myklebust · 16 years ago
  43. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  44. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  45. 2785259 nfs: use GFP_NOFS preloads for radix-tree insertion by Nick Piggin · 16 years ago
  46. 8d04221 NFS: add missing spkm3 strings to mount option parser by Olga Kornievskaia · 16 years ago
  47. 2560665 NFS: remove error field from nfs_readdir_descriptor_t by Jeff Layton · 16 years ago
  48. 497799e NFS: missing spaces in KERN_WARNING by Dan Muntz · 16 years ago
  49. 8e60029 NFS: fix reference counting for NFSv4 callback thread by Jeff Layton · 16 years ago
  50. 5d47a35 NFS: Fix a potential file corruption issue when writing by Trond Myklebust · 16 years ago
  51. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  52. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  53. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  54. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  55. 3fbd67a NFSv4: Iterate through all nfs_clients when the server recalls a delegation by Trond Myklebust · 16 years ago
  56. 57bfa89 NFSv4: Deal more correctly with duplicate delegations by Trond Myklebust · 16 years ago
  57. 6f23e38 NFS: Fix a potential race between umount and nfs_access_cache_shrinker() by Trond Myklebust · 16 years ago
  58. e6f8107 NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode by Trond Myklebust · 16 years ago
  59. 99fadcd nfs: convert NFS_*(inode) helpers to static inline by Benny Halevy · 16 years ago
  60. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 16 years ago
  61. fc60147 NFS: Address memory leaks in the NFS client mount option parser by Chuck Lever · 17 years ago
  62. 3d1c550 nfs4: allow nfsv4 acls on non-regular-files by J. Bruce Fields · 17 years ago
  63. f3c391e NFS: Optimise away the sigmask code in aio/dio reads and writes by Trond Myklebust · 17 years ago
  64. 883bb16 NLM: Introduce an arguments structure for nlmclnt_init() by Chuck Lever · 17 years ago
  65. 1093a60 NLM/NFS: Use cached nlm_host when calling nlmclnt_proc() by Chuck Lever · 17 years ago
  66. 9289e7f NFS: Invoke nlmclnt_init during NFS mount processing by Chuck Lever · 17 years ago
  67. 3d509e5 NFS: nfs_write_end clean up by Chuck Lever · 17 years ago
  68. bf4285e NFS: Fix minor mixed sign comparison in NFS client's write logic by Chuck Lever · 17 years ago
  69. d24aae4 NFS: Use size_t for storing name lengths by Chuck Lever · 17 years ago
  70. a661b77 NFS: Fix use of copy_to_user() in idmap_pipe_upcall by Chuck Lever · 17 years ago
  71. 369af0f NFS: Clean up fs/nfs/idmap.c by Chuck Lever · 17 years ago
  72. 59dca3b NFS: Fix the 'proto=' mount option by Trond Myklebust · 17 years ago
  73. 3317023 NFS: Support per-mountpoint timeout parameters. by Trond Myklebust · 17 years ago
  74. 7a3e3e1 NFS: Ensure that we respect NFS_MAX_TCP_TIMEOUT by Trond Myklebust · 17 years ago
  75. 69dd716 NFSv4: Add socket proto argument to setclientid by Trond Myklebust · 17 years ago
  76. 3c7c7e4 NFS: Pull covers off IPv6 address parsing by Chuck Lever · 17 years ago
  77. 4c56801 NFS: Support non-IPv4 addresses in nfs_parsed_mount_data by Chuck Lever · 17 years ago
  78. 9412b92 NFS: Refactor mount option address parsing into separate function by Chuck Lever · 17 years ago
  79. 3383203 NFS: Remove the NIPQUAD from nfs_try_mount by Chuck Lever · 17 years ago
  80. 6677d09 NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *" by Chuck Lever · 17 years ago
  81. dcecae0 NFS: Change nfs4_set_client() to accept struct sockaddr * by Chuck Lever · 17 years ago
  82. d7422c4 NFS: Change nfs_get_client() to take sockaddr * by Chuck Lever · 17 years ago
  83. ff05264 NFS: Change nfs_find_client() to take "struct sockaddr *" by Chuck Lever · 17 years ago
  84. c1d3586 NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 17 years ago
  85. 671beed NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 17 years ago
  86. 6e4cffd NFS: Expand server address storage in nfs_client struct by Chuck Lever · 17 years ago
  87. 3b0d3f9 NFS: Add support for AF_INET6 addresses in __nfs_find_client() by Trond Myklebust · 17 years ago
  88. 0d0f0c1 NFS: Set default port for NFSv4, with support for AF_INET6 by Chuck Lever · 17 years ago
  89. 04dcd6e NFS: Make setting a port number agostic by Chuck Lever · 17 years ago
  90. cdcd7f9 NFS: Verify IPv6 addresses properly by Chuck Lever · 17 years ago
  91. fd00a8f NFS: Add support for AF_INET6 addresses in nfs_compare_super() by Chuck Lever · 17 years ago
  92. 3f43c66 NFS: Address a couple of nits in nfs_follow_referral() by Chuck Lever · 17 years ago
  93. 1d98fe6 NFS: Move dprintks from callback.c to callback_proc.c by Chuck Lever · 17 years ago
  94. 5d8515c NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) by Chuck Lever · 17 years ago
  95. d4d3c50 NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses by Chuck Lever · 17 years ago
  96. cc38bac NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough by Chuck Lever · 17 years ago
  97. 40c55319 NFS: Remove the redundant nfs_client->cl_nfsversion by Trond Myklebust · 17 years ago
  98. c81468a NFS: Clean up the nfs_find_client function. by Trond Myklebust · 17 years ago
  99. 3a49802 NFS: Clean up the nfs_client initialisation by Trond Myklebust · 17 years ago
  100. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago