1. 84a80f6 NFSv4.1: Convert pNFS deviceid to use kfree_rcu() by Trond Myklebust · 9 years ago
  2. 30626f9 nfs41: allow LD to choose DS connection version/minor_version by Peng Tao · 10 years ago
  3. 064172f nfs41: allow LD to choose DS connection auth flavor by Peng Tao · 10 years ago
  4. 7405f9e nfs41: pull nfs4_ds_connect from file layout to generic pnfs by Peng Tao · 10 years ago
  5. 6b7f3cf nfs41: pull decode_ds_addr from file layout to generic pnfs by Peng Tao · 10 years ago
  6. 875ae06 nfs41: pull data server cache from file layout to generic pnfs by Peng Tao · 10 years ago
  7. f54bcf2 pnfs: Prepare for flexfiles by pulling out common code by Tom Haynes · 10 years ago
  8. fe0bf11 NFS: Deletion of unnecessary checks before the function call "nfs_put_client" by Markus Elfring · 10 years ago
  9. 661373b pnfs: factor GETDEVICEINFO implementations by Christoph Hellwig · 10 years ago
  10. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  11. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  12. f15b504 FS/NFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  13. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  14. b596872 Push the file layout driver into a subdirectory by Tom Haynes · 10 years ago[Renamed (99%) from fs/nfs/nfs4filelayoutdev.c]
  15. a8c2275 nfs: fix dead code of ipv6_addr_scope by Alexander Aring · 11 years ago
  16. acd65e5 NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds by Trond Myklebust · 11 years ago
  17. 52b26a3 NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails by Trond Myklebust · 11 years ago
  18. f1c097b NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize by Andy Adamson · 11 years ago
  19. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  20. c23266d NFS4.1 Fix data server connection race by Andy Adamson · 11 years ago
  21. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
  22. 73e39aa NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.c by Trond Myklebust · 12 years ago
  23. bc5a89b NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code by Trond Myklebust · 12 years ago
  24. 8fcdc31 NFSv4.1: Kill nfs4_ds_disconnect() by Trond Myklebust · 12 years ago
  25. 1dfed27 NFSv4.1: pNFS data servers may be temporarily offline by Trond Myklebust · 12 years ago
  26. 78e4e05 NFSv4.1: Replace get_device_info() with filelayout_get_device_info() by Trond Myklebust · 12 years ago
  27. 05bf14a NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcount by Andy Adamson · 12 years ago
  28. 7b38c36 NFSv4.1: Fix session initialisation races by Trond Myklebust · 12 years ago
  29. 73ea666 NFS: Use proper naming conventions for the nfs_client.net field by Chuck Lever · 12 years ago
  30. b4a2967 NFSv4.1 dereference a disconnected data server client record by Andy Adamson · 12 years ago
  31. 98fc685 NFSv4.1 data server timeo and retrans module parameters by Andy Adamson · 12 years ago
  32. 554d458 NFSv4.1: cleanup filelayout invalid deviceid handling by Andy Adamson · 12 years ago
  33. e5265a0 NFSv4.1 fix page number calculation bug for filelayout decode buffers by Andy Adamson · 12 years ago
  34. 1728017 NFS: Fix a number of sparse warnings by Trond Myklebust · 12 years ago
  35. 2d3fe01 NFS: Fix comparison between DS address lists by Weston Andros Adamson · 13 years ago
  36. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 13 years ago
  37. 1709427 NFS: decode destination address in proper network namespace context by Stanislav Kinsbursky · 13 years ago
  38. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  39. 13fff2f NFS: cleanup endian type in decode_ds_addr() by Dan Carpenter · 13 years ago
  40. 35dbbc9 NFS: fix comment by Weston Andros Adamson · 13 years ago
  41. 7e574f0 NFS: pnfs: loop over multipath addrs on connect by Weston Andros Adamson · 13 years ago
  42. 14f9a60 NFS: Parse and store all multipath DS addresses by Weston Andros Adamson · 13 years ago
  43. c9895cb NFS: pnfs IPv6 support by Weston Andros Adamson · 13 years ago
  44. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  45. 1775bc3 NFSv4.1: purge deviceid cache on nfs_free_client by Benny Halevy · 13 years ago
  46. a1eaecb NFSv4.1: make deviceid cache global by Benny Halevy · 13 years ago
  47. 67d51f6 NFSv4.1: use struct nfs_client to qualify deviceid by Benny Halevy · 13 years ago
  48. a75b9df NFSv4.1: Ensure that layoutget uses the correct gfp modes by Trond Myklebust · 13 years ago
  49. 35124a0 Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO by Weston Andros Adamson · 13 years ago
  50. 568e8c4 NFSv4.1: turn off pNFS on ds connection failure by Andy Adamson · 13 years ago
  51. ea8eecd NFSv4.1 move deviceid cache to filelayout driver by Christoph Hellwig · 13 years ago
  52. cfe7f41 NFSv4.1: filelayout i/o helpers by Fred Isaman · 13 years ago
  53. d83217c NFSv4.1: data server connection by Andy Adamson · 13 years ago
  54. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 14 years ago
  55. ad3d2ee NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds(). by Jesper Juhl · 14 years ago
  56. 16b374c NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastructure by Andy Adamson · 14 years ago