1. 3bd2384 NFS: NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  2. abf79bb NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  3. eb2a1cd NFS: Add global helper for releasing slot table resources by Chuck Lever · 11 years ago
  4. 744aa52 NFS: Add global helper to set up a stand-along nfs4_slot_table by Chuck Lever · 11 years ago
  5. 9d33059 NFS: Enable slot table helpers for NFSv4.0 by Chuck Lever · 11 years ago
  6. 220e09c NFS: Remove unused call_sync minor version op by Chuck Lever · 11 years ago
  7. 9915ea7 NFS: Add RPC callouts to start NFSv4.0 synchronous requests by Chuck Lever · 11 years ago
  8. a9c92d6 NFS: Common versions of sequence helper functions by Chuck Lever · 11 years ago
  9. 5a580e0 NFS: Clean up nfs4_setup_sequence() by Chuck Lever · 11 years ago
  10. 2a3eb2b NFS: Rename nfs41_call_sync_data as a common data structure by Chuck Lever · 11 years ago
  11. e8d9238 NFS: When displaying session slot numbers, use "%u" consistently by Chuck Lever · 11 years ago
  12. ba6c059 NFS: Ensure that rmdir() waits for sillyrenames to complete by Trond Myklebust · 11 years ago
  13. a5250de NFSv4: use the mach cred for SECINFO w/ integrity by Weston Andros Adamson · 11 years ago
  14. dc24826 NFS avoid expired credential keys for buffered writes by Andy Adamson · 11 years ago
  15. 2127d82 NFSv4: Convert idmapper to use the new framework for pipefs dentries by Trond Myklebust · 11 years ago
  16. d763125 NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister by Trond Myklebust · 11 years ago
  17. c219066 SUNRPC: Replace clnt->cl_principal by Trond Myklebust · 11 years ago
  18. 2d9db75 NFS: Fix up two use-after-free issues with the new tracing code by Trond Myklebust · 11 years ago
  19. 6686390 NFS: remove incorrect "Lock reclaim failed!" warning. by NeilBrown · 11 years ago
  20. 08cb47f NFSv4.1: Add tracepoints for debugging test_stateid events by Trond Myklebust · 11 years ago
  21. 2f92ae3 NFSv4.1: Add tracepoints for debugging slot table operations by Trond Myklebust · 11 years ago
  22. 1037e6e NFSv4.1: Add tracepoints for debugging layoutget/return/commit by Trond Myklebust · 11 years ago
  23. cc668ab NFSv4: Add tracepoints for debugging reads and writes by Trond Myklebust · 11 years ago
  24. b5f875a NFSv4: Add tracepoints for debugging getattr by Trond Myklebust · 11 years ago
  25. 1f2d30b NFSv4: Add tracepoints for debugging the idmapper by Trond Myklebust · 11 years ago
  26. ca8acf8 NFSv4: Add tracepoints for debugging delegations by Trond Myklebust · 11 years ago
  27. fbc6f7c NFSv4: Add tracepoints for debugging rename by Trond Myklebust · 11 years ago
  28. c1578b7 NFSv4: Add tracepoints for debugging inode manipulations by Trond Myklebust · 11 years ago
  29. 078ea3d NFSv4: Add tracepoints for debugging lookup/create operations by Trond Myklebust · 11 years ago
  30. d1b748a NFSv4: Add tracepoints for debugging file locking by Trond Myklebust · 11 years ago
  31. 42113a7 NFSv4: Add tracepoints for debugging file open by Trond Myklebust · 11 years ago
  32. c6d01c6 NFSv4: Add tracepoints for debugging state management problems by Trond Myklebust · 11 years ago
  33. 1fd1085 NFS: Add tracepoints for debugging NFS hard links by Trond Myklebust · 11 years ago
  34. 70ded20 NFS: Add tracepoints for debugging NFS rename and sillyrename issues by Trond Myklebust · 11 years ago
  35. 1ca4238 NFS: Add tracepoints for debugging directory changes by Trond Myklebust · 11 years ago
  36. 8b0ad3d NFS: Add tracepoints for debugging generic file create events by Trond Myklebust · 11 years ago
  37. 6e0d0be NFS: Add event tracing for generic NFS lookups by Trond Myklebust · 11 years ago
  38. 1472b83 NFS: Pass in lookup flags from nfs_atomic_open to nfs_lookup by Trond Myklebust · 11 years ago
  39. f4ce129 NFS: Add event tracing for generic NFS events by Trond Myklebust · 11 years ago
  40. 1264a2f NFS: refactor code for calculating the crc32 hash of a filehandle by Trond Myklebust · 11 years ago
  41. c2dd137 NFS: Clean up nfs_sillyrename() by Trond Myklebust · 11 years ago
  42. b8a8a0d NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_type by Trond Myklebust · 11 years ago
  43. 393faff NFSv4: Deal with a sparse warning in nfs_idmap_get_key() by Trond Myklebust · 11 years ago
  44. 17f26b1 NFSv4: Deal with some more sparse warnings by Trond Myklebust · 11 years ago
  45. c281fa9c NFSv4: Deal with a sparse warning in nfs4_opendata_alloc by Trond Myklebust · 11 years ago
  46. a9943d1 NFSv3: Deal with a sparse warning in nfs3_proc_create by Trond Myklebust · 11 years ago
  47. 5948a40 NFS: Remove the NFSv4 "open optimisation" from nfs_permission by Trond Myklebust · 11 years ago
  48. 9743120 NFSv4.1 Use clientid management rpc_clnt for secinfo_no_name by Andy Adamson · 11 years ago
  49. 5ec16a8 NFSv4.1 Use clientid management rpc_clnt for secinfo by Andy Adamson · 11 years ago
  50. b72888c NFSv4: Fix up nfs4_proc_lookup_mountpoint by Trond Myklebust · 11 years ago
  51. eddffa4 NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget() by Trond Myklebust · 11 years ago
  52. e890db0 NFSv4: Fix the sync mount option for nfs4 mounts by Scott Mayhew · 11 years ago
  53. f8806c8 NFS: Fix writeback performance issue on cache invalidation by Trond Myklebust · 11 years ago
  54. bc4b2a8 NFSv4.1 Increase NFS4_DEF_SLOT_TABLE_SIZE by Andy Adamson · 11 years ago
  55. f840729 NFS Remove unused authflavour parameter from init_client by Andy Adamson · 11 years ago
  56. 73d8bde NFS: Never use user credentials for lease renewal by Chuck Lever · 11 years ago
  57. d688f7b NFS: Use root's credential for lease management when keytab is missing by Chuck Lever · 11 years ago
  58. 6da1a03 NFSv4: Refuse mount attempts with proto=udp by Trond Myklebust · 11 years ago
  59. 9597c13 nfs: verify open flags before allowing an atomic open by Jeff Layton · 11 years ago
  60. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  61. 55b5929 NFSv4: Fix nfs4_init_uniform_client_string for net namespaces by Trond Myklebust · 11 years ago
  62. 1771c57 NFSv4.1 Use the mount point rpc_clnt for layoutreturn by Andy Adamson · 11 years ago
  63. b14b797 NFS: Fix return type of nfs4_end_drain_session() stub by Chuck Lever · 11 years ago
  64. cc7936f nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0 by Nadav Shemer · 11 years ago
  65. d7067b2 NFSv4: encode_attrs should not backfill the bitmap and attribute length by Trond Myklebust · 11 years ago
  66. 4f3cc48 NFSv4: Fix brainfart in attribute length calculation by Trond Myklebust · 11 years ago
  67. b4a2cf7 NFSv4: Fix a regression against the FreeBSD server by Trond Myklebust · 11 years ago
  68. c755966 NFS: Allow nfs_updatepage to extend a write under additional circumstances by Scott Mayhew · 11 years ago
  69. 07b5ce8 NFS: Make nfs_readdir revalidate less often by Scott Mayhew · 11 years ago
  70. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 11 years ago
  71. cda57a1 nfs: set verifier on existing dentries in nfs_prime_dcache by Jeff Layton · 11 years ago
  72. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  73. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  74. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  75. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  76. a0b8cab3 mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API by Mel Gorman · 11 years ago
  77. f919b19 fs: nfs: inform the VM about pages being committed or unstable by Mel Gorman · 11 years ago
  78. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  79. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  80. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  81. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  82. 23db862 [readdir] convert nfs by Al Viro · 11 years ago
  83. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  84. f112bb4 NFS: Set NFS_CS_MIGRATION for NFSv4 mounts by Chuck Lever · 11 years ago
  85. 18aad3d NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrs by Andy Adamson · 11 years ago
  86. 9111c95 nfs: have NFSv3 try server-specified auth flavors in turn by Jeff Layton · 11 years ago
  87. fb9b02f nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide it by Jeff Layton · 11 years ago
  88. 294ae81 nfs: move server_authlist into nfs_try_mount_request by Jeff Layton · 11 years ago
  89. d17540c nfs: refactor "need_mount" code out of nfs_try_mount by Jeff Layton · 11 years ago
  90. 52fcac9 NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcount by Andy Adamson · 11 years ago
  91. 968fe25 NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcount by Andy Adamson · 11 years ago
  92. f1c097b NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize by Andy Adamson · 11 years ago
  93. ffa57b9 NFS: Improve legacy idmapping fallback by Bryan Schumaker · 11 years ago
  94. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 11 years ago
  95. 62f288a NFSv4.1 end back channel session draining by Andy Adamson · 11 years ago
  96. 7017310 NFS: Apply v4.1 capabilities to v4.2 by Bryan Schumaker · 11 years ago
  97. 7dc0ac7 NFSv4.1: Clean up layout segment comparison helper names by Trond Myklebust · 11 years ago
  98. 3cb2df1 NFSv4.1: layout segment comparison helpers should take 'const' parameters by Trond Myklebust · 11 years ago
  99. c8d74d9 NFSv4: Move the DNS resolver into the NFSv4 module by Trond Myklebust · 11 years ago
  100. fe2d539 NFSv4: SETCLIENTID add the format string for the NETID by Djalal Harouni · 11 years ago