1. fe238e6 NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock by Dave Wysochanski · 8 years ago
  2. 2370abd NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE by Trond Myklebust · 8 years ago
  3. 6d45c04 Merge branch 'bugfixes' by Trond Myklebust · 8 years ago
  4. 082fa37 pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn by Trond Myklebust · 8 years ago
  5. daaadd2 Merge branch 'bugfixes' by Trond Myklebust · 8 years ago
  6. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 8 years ago
  7. dc602dd NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs by Trond Myklebust · 9 years ago
  8. 86fb449 pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh() by Trond Myklebust · 9 years ago
  9. 4d0ac22 pNFS/flexfiles: Ensure we record layoutstats even if RPC is terminated early by Trond Myklebust · 9 years ago
  10. 37e9ed2 pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/write by Trond Myklebust · 9 years ago
  11. 7eeea16 pNFS/flexfiles: Fix a statistics gathering imbalance by Trond Myklebust · 9 years ago
  12. 2e5b29f pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET by Trond Myklebust · 9 years ago
  13. 141b9b5 pnfs/flexfiles: count io stat in rpc_count_stats callback by Peng Tao · 9 years ago
  14. c22eeb8 pnfs/flexfiles: do not mark delay-like status as DS failure by Peng Tao · 9 years ago
  15. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  16. d0379a5 pNFS/flexfiles: Support server-supplied layoutstats sampling period by Trond Myklebust · 9 years ago
  17. 260074c pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDS by Trond Myklebust · 9 years ago
  18. 1354441 pNFS/flexfiles: When mirrored, retry failed reads by switching mirrors by Trond Myklebust · 9 years ago
  19. 7cc8c5c NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb by Trond Myklebust · 9 years ago
  20. f95c03b NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error() by Trond Myklebust · 9 years ago
  21. 972398f NFSv4.1/flexfiles: Fix freeing of mirrors by Trond Myklebust · 9 years ago
  22. 90816d1 NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors by Trond Myklebust · 9 years ago
  23. 0762ed2 NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones by Trond Myklebust · 9 years ago
  24. e3b1df2 NFSv4.1/flexfile: ff_layout_remove_mirror can be static by kbuild test robot · 9 years ago
  25. bbf58bf NFSv4.2/pnfs: Make the layoutstats timer configurable by Trond Myklebust · 9 years ago
  26. 266d12d NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments by Trond Myklebust · 9 years ago
  27. 0b7baf9 NFSv4.1/flexfiles: Remove mirror backpointer to lseg. by Trond Myklebust · 9 years ago
  28. 28a0d72 NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror by Trond Myklebust · 9 years ago
  29. 5420401 NFS41/flexfiles: zero out DS write wcc by Peng Tao · 9 years ago
  30. dd52128 NFSv4.1/pnfs Ensure flexfiles reports all connection related errors by Trond Myklebust · 9 years ago
  31. e76d28d NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent by Trond Myklebust · 9 years ago
  32. 69f230d NFS41/flexfiles: update inode after write finishes by Peng Tao · 9 years ago
  33. ce60328 nfs: remove some dead code in ff_layout_pg_get_mirror_count_write by Jeff Layton · 9 years ago
  34. c8ad889 NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback path by Trond Myklebust · 9 years ago
  35. d099d7b pnfs/flexfiles: LAYOUTSTATS ii_count should be ops instead of bytes by Peng Tao · 9 years ago
  36. 690edcf NFSv4.2/flexfiles: Fix a typo in the flexfiles layoutstats code by Trond Myklebust · 9 years ago
  37. d620876 pNFS/flexfiles: Fix the reset of struct pgio_header when resending by Trond Myklebust · 9 years ago
  38. c0f5f50 pNFS/flexfiles: Turn off layoutcommit for servers that don't need it by Trond Myklebust · 9 years ago
  39. 9bbd9bb pnfs/flexfiles: protect ktime manipulation with mirror lock by Peng Tao · 9 years ago
  40. 97ba375 pnfs/flexfiles: report layoutstat regularly by Peng Tao · 9 years ago
  41. 27c4306 pnfs/flexfiles: encode LAYOUTSTATS flexfiles specific data by Peng Tao · 9 years ago
  42. ad4dc53e pnfs/flexfiles: add ff_layout_prepare_layoutstats by Peng Tao · 9 years ago
  43. d983803 pNFS/flexfiles: track when layout is first used by Peng Tao · 9 years ago
  44. abcb7bf pNFS/flexfiles: add layoutstats tracking by Trond Myklebust · 9 years ago
  45. 455b6ee pnfs/flexfiles: use swap() in ff_layout_sort_mirrors() by Fabian Frederick · 9 years ago
  46. 40c64c2 NFS: Move nfs_idmap.h into fs/nfs/ by Anna Schumaker · 9 years ago
  47. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 9 years ago
  48. 67af761 NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() by Trond Myklebust · 9 years ago
  49. fc87701 NFS: Fix free_deveiceid -> free_deviceid by Trond Myklebust · 9 years ago
  50. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 9 years ago
  51. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 9 years ago
  52. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  53. d67ae82 pnfs/flexfiles: Add the FlexFile Layout Driver by Tom Haynes · 10 years ago