1. e8f25e6 NFS: Remove the NFS v4 xdev mount function by Bryan Schumaker · 12 years ago
  2. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  3. a427b9e NFS: Fix a number of bugs in the idmapper by David Howells · 12 years ago
  4. 5cf02d0 nfs: skip commit in releasepage if we're freeing memory for fs-related reasons by Jeff Layton · 12 years ago
  5. 159e056 pnfsblock: bail out partial page IO by Peng Tao · 12 years ago
  6. f44106e nfs: fix fl_type tests in NFSv4 code by Jeff Layton · 12 years ago
  7. c95908e NFS: fix pnfs regression with directio writes by Fred Isaman · 12 years ago
  8. 59948db NFS: fix pnfs regression with directio reads by Fred Isaman · 12 years ago
  9. 0add3e8 nfs: fix stub return type warnings by Randy Dunlap · 12 years ago
  10. bb6e071 NFS: exit_nfs_v4() shouldn't be an __exit function by Bryan Schumaker · 12 years ago
  11. ec40989 NFS: Split out NFS v4 client functions by Bryan Schumaker · 12 years ago
  12. fbdefd6 NFS: Split out the NFS v4 filesystem types by Bryan Schumaker · 12 years ago
  13. 3cadf4b NFS: Create a single nfs_clone_super() function by Bryan Schumaker · 12 years ago
  14. fcf1039 NFS: Split out NFS v4 server creating code by Bryan Schumaker · 12 years ago
  15. 428360d NFS: Initialize the NFS v4 client from init_nfs_v4() by Bryan Schumaker · 12 years ago
  16. a38a9ea NFS: Move the v4 getroot code to nfs4getroot.c by Bryan Schumaker · 12 years ago
  17. ce4ef7c NFS: Split out NFS v4 file operations by Bryan Schumaker · 12 years ago
  18. 466bfe7 NFS: Initialize v4 sysctls from nfs_init_v4() by Bryan Schumaker · 12 years ago
  19. 129d197 NFS: Create an init_nfs_v4() function by Bryan Schumaker · 12 years ago
  20. 73a7970 NFS: Split out NFS v4 inode operations by Bryan Schumaker · 12 years ago
  21. ab96291 NFS: Split out NFS v3 inode operations by Bryan Schumaker · 12 years ago
  22. 597d928 NFS: Split out NFS v2 inode operations by Bryan Schumaker · 12 years ago
  23. 6bbb4ae NFS: Clean up nfs4_proc_setclientid() and friends by Chuck Lever · 12 years ago
  24. de73483 NFS: Treat NFS4ERR_CLID_INUSE as a fatal error by Chuck Lever · 12 years ago
  25. 46a87b8 NFS: When state recovery fails, waiting tasks should exit by Chuck Lever · 12 years ago
  26. 6a1a1e3 SUNRPC: Add rpcauth_list_flavors() by Chuck Lever · 12 years ago
  27. 56d08fe NFS: nfs_getaclargs.acl_len is a size_t by Chuck Lever · 12 years ago
  28. 38527b1 NFS: Clean up TEST_STATEID and FREE_STATEID error reporting by Chuck Lever · 12 years ago
  29. 3e60ffd NFS: Clean up nfs41_check_expired_stateid() by Chuck Lever · 12 years ago
  30. eb64cf9 NFS: State reclaim clears OPEN and LOCK state by Chuck Lever · 12 years ago
  31. 89af273 NFS: Don't free a state ID the server does not recognize by Chuck Lever · 12 years ago
  32. 377e507 NFS: Fix up TEST_STATEID and FREE_STATEID return code handling by Chuck Lever · 12 years ago
  33. 293b3b0 NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs list by Andy Adamson · 12 years ago
  34. 366d505 NFSv4.1 mark layout when already returned by Andy Adamson · 12 years ago
  35. baf6c2a NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS by Andy Adamson · 12 years ago
  36. 82c7c7a NFSv4.1 return the LAYOUT for each file with failed DS connection I/O by Andy Adamson · 12 years ago
  37. 8626e4a Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6 by Trond Myklebust · 12 years ago
  38. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  39. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  40. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  41. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  42. fa3c56b fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible by Al Viro · 12 years ago
  43. facc353 nfs_lookup_verify_inode() - nd is *always* non-NULL here by Al Viro · 12 years ago
  44. 93420b4 switch nfs_lookup_check_intent() away from nameidata by Al Viro · 12 years ago
  45. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  46. 30d9049 kill struct opendata by Al Viro · 12 years ago
  47. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  48. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  49. eda72af nfs: don't use intents for checking atomic open by Miklos Szeredi · 12 years ago
  50. 50de348 nfs: don't use nd->intent.open.flags by Miklos Szeredi · 12 years ago
  51. 8867fe5 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  52. 0dd2b47 nfs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  53. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  54. f1daf66 NFSv4: Fix an NFSv4 mount regression by Trond Myklebust · 12 years ago
  55. 4035c24 NFS: Fix list manipulation snafus in fs/nfs/direct.c by Trond Myklebust · 12 years ago
  56. a8d8f02 NFS: Create custom NFS v4 write_inode() function by Bryan Schumaker · 12 years ago
  57. 57208fa NFS: Create an write_pageio_init() function by Bryan Schumaker · 12 years ago
  58. 1abb5088 NFS: Create an read_pageio_init() function by Bryan Schumaker · 12 years ago
  59. 6663ee7 NFS: Create an alloc_client rpc_op by Bryan Schumaker · 12 years ago
  60. cdb7ece NFS: Create a free_client rpc_op by Bryan Schumaker · 12 years ago
  61. 57ec14c NFS: Create a return_delegation rpc op by Bryan Schumaker · 12 years ago
  62. 011e2a7 NFS: Create a have_delegation rpc_op by Bryan Schumaker · 12 years ago
  63. a5c5889 NFS: Create a v4-specific fsync function by Bryan Schumaker · 12 years ago
  64. eeebf91 NFS: Use nfs4_destroy_server() to clean up NFS v4 by Bryan Schumaker · 12 years ago
  65. e38eb65 NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo() by Bryan Schumaker · 12 years ago
  66. 6e5b587 NFSv4.1 handle OPEN O_CREATE mdsthreshold by Andy Adamson · 12 years ago
  67. e307450 NFS: Simplify NFSv4.1 Kconfig by Trond Myklebust · 12 years ago
  68. 05bf14a NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcount by Andy Adamson · 12 years ago
  69. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  70. 98d9452 NFSv4: Decode getdevicelist should use nfs4_verifier by Trond Myklebust · 12 years ago
  71. 140150d SUNRPC: Remove unused function xdr_encode_pages by Trond Myklebust · 12 years ago
  72. b42353f NFSv4.1: Clean up nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  73. 1a47e7a NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loop by Trond Myklebust · 12 years ago
  74. 60f0015 NFSv4.1: Clean up nfs4_recall_slot() by Trond Myklebust · 12 years ago
  75. 1a2dd94 NFSv4.1: Handle slot recalls before doing state recovery by Trond Myklebust · 12 years ago
  76. 8ed27d4 NFS: add more context to state manager error mesgs by Weston Andros Adamson · 12 years ago
  77. 1aecca3 NFSv3: Don't open code stream position calculation in decode_getacl3resok by Trond Myklebust · 12 years ago
  78. 256e48b NFSv4: Simplify the GETATTR attribute length calculation by Trond Myklebust · 12 years ago
  79. 64bd577 NFS: Let xdr_read_pages() check for buffer overflows by Trond Myklebust · 12 years ago
  80. db3a3bc NFSv2/v3: Remove incorrect dprintks from the readdir reply code by Trond Myklebust · 12 years ago
  81. b102743 NFS: Force the legacy idmapper to be single threaded by Bryan Schumaker · 12 years ago
  82. 1a0de48 NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4) by Trond Myklebust · 12 years ago
  83. 5a695da NFS: Fix a refcounting issue in O_DIRECT by Trond Myklebust · 12 years ago
  84. 0a9c63f NFSv4.1: Fix a race in set_pnfs_layoutdriver by Trond Myklebust · 12 years ago
  85. 2a4c899 NFSv4.1: Fix umount when filelayout DS is also the MDS by Trond Myklebust · 12 years ago
  86. 873b779 Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  87. 12918b1 NFS: hard-code init_net for NFS callback transports by Stanislav Kinsbursky · 12 years ago
  88. e216c8c NFS: add an endian notation for sparse by Dan Carpenter · 12 years ago
  89. 0439f31 NFSv4.1: integer overflow in decode_cb_sequence_args() by Dan Carpenter · 12 years ago
  90. 2669940 NFSv4 do not send an empty SETATTR compound by Andy Adamson · 12 years ago
  91. 64f9a83 NFSv2: EOF incorrectly set on short read by Sachin Prabhu · 12 years ago
  92. c5afc8d NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mounts by Bryan Schumaker · 12 years ago
  93. 906369e NFS: fix directio refcount bug on commit by Fred Isaman · 12 years ago
  94. 2d0dbc6 NFSv4: Fix unnecessary delegation returns in nfs4_do_open by Trond Myklebust · 12 years ago
  95. 02c6752 NFSv4.1: Convert another trivial printk into a dprintk by Trond Myklebust · 12 years ago
  96. fb47ddc NFS4: Fix open bug when pnfs module blacklisted by Fred Isaman · 12 years ago
  97. f07936f NFS: Remove incorrect BUG_ON in nfs_found_client by Trond Myklebust · 12 years ago
  98. f25efd8 NFS: Map minor mismatch error to protocol not support error. by Steve Dickson · 12 years ago
  99. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 12 years ago
  100. cdf6644 NFS4: Set parsed mount data version to 4 by Bryan Schumaker · 12 years ago