1. e033fb5 pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode() by Trond Myklebust · 8 years ago
  2. 2e18d4d pNFS: Files and flexfiles always need to commit before layoutcommit by Trond Myklebust · 8 years ago
  3. 73e6c5d pNFS/files: Fix layoutcommit after a commit to DS by Trond Myklebust · 8 years ago
  4. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 8 years ago
  5. fe238e6 NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock by Dave Wysochanski · 8 years ago
  6. 6272dcc NFS: Simplify nfs_request_add_commit_list() arguments by Anna Schumaker · 8 years ago
  7. b9fc773 pNFS/flexfiles: Don't mark the entire layout as failed, when returning it by Trond Myklebust · 8 years ago
  8. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  9. 3ec0c97 nfs/filelayout: Fix NULL reference caused by double freeing of fh_array by Kinglong Mee · 9 years ago
  10. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  11. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 9 years ago
  12. 67af761 NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() by Trond Myklebust · 9 years ago
  13. fc87701 NFS: Fix free_deveiceid -> free_deviceid by Trond Myklebust · 9 years ago
  14. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 9 years ago
  15. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 9 years ago
  16. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  17. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  18. 6cccbb6 nfs: rename pgio header ds_idx to ds_commit_idx by Weston Andros Adamson · 10 years ago
  19. 180bb5e pnfs: release lseg in pnfs_generic_pg_cleanup by Weston Andros Adamson · 10 years ago
  20. c220106 nfs/filelayout: use pnfs_error_mark_layout_for_return by Peng Tao · 10 years ago
  21. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 10 years ago
  22. c36aae9 nfs: allow different protocol in nfs_initiate_commit by Peng Tao · 10 years ago
  23. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 10 years ago
  24. f54bcf2 pnfs: Prepare for flexfiles by pulling out common code by Tom Haynes · 10 years ago
  25. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  26. c606bb8 NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked by Trond Myklebust · 10 years ago
  27. 6543f80 NFSv4.1/pnfs: replace broken pnfs_put_lseg_async by Trond Myklebust · 10 years ago
  28. 661373b pnfs: factor GETDEVICEINFO implementations by Christoph Hellwig · 10 years ago
  29. bc7d4b8 nfs/filelayout: set layoutcommit depending on write verifier by Peng Tao · 10 years ago
  30. 224ecbf pnfs: fix filelayout_retry_commit when idx > 0 by Weston Andros Adamson · 10 years ago
  31. 411a99a nfs: clear_request_commit while holding i_lock by Weston Andros Adamson · 10 years ago
  32. 02d1426 pnfs: find swapped pages on pnfs commit lists too by Weston Andros Adamson · 10 years ago
  33. 0b0bc6e pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails by Peng Tao · 10 years ago
  34. c8a3292 pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists by Peng Tao · 10 years ago
  35. 53113ad pnfs: clean up *_resend_to_mds by Weston Andros Adamson · 10 years ago
  36. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  37. f383b7e NFSv4.1: Fix typo in dprintk by Tom Haynes · 10 years ago
  38. bf96bc0 NFSv4.1: Comment is now wrong and redundant to code by Tom Haynes · 10 years ago
  39. b596872 Push the file layout driver into a subdirectory by Tom Haynes · 10 years ago[Renamed (99%) from fs/nfs/nfs4filelayout.c]
  40. 6df200f pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr() by Trond Myklebust · 10 years ago
  41. c619427 pnfs: filelayout: support non page aligned layouts by Weston Andros Adamson · 10 years ago
  42. 5002c58 pnfs: support multiple verfs per direct req by Weston Andros Adamson · 10 years ago
  43. 0f9c429 nfs: chain calls to pg_test by Weston Andros Adamson · 10 years ago
  44. dd7663e pnfs: clean up filelayout_alloc_commit_info by Weston Andros Adamson · 10 years ago
  45. ab75e41 nfs: call nfs_can_coalesce_requests for every req by Weston Andros Adamson · 10 years ago
  46. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 10 years ago
  47. d201c4d pnfs: fix race in filelayout commit path by Weston Andros Adamson · 10 years ago
  48. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  49. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  50. 869a9d3 NFSv4.1 Fail data server I/O if stateid represents a lost lock by Andy Adamson · 10 years ago
  51. 905e7da NFSv4.1: Cleanup by Trond Myklebust · 10 years ago
  52. f9c96fc NFSv4.1 free slot before resending I/O to MDS by Andy Adamson · 10 years ago
  53. 471252c pnfs: fix BUG in filelayout_recover_commit_reqs by Weston Andros Adamson · 10 years ago
  54. 1e8968c NFS: dprintk() should not print negative fileids and inode numbers by Niels de Vos · 10 years ago
  55. 0e20162 NFSv4.1 Use MDS auth flavor for data server connection by Andy Adamson · 11 years ago
  56. cc668ab NFSv4: Add tracepoints for debugging reads and writes by Trond Myklebust · 11 years ago
  57. cd5875f NFSv4.1: Use layout credentials for get_deviceinfo calls by Trond Myklebust · 11 years ago
  58. 9b20614 NFSv4: The stateid must remain the same for replayed RPC calls by Trond Myklebust · 11 years ago
  59. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  60. 5d42230 NFSv4: Fail I/O if the state recovery fails irrevocably by Trond Myklebust · 11 years ago
  61. 2495680 NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn by Trond Myklebust · 11 years ago
  62. 78f3327 pnfs: fix resend_to_mds for directio by Benny Halevy · 11 years ago
  63. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  64. d9afbd1 NFSv4.1: Simplify the sequence setup by Trond Myklebust · 12 years ago
  65. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  66. bc5a89b NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout code by Trond Myklebust · 12 years ago
  67. 1813bad NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc() by Trond Myklebust · 12 years ago
  68. d527e5c NFSv4.1: Do not call pnfs_return_layout() from an rpciod context by Trond Myklebust · 12 years ago
  69. 8fcdc31 NFSv4.1: Kill nfs4_ds_disconnect() by Trond Myklebust · 12 years ago
  70. 8006bfb NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state by Trond Myklebust · 12 years ago
  71. 965938b NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID" by Trond Myklebust · 12 years ago
  72. 1dfed27 NFSv4.1: pNFS data servers may be temporarily offline by Trond Myklebust · 12 years ago
  73. 78e4e05 NFSv4.1: Replace get_device_info() with filelayout_get_device_info() by Trond Myklebust · 12 years ago
  74. 9369a43 NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg() by Trond Myklebust · 12 years ago
  75. baf6c2a NFSv4.1 don't send LAYOUTCOMMIT if data resent through MDS by Andy Adamson · 12 years ago
  76. 82c7c7a NFSv4.1 return the LAYOUT for each file with failed DS connection I/O by Andy Adamson · 12 years ago
  77. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  78. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  79. 497826a NFS: Fix compiler warnings by Bryan Schumaker · 12 years ago
  80. bd4aeff NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasks by Andy Adamson · 12 years ago
  81. 996074c NFSv4.1 Just use nfs_put_client in filelayout release by Andy Adamson · 12 years ago
  82. d42e787 NFSv4.1 fix null state reference in filelayout_async_handle_error by Andy Adamson · 12 years ago
  83. 53b8ee3 NFSv4.1: Fix a bad reference count issue in the pNFS commit code by Trond Myklebust · 12 years ago
  84. 041245c NFSv4.1 resend LAYOUTGET on data server invalid layout errors by Andy Adamson · 12 years ago
  85. b4a2967 NFSv4.1 dereference a disconnected data server client record by Andy Adamson · 12 years ago
  86. 3a7936c NFSv4.1 ref count nfs_client across filelayout data server io by Andy Adamson · 12 years ago
  87. 0a57cda NFSv4.1 send layoutreturn to fence disconnected data server by Andy Adamson · 12 years ago
  88. 671fb89 NFSv4.1 wake up all tasks on un-connected DS slot table waitq by Andy Adamson · 12 years ago
  89. 0ad2f37 NFSv4.1 Check invalid deviceid upon slot table waitq wakeup by Andy Adamson · 12 years ago
  90. e7dd79af NFSv4.1: mark deviceid invalid on filelayout DS connection errors by Andy Adamson · 12 years ago
  91. 9f0ec176 NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls by Andy Adamson · 12 years ago
  92. 90fecfc NFSv4.1 cleanup filelayout invalid layout handling by Andy Adamson · 12 years ago
  93. 554d458 NFSv4.1: cleanup filelayout invalid deviceid handling by Andy Adamson · 12 years ago
  94. df01174 NFS: Prevent garbage cinfo->ds from leaking out by Fred Isaman · 12 years ago
  95. 1763da1 NFS: rewrite directio write to use async coalesce code by Fred Isaman · 12 years ago
  96. f453a54 NFS: create nfs_commit_completion_ops by Fred Isaman · 12 years ago
  97. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  98. 1825a0d NFS: prepare coalesce testing for directio by Fred Isaman · 12 years ago
  99. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  100. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago