1. e38bb23 NFS: Convert mount option parsing to use functionality from fs_parser.h by Scott Mayhew · 5 years ago
  2. 38465f5 NFS: rename nfs_fs_context pointer arg in a few functions by Scott Mayhew · 5 years ago
  3. e558100 NFS: Do some tidying of the parsing code by David Howells · 5 years ago
  4. 48be8a6 NFS: Add a small buffer in nfs_fs_context to avoid string dup by David Howells · 5 years ago
  5. cbd071b NFS: Deindent nfs_fs_context_parse_option() by David Howells · 5 years ago
  6. f8ee01e NFS: Split nfs_parse_mount_options() by David Howells · 5 years ago
  7. 5eb005c NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context by David Howells · 5 years ago
  8. e0a626b NFS: Constify mount argument match tables by David Howells · 5 years ago
  9. 9954bf9 NFS: Move mount parameterisation bits into their own file by David Howells · 5 years ago
  10. adf2314 nfs: get rid of ->set_security() by Al Viro · 5 years ago
  11. ba8b614 nfs_clone_sb_security(): simplify the check for server bogosity by Al Viro · 5 years ago
  12. ab88dca nfs: get rid of mount_info ->fill_super() by Al Viro · 5 years ago
  13. 0c38f21 nfs: don't pass nfs_subversion to ->create_server() by Al Viro · 5 years ago
  14. 1bc3a2c nfs: unexport nfs_fs_mount_common() by Al Viro · 5 years ago
  15. 82eaed2 nfs: merge xdev and remote file_system_type by Al Viro · 5 years ago
  16. a55d329 nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common() by Al Viro · 5 years ago
  17. 6a3f7a3 nfs: stash nfs_subversion reference into nfs_mount_info by Al Viro · 5 years ago
  18. 250d69f nfs: lift setting mount_info from nfs_xdev_mount() by Al Viro · 5 years ago
  19. 4e35776 nfs4: fold nfs_do_root_mount/nfs_follow_remote_path by Al Viro · 5 years ago
  20. 6654f8e nfs: don't bother setting/restoring export_path around do_nfs_root_mount() by Al Viro · 5 years ago
  21. 15a9c4e nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type by Al Viro · 5 years ago
  22. 7643c12 nfs: lift setting mount_info from nfs4_remote{,_referral}_mount by Al Viro · 5 years ago
  23. d0b779d nfs: stash server into struct nfs_mount_info by Al Viro · 5 years ago
  24. 444a529 saner calling conventions for nfs_fs_mount_common() by Al Viro · 5 years ago
  25. 21f86d2 NFS4: Trace lock reclaims by Chuck Lever · 5 years ago
  26. 511ba52 NFS4: Trace state recovery operation by Chuck Lever · 5 years ago
  27. f751c54 NFSv4.2 fix memory leak in nfs42_ssc_open by Olga Kornievskaia · 5 years ago
  28. 66588ab NFSv4.2 fix kfree in __nfs42_copy_file_range by Olga Kornievskaia · 5 years ago
  29. 843aa17 NFS: remove duplicated include from nfs4file.c by YueHaibing · 5 years ago
  30. 0003010 NFSv4: Make _nfs42_proc_copy_notify() static by YueHaibing · 5 years ago
  31. 913eca1 NFS: Fallocate should use the nfs4_fattr_bitmap by Anna Schumaker · 5 years ago
  32. 89658c4 NFS: Return -ETXTBSY when attempting to write to a swapfile by Anna Schumaker · 5 years ago
  33. 0e96322 fs: nfs: sysfs: Remove NULL check before kfree by Saurav Girepunje · 5 years ago
  34. 9c91fa3 NFS: remove unneeded semicolon by YueHaibing · 5 years ago
  35. d49dd11 NFSv4: add declaration of current_stateid by Ben Dooks · 5 years ago
  36. 5326de9 NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturn by Trond Myklebust · 5 years ago
  37. 5c44154 NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process() by Trond Myklebust · 5 years ago
  38. 807ce06 Merge branch 'linux-ssc-for-5.5' by Trond Myklebust · 5 years ago
  39. 43622ea NFS: Add a tracepoint in nfs_fh_to_dentry() by Trond Myklebust · 5 years ago
  40. 70d136b NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done() by Trond Myklebust · 5 years ago
  41. 246afc0a NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn by Trond Myklebust · 5 years ago
  42. ee05f45 NFSv4: Fix races between open and delegreturn by Trond Myklebust · 5 years ago
  43. 42c304c NFS: nfs_inode_find_state_and_recover() fix stateid matching by Trond Myklebust · 5 years ago
  44. 3887ce1 NFSv4: Fix nfs4_inode_make_writeable() by Trond Myklebust · 5 years ago
  45. 40e6aa1 NFSv4: nfs4_return_incompatible_delegation() should check delegation validity by Trond Myklebust · 5 years ago
  46. 1deed57 NFSv4: Don't reclaim delegations that have been returned or revoked by Trond Myklebust · 5 years ago
  47. af20b7b NFSv4: Ignore requests to return the delegation if it was revoked by Trond Myklebust · 5 years ago
  48. d51f91d NFSv4: Revoke the delegation on success in nfs4_delegreturn_done() by Trond Myklebust · 5 years ago
  49. f2d47b5 NFSv4: Update the stateid seqid in nfs_revoke_delegation() by Trond Myklebust · 5 years ago
  50. ae084a3 NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation() by Trond Myklebust · 5 years ago
  51. e0f0789 NFSv4: Hold the delegation spinlock when updating the seqid by Trond Myklebust · 5 years ago
  52. f9e0cc9 NFSv4: Don't remove the delegation from the super_list more than once by Trond Myklebust · 5 years ago
  53. b47e0e4 NFS: Rename nfs_inode_return_delegation_noreclaim() by Trond Myklebust · 5 years ago
  54. b575620 NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked by Trond Myklebust · 5 years ago
  55. 457a504 NFSv4: Delegation recalls should not find revoked delegations by Trond Myklebust · 5 years ago
  56. 5decae1 NFSv4: nfs4_callback_getattr() should ignore revoked delegations by Trond Myklebust · 5 years ago
  57. 333ac78 NFSv4: Fix delegation handling in update_open_stateid() by Trond Myklebust · 5 years ago
  58. e6237b6 NFSv4.1: Don't rebind to the same source port when reconnecting to the server by Trond Myklebust · 5 years ago
  59. 52f98f1a2 NFS/pnfs: Separate NFSv3 DS and MDS traffic by Trond Myklebust · 5 years ago
  60. c6eb584 pNFS: nfs3_set_ds_client should set NFS_CS_NOPING by Trond Myklebust · 5 years ago
  61. 4b1b69c NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING by Trond Myklebust · 5 years ago
  62. d0372b67 NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata by Trond Myklebust · 5 years ago
  63. 6430b32 NFSv3: Clean up timespec encode by Trond Myklebust · 5 years ago
  64. c9dbfd9 NFSv2: Clean up timespec encode by Trond Myklebust · 5 years ago
  65. ad97a99 NFSv2: Fix a typo in encode_sattr() by Trond Myklebust · 5 years ago
  66. 7d34ff5 NFSv4: NFSv4 callbacks also support 64-bit timestamps by Trond Myklebust · 5 years ago
  67. e7d4b05 NFSv4: Encode 64-bit timestamps by Trond Myklebust · 5 years ago
  68. e86d5a0 NFS: Convert struct nfs_fattr to use struct timespec64 by Trond Myklebust · 5 years ago
  69. 22a1ae9 NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submounts by Trond Myklebust · 5 years ago
  70. 79cc554 NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() by Trond Myklebust · 5 years ago
  71. be3df3d NFSv4: Don't allow a cached open with a revoked delegation by Trond Myklebust · 5 years ago
  72. 1047ec8 NFSv4: Fix leak of clp->cl_acceptor string by Chuck Lever · 5 years ago
  73. 8dff1df NFS: replace cross device check in copy_file_range by Olga Kornievskaia · 6 years ago
  74. 1275101 NFS based on file size issue sync copy or fallback to generic copy offload by Olga Kornievskaia · 6 years ago
  75. 0e65a32 NFS: handle source server reboot by Olga Kornievskaia · 6 years ago
  76. fefa1a8 NFS handle NFS4ERR_PARTNER_NO_AUTH error by Olga Kornievskaia · 6 years ago
  77. 1240602 NFS: also send OFFLOAD_CANCEL to source server by Olga Kornievskaia · 6 years ago
  78. 6b61c96 NFS: COPY handle ERR_OFFLOAD_DENIED by Olga Kornievskaia · 7 years ago
  79. 7e35019 NFS: for "inter" copy treat ESTALE as ENOTSUPP by Olga Kornievskaia · 7 years ago
  80. 0b9018b NFS: skip recovery of copy open on dest server by Olga Kornievskaia · 5 years ago
  81. ec4b092 NFS: inter ssc open by Olga Kornievskaia · 5 years ago
  82. 1d38f3f NFS: add ca_source_server<> to COPY by Olga Kornievskaia · 6 years ago
  83. 0491567 NFS: add COPY_NOTIFY operation by Olga Kornievskaia · 6 years ago
  84. 0b57484 NFS: Remove redundant mirror tracking in O_DIRECT by Trond Myklebust · 5 years ago
  85. 031d73e NFS: Fix O_DIRECT accounting of number of bytes read/written by Trond Myklebust · 5 years ago
  86. 33ea5aa nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request by ZhangXiaoxu · 5 years ago
  87. 972a2bf Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  88. a8fd0fe pNFS/filelayout: enable LAYOUTGET on OPEN by Olga Kornievskaia · 5 years ago
  89. c128e57 NFS: Optimise the default readahead size by Trond Myklebust · 5 years ago
  90. 32c6e7e NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU by Trond Myklebust · 5 years ago
  91. 0e0cb35 NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE by Trond Myklebust · 5 years ago
  92. e217e82 NFSv4: Fix OPEN_DOWNGRADE error handling by Trond Myklebust · 5 years ago
  93. 30cb3ee pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid by Trond Myklebust · 5 years ago
  94. 9228395 NFSv4: Add a helper to increment stateid seqids by Trond Myklebust · 5 years ago
  95. 6109bcf NFSv4: Handle RPC level errors in LAYOUTRETURN by Trond Myklebust · 5 years ago
  96. 078a432 NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close by Trond Myklebust · 5 years ago
  97. 287a9c5 NFSv4: Clean up pNFS return-on-close error handling by Trond Myklebust · 5 years ago
  98. 9c47b18 pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors by Trond Myklebust · 5 years ago
  99. 581057c NFS: remove unused check for negative dentry by Benjamin Coddington · 5 years ago
  100. 17fd6e4 NFSv3: use nfs_add_or_obtain() to create and reference inodes by Benjamin Coddington · 5 years ago