1. 1ebf980 NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid() by Trond Myklebust · 7 years ago
  2. 22368ff PNFS for stateid errors retry against MDS first by Olga Kornievskaia · 7 years ago
  3. a0bc01e PNFS fix EACCESS on commit to DS handling by Olga Kornievskaia · 7 years ago
  4. 209aa23 nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout() by Artem Savkov · 8 years ago
  5. b3230e8 pNFS: Ensure we check layout segment validity in the pg_init() callback by Trond Myklebust · 8 years ago
  6. f9799ad Merge tag 'nfs-for-4.11-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  7. fabbbee PNFS fix fallback to MDS if got error on commit to DS by Olga Kornievskaia · 8 years ago
  8. 8d40b0f NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completes by Andy Adamson · 8 years ago
  9. 629dc87 NFS store nfs4_deviceid in struct nfs4_filelayout_segment by Andy Adamson · 8 years ago
  10. 551afbb NFS cleanup struct nfs4_filelayout_segment by Andy Adamson · 8 years ago
  11. 8841b5f Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  12. da066f3 pNFS/flexfiles: never nfs4_mark_deviceid_unavailable by Weston Andros Adamson · 8 years ago
  13. a33e4b0 pNFS: return status from nfs4_pnfs_ds_connect by Weston Andros Adamson · 8 years ago
  14. 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  15. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  16. 6de7e12 NFS: Use nfs4_setup_sequence() everywhere by Anna Schumaker · 8 years ago
  17. cfd278c NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success. by NeilBrown · 8 years ago
  18. 7d38de3 NFS: Remove unused authflavour parameter from nfs_get_client() by Anna Schumaker · 8 years ago
  19. e033fb5 pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode() by Trond Myklebust · 8 years ago
  20. 2e18d4d pNFS: Files and flexfiles always need to commit before layoutcommit by Trond Myklebust · 8 years ago
  21. 73e6c5d pNFS/files: Fix layoutcommit after a commit to DS by Trond Myklebust · 8 years ago
  22. c7d73af pnfs: pnfs_update_layout needs to consider if strict iomode checking is on by Tom Haynes · 9 years ago
  23. fe238e6 NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock by Dave Wysochanski · 9 years ago
  24. 6272dcc NFS: Simplify nfs_request_add_commit_list() arguments by Anna Schumaker · 9 years ago
  25. b9fc773 pNFS/flexfiles: Don't mark the entire layout as failed, when returning it by Trond Myklebust · 9 years ago
  26. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  27. 3ec0c97 nfs/filelayout: Fix NULL reference caused by double freeing of fh_array by Kinglong Mee · 9 years ago
  28. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  29. 5bb89b4 NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS by Trond Myklebust · 10 years ago
  30. 67af761 NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit() by Trond Myklebust · 10 years ago
  31. fc87701 NFS: Fix free_deveiceid -> free_deviceid by Trond Myklebust · 10 years ago
  32. 84a80f6 NFSv4.1: Convert pNFS deviceid to use kfree_rcu() by Trond Myklebust · 10 years ago
  33. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 10 years ago
  34. d15bc38 nfs: Provide and use helper functions for marking a page as unstable by Tom Haynes · 10 years ago
  35. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  36. b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
  37. 6cccbb6 nfs: rename pgio header ds_idx to ds_commit_idx by Weston Andros Adamson · 10 years ago
  38. 180bb5e pnfs: release lseg in pnfs_generic_pg_cleanup by Weston Andros Adamson · 10 years ago
  39. c220106 nfs/filelayout: use pnfs_error_mark_layout_for_return by Peng Tao · 10 years ago
  40. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 11 years ago
  41. c36aae9 nfs: allow different protocol in nfs_initiate_commit by Peng Tao · 11 years ago
  42. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 11 years ago
  43. 30626f9 nfs41: allow LD to choose DS connection version/minor_version by Peng Tao · 11 years ago
  44. 39280a5 nfs41: move file layout macros to generic pnfs by Peng Tao · 11 years ago
  45. 064172f nfs41: allow LD to choose DS connection auth flavor by Peng Tao · 11 years ago
  46. 7405f9e nfs41: pull nfs4_ds_connect from file layout to generic pnfs by Peng Tao · 11 years ago
  47. 6b7f3cf nfs41: pull decode_ds_addr from file layout to generic pnfs by Peng Tao · 11 years ago
  48. 875ae06 nfs41: pull data server cache from file layout to generic pnfs by Peng Tao · 11 years ago
  49. f54bcf2 pnfs: Prepare for flexfiles by pulling out common code by Tom Haynes · 10 years ago
  50. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  51. fe0bf11 NFS: Deletion of unnecessary checks before the function call "nfs_put_client" by Markus Elfring · 10 years ago
  52. c606bb8 NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked by Trond Myklebust · 10 years ago
  53. 6543f80 NFSv4.1/pnfs: replace broken pnfs_put_lseg_async by Trond Myklebust · 10 years ago
  54. 661373b pnfs: factor GETDEVICEINFO implementations by Christoph Hellwig · 10 years ago
  55. bc7d4b8 nfs/filelayout: set layoutcommit depending on write verifier by Peng Tao · 10 years ago
  56. 224ecbf pnfs: fix filelayout_retry_commit when idx > 0 by Weston Andros Adamson · 10 years ago
  57. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  58. 411a99a nfs: clear_request_commit while holding i_lock by Weston Andros Adamson · 10 years ago
  59. 02d1426 pnfs: find swapped pages on pnfs commit lists too by Weston Andros Adamson · 10 years ago
  60. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  61. 0b0bc6e pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails by Peng Tao · 10 years ago
  62. c8a3292 pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists by Peng Tao · 10 years ago
  63. f15b504 FS/NFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  64. 53113ad pnfs: clean up *_resend_to_mds by Weston Andros Adamson · 11 years ago
  65. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 11 years ago
  66. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  67. f383b7e NFSv4.1: Fix typo in dprintk by Tom Haynes · 11 years ago
  68. bf96bc0 NFSv4.1: Comment is now wrong and redundant to code by Tom Haynes · 11 years ago
  69. b596872 Push the file layout driver into a subdirectory by Tom Haynes · 11 years ago