1. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  2. c34309a NFS: Remove unused function slot_idx by Trond Myklebust · 12 years ago
  3. 97e548a NFSv4.1: Support dynamic resizing of the session slot table by Trond Myklebust · 12 years ago
  4. da0507b NFSv4.1: Reset the sequence number for slots that have been deallocated by Trond Myklebust · 12 years ago
  5. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  6. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  7. ae72ae67 NFSv4.1: Don't confuse CREATE_SESSION arguments and results by Trond Myklebust · 12 years ago
  8. 05f4c35 NFS: Discover NFSv4 server trunking when mounting by Chuck Lever · 12 years ago
  9. 8965261 NFS: Introduce "migration" mount option by Chuck Lever · 12 years ago
  10. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  11. ab7017a NFS: Add version registering framework by Bryan Schumaker · 12 years ago
  12. de73483 NFS: Treat NFS4ERR_CLID_INUSE as a fatal error by Chuck Lever · 12 years ago
  13. 2a4c899 NFSv4.1: Fix umount when filelayout DS is also the MDS by Trond Myklebust · 12 years ago
  14. acdeb69 NFS: EXCHANGE_ID should save the server major and minor ID by Chuck Lever · 12 years ago
  15. 4bf590e NFS: Add nfs_client behavior flags by Chuck Lever · 12 years ago
  16. f092075 NFS: Always use the same SETCLIENTID boot verifier by Chuck Lever · 12 years ago
  17. 73ea666 NFS: Use proper naming conventions for the nfs_client.net field by Chuck Lever · 12 years ago
  18. 5915554 NFS: Use proper naming conventions for nfs_client.impl_id field by Chuck Lever · 12 years ago
  19. 79d4e1f NFS: Use proper naming conventions for NFSv4.1 server scope fields by Chuck Lever · 12 years ago
  20. 722baaf NFS: Fix comment misspelling in struct nfs_client definition by Chuck Lever · 12 years ago
  21. 264e635 NFS: Request fh_expire_type attribute in "server caps" operation by Chuck Lever · 12 years ago
  22. 7d2ed9a NFSv4: parse and display server implementation ids by Weston Andros Adamson · 12 years ago
  23. ef159e9 NFSv4.1: Add a module parameter to set the number of session slots by Trond Myklebust · 12 years ago
  24. 45d43c2 NFSv4.1: Convert slotid from u8 to u32 by Trond Myklebust · 12 years ago
  25. 8833812 SUNRPC: Change the default limit to the number of TCP slots by Trond Myklebust · 12 years ago
  26. d2d7ce2 NFSv4: Replace lock_owner->ld_id with an ida based allocator by Trond Myklebust · 12 years ago
  27. 9157c31 NFSv4: Replace state_owner->so_owner_id with an ida based allocator by Trond Myklebust · 12 years ago
  28. e50a7a1 NFS: make NFS client allocated per network namespace context by Stanislav Kinsbursky · 13 years ago
  29. 0aaaf5c NFS: Cache state owners after files are closed by Chuck Lever · 13 years ago
  30. a00ed25 NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 by Trond Myklebust · 13 years ago
  31. 24c3047 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  32. 2f9fd18 pnfsblock: call and parse getdevicelist by Fred Isaman · 13 years ago
  33. dae100c pnfs: ask for layout_blksize and save it in nfs_server by Fred Isaman · 13 years ago
  34. 28890d3 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  35. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  36. 6382a44 NFS: move pnfs layouts to nfs_server structure by Weston Andros Adamson · 13 years ago
  37. 78fe0f4 NFS: use scope from exchange_id to skip reclaim by Weston Andros Adamson · 13 years ago
  38. fd954ae NFSv4.1: Don't loop forever in nfs4_proc_create_session by Trond Myklebust · 13 years ago
  39. b064eca2 NFSv4: Send unmapped uid/gids to the server when using auth_sys by Trond Myklebust · 13 years ago
  40. ea8eecd NFSv4.1 move deviceid cache to filelayout driver by Christoph Hellwig · 13 years ago
  41. d6fb79d NFSv4.1: new flag for lease time check by Andy Adamson · 13 years ago
  42. d3b4c9d NFSv4.1: new flag for state renewal check by Andy Adamson · 13 years ago
  43. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  44. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 13 years ago
  45. d3978bb NFS: Move cl_delegations to the nfs_server struct by Chuck Lever · 14 years ago
  46. 24d292b NFS: Move cl_state_owners and related fields to the nfs_server struct by Chuck Lever · 14 years ago
  47. f7e8917 pnfs: layout roc code by Fred Isaman · 14 years ago
  48. 42acd02 NFS add session back channel draining by Andy Adamson · 14 years ago
  49. f4eecd5 NFS implement v4.0 callback_ident by Andy Adamson · 14 years ago
  50. b1f69b7 NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure by Andy Adamson · 14 years ago
  51. 974cec8 NFS: client needs to maintain list of inodes with active layouts by Andy Adamson · 14 years ago
  52. 85e174b NFS: set layout driver by Ricardo Labiaga · 14 years ago
  53. 6b96724 Revalidate caches on lock by Ricardo Labiaga · 14 years ago
  54. 97dc135 NFSv41: Clean up the NFSv4.1 minor version specific operations by Trond Myklebust · 14 years ago
  55. bb8b27e NFSv4: Clean up the NFSv4 setclientid operation by Trond Myklebust · 14 years ago
  56. 0df5dd4 NFSv4: fix delegated locking by Trond Myklebust · 14 years ago
  57. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 14 years ago
  58. 003cb60 percpu: add __percpu sparse annotations to fs by Tejun Heo · 14 years ago
  59. b9efa1b nfs41: implement cb_recall_slot by Andy Adamson · 14 years ago
  60. ea028ac nfs41: nfs41: fix state manager deadlock in session reset by Andy Adamson · 15 years ago
  61. 62ab460c NFSv4: Add 'server capability' flags for NFSv4 recommended attributes by Trond Myklebust · 15 years ago
  62. f8625a6 nfs41: Backchannel: Add a backchannel slot table to the session by Ricardo Labiaga · 15 years ago
  63. 76db6d9 nfs41: add session setup to the state manager by Andy Adamson · 15 years ago
  64. 99fe60d nfs41: exchange_id operation by Benny Halevy · 15 years ago
  65. cccef3b nfs41: introduce nfs4_call_sync by Andy Adamson · 15 years ago
  66. 557134a nfs41: sessions client infrastructure by Andy Adamson · 15 years ago
  67. 94a417f nfs41: nfs_client.cl_minorversion by Benny Halevy · 15 years ago
  68. 0873404 NFS: Define and create superblock-level objects by David Howells · 15 years ago
  69. 1472728 NFS: Define and create server-level objects by David Howells · 15 years ago
  70. c6a6f19 NFS: Add FS-Cache option bit and debug bit by David Howells · 15 years ago
  71. a65318b NFSv4: Simplify some cache consistency post-op GETATTRs by Trond Myklebust · 15 years ago
  72. 95d35cb NFSv4: Remove nfs_client->cl_sem by Trond Myklebust · 16 years ago
  73. 1daef0a NFS: Clean up nfs_sb_active/nfs_sb_deactive by Trond Myklebust · 16 years ago
  74. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 16 years ago
  75. 3f8400d NFS: Save the values of the "mount*=" mount options by Chuck Lever · 16 years ago
  76. f22d6d7 NFS: Save the value of the "port=" mount option by Chuck Lever · 16 years ago
  77. 9289e7f NFS: Invoke nlmclnt_init during NFS mount processing by Chuck Lever · 17 years ago
  78. 59dca3b NFS: Fix the 'proto=' mount option by Trond Myklebust · 17 years ago
  79. 3317023 NFS: Support per-mountpoint timeout parameters. by Trond Myklebust · 17 years ago
  80. 6e4cffd NFS: Expand server address storage in nfs_client struct by Chuck Lever · 17 years ago
  81. 4392f25 NFS: Increase size of cl_ipaddr field to hold IPv6 addresses by Chuck Lever · 17 years ago
  82. 40c55319 NFS: Remove the redundant nfs_client->cl_nfsversion by Trond Myklebust · 17 years ago
  83. ef818a2 NFS: Stop sillyname renames and unmounts from racing by Steve Dickson · 17 years ago
  84. 9f958ab NFSv4: Reduce the chances of an open_owner identifier collision by Trond Myklebust · 17 years ago
  85. 7af654f NFSv4: Don't reuse expired nfs4_state_owner structs by Trond Myklebust · 17 years ago
  86. f61534d SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() by Trond Myklebust · 17 years ago
  87. 277866a nfs: fix congestion control: use atomic_longs by Peter Zijlstra · 17 years ago
  88. 89a0914 [PATCH] nfs: fix congestion control by Peter Zijlstra · 17 years ago
  89. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  90. 5dd3177 NFSv4: Fix a use-after-free issue with the nfs server. by Trond Myklebust · 18 years ago
  91. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  92. 5006a76 NFS: Eliminate client_sys in favour of cl_rpcclient by David Howells · 18 years ago
  93. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  94. 27951bd NFS: Maintain a common server record for NFS2/3 as well as for NFS4 by David Howells · 18 years ago
  95. 509de81 NFS: Add extra const qualifiers by David Howells · 18 years ago
  96. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  97. 7539bba NFS: Rename nfs_server::nfs4_state by David Howells · 18 years ago
  98. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  99. 8b4bdcf NFS: Store the file system "fsid" value in the NFS super block. by Trond Myklebust · 18 years ago
  100. 67ec9f4 NFS: report how long an NFS file system has been mounted by Chuck Lever · 18 years ago