1. f7b37b8 NFS: Add softreval behaviour to nfs_lookup_revalidate() by Trond Myklebust · 5 years ago
  2. fe1e8dbe NFSv3: FIx bug when using chacl and chmod to change acl by Su Yanjun · 5 years ago
  3. d826e5b NFSv4.x recover from pre-mature loss of openstateid by Olga Kornievskaia · 5 years ago
  4. 62a1573 NFSv4 fix acl retrieval over krb5i/krb5p mounts by Olga Kornievskaia · 5 years ago
  5. c74dfe9 NFS: Add mount option 'softreval' by Trond Myklebust · 5 years ago
  6. 5c965db NFS: Trust cached access if we've already revalidated the inode once by Trond Myklebust · 5 years ago
  7. 4daaeba NFS: Fix nfs_direct_write_reschedule_io() by Trond Myklebust · 5 years ago
  8. 8c9cb71 NFS: When resending after a short write, reset the reply count to zero by Trond Myklebust · 5 years ago
  9. e8194b7 NFS: Improve tracing of permission calls by Trond Myklebust · 5 years ago
  10. 088f3e6 pNFS/flexfiles: Add tracing for layout errors by Trond Myklebust · 5 years ago
  11. 7bdd297 NFS: Clean up generic file commit tracepoint by Trond Myklebust · 5 years ago
  12. 5bb2a7c NFS: Clean up generic writeback tracepoints by Trond Myklebust · 5 years ago
  13. 2343172 NFS: Clean up generic file read tracepoints by Trond Myklebust · 5 years ago
  14. 0722dc9 pNFS/flexfiles: Record resend attempts on I/O failure by Trond Myklebust · 5 years ago
  15. 118b629 NFS: Fix fix of show_nfs_errors by Trond Myklebust · 5 years ago
  16. 25925b0 NFSv4: Improve read/write/commit tracing by Trond Myklebust · 5 years ago
  17. 221203c NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() by Trond Myklebust · 5 years ago
  18. 2197e9b NFS: Fix up fsync() when the server rebooted by Trond Myklebust · 5 years ago
  19. b8946d7 NFS: Revalidate the file mapping on all fatal writeback errors by Trond Myklebust · 5 years ago
  20. 0df68ced NFS: Revalidate the file size on a fatal write error by Trond Myklebust · 5 years ago
  21. e0b27d9 NFS: Add missing null check for failed allocation by Colin Ian King · 5 years ago
  22. 474c4f3 nfs: NFS_SWAP should depend on SWAP by Geert Uytterhoeven · 5 years ago
  23. bd89bc6 fs/nfs, swapon: check holes in swapfile by Murphy Zhou · 5 years ago
  24. 2bb50aa NFS4: Report callback authentication errors by Chuck Lever · 5 years ago
  25. 861e167 NFS: Introduce trace events triggered by page writeback errors by Chuck Lever · 5 years ago
  26. 6ed2144 NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup by zhengbin · 5 years ago
  27. 8b98a53 NFS4: Remove unneeded semicolon by zhengbin · 5 years ago
  28. a3167da nfs: encode nfsv4 timestamps as 64-bit by Arnd Bergmann · 5 years ago
  29. e5189e9 nfs: remove timespec from xdr_encode_nfstime by Arnd Bergmann · 5 years ago
  30. bc35b6b nfs: fscache: use timespec64 in inode auxdata by Arnd Bergmann · 5 years ago
  31. ae08483 nfs: use timespec64 in nfs_fattr by Arnd Bergmann · 5 years ago
  32. ce8866f0 NFS: Attach supplementary error information to fs_context. by Scott Mayhew · 5 years ago
  33. 62a55d0 NFS: Additional refactoring for fs_context conversion by Scott Mayhew · 5 years ago
  34. f2aedb7 NFS: Add fs_context support. by David Howells · 5 years ago
  35. e38bb23 NFS: Convert mount option parsing to use functionality from fs_parser.h by Scott Mayhew · 5 years ago
  36. 38465f5 NFS: rename nfs_fs_context pointer arg in a few functions by Scott Mayhew · 5 years ago
  37. e558100 NFS: Do some tidying of the parsing code by David Howells · 5 years ago
  38. 48be8a6 NFS: Add a small buffer in nfs_fs_context to avoid string dup by David Howells · 5 years ago
  39. cbd071b NFS: Deindent nfs_fs_context_parse_option() by David Howells · 5 years ago
  40. f8ee01e NFS: Split nfs_parse_mount_options() by David Howells · 5 years ago
  41. 5eb005c NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context by David Howells · 5 years ago
  42. e0a626b NFS: Constify mount argument match tables by David Howells · 5 years ago
  43. 9954bf9 NFS: Move mount parameterisation bits into their own file by David Howells · 5 years ago
  44. adf2314 nfs: get rid of ->set_security() by Al Viro · 5 years ago
  45. ba8b614 nfs_clone_sb_security(): simplify the check for server bogosity by Al Viro · 5 years ago
  46. ab88dca nfs: get rid of mount_info ->fill_super() by Al Viro · 5 years ago
  47. 0c38f21 nfs: don't pass nfs_subversion to ->create_server() by Al Viro · 5 years ago
  48. 1bc3a2c nfs: unexport nfs_fs_mount_common() by Al Viro · 5 years ago
  49. 82eaed2 nfs: merge xdev and remote file_system_type by Al Viro · 5 years ago
  50. a55d329 nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common() by Al Viro · 5 years ago
  51. 6a3f7a3 nfs: stash nfs_subversion reference into nfs_mount_info by Al Viro · 5 years ago
  52. 250d69f nfs: lift setting mount_info from nfs_xdev_mount() by Al Viro · 5 years ago
  53. 4e35776 nfs4: fold nfs_do_root_mount/nfs_follow_remote_path by Al Viro · 5 years ago
  54. 6654f8e nfs: don't bother setting/restoring export_path around do_nfs_root_mount() by Al Viro · 5 years ago
  55. 15a9c4e nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type by Al Viro · 5 years ago
  56. 7643c12 nfs: lift setting mount_info from nfs4_remote{,_referral}_mount by Al Viro · 5 years ago
  57. d0b779d nfs: stash server into struct nfs_mount_info by Al Viro · 5 years ago
  58. 444a529 saner calling conventions for nfs_fs_mount_common() by Al Viro · 5 years ago
  59. 21f86d2 NFS4: Trace lock reclaims by Chuck Lever · 5 years ago
  60. 511ba52 NFS4: Trace state recovery operation by Chuck Lever · 5 years ago
  61. f751c54 NFSv4.2 fix memory leak in nfs42_ssc_open by Olga Kornievskaia · 5 years ago
  62. 66588ab NFSv4.2 fix kfree in __nfs42_copy_file_range by Olga Kornievskaia · 5 years ago
  63. 843aa17 NFS: remove duplicated include from nfs4file.c by YueHaibing · 5 years ago
  64. 0003010 NFSv4: Make _nfs42_proc_copy_notify() static by YueHaibing · 5 years ago
  65. 913eca1 NFS: Fallocate should use the nfs4_fattr_bitmap by Anna Schumaker · 5 years ago
  66. 89658c4 NFS: Return -ETXTBSY when attempting to write to a swapfile by Anna Schumaker · 5 years ago
  67. 0e96322 fs: nfs: sysfs: Remove NULL check before kfree by Saurav Girepunje · 5 years ago
  68. 9c91fa3 NFS: remove unneeded semicolon by YueHaibing · 5 years ago
  69. d49dd11 NFSv4: add declaration of current_stateid by Ben Dooks · 5 years ago
  70. 5326de9 NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturn by Trond Myklebust · 5 years ago
  71. 5c44154 NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process() by Trond Myklebust · 5 years ago
  72. 807ce06 Merge branch 'linux-ssc-for-5.5' by Trond Myklebust · 5 years ago
  73. 43622ea NFS: Add a tracepoint in nfs_fh_to_dentry() by Trond Myklebust · 5 years ago
  74. 70d136b NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done() by Trond Myklebust · 5 years ago
  75. 246afc0a NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn by Trond Myklebust · 5 years ago
  76. ee05f45 NFSv4: Fix races between open and delegreturn by Trond Myklebust · 5 years ago
  77. 42c304c NFS: nfs_inode_find_state_and_recover() fix stateid matching by Trond Myklebust · 5 years ago
  78. 3887ce1 NFSv4: Fix nfs4_inode_make_writeable() by Trond Myklebust · 5 years ago
  79. 40e6aa1 NFSv4: nfs4_return_incompatible_delegation() should check delegation validity by Trond Myklebust · 5 years ago
  80. 1deed57 NFSv4: Don't reclaim delegations that have been returned or revoked by Trond Myklebust · 5 years ago
  81. af20b7b NFSv4: Ignore requests to return the delegation if it was revoked by Trond Myklebust · 5 years ago
  82. d51f91d NFSv4: Revoke the delegation on success in nfs4_delegreturn_done() by Trond Myklebust · 5 years ago
  83. f2d47b5 NFSv4: Update the stateid seqid in nfs_revoke_delegation() by Trond Myklebust · 5 years ago
  84. ae084a3 NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation() by Trond Myklebust · 5 years ago
  85. e0f0789 NFSv4: Hold the delegation spinlock when updating the seqid by Trond Myklebust · 5 years ago
  86. f9e0cc9 NFSv4: Don't remove the delegation from the super_list more than once by Trond Myklebust · 5 years ago
  87. b47e0e4 NFS: Rename nfs_inode_return_delegation_noreclaim() by Trond Myklebust · 5 years ago
  88. b575620 NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked by Trond Myklebust · 5 years ago
  89. 457a504 NFSv4: Delegation recalls should not find revoked delegations by Trond Myklebust · 5 years ago
  90. 5decae1 NFSv4: nfs4_callback_getattr() should ignore revoked delegations by Trond Myklebust · 5 years ago
  91. 333ac78 NFSv4: Fix delegation handling in update_open_stateid() by Trond Myklebust · 5 years ago
  92. e6237b6 NFSv4.1: Don't rebind to the same source port when reconnecting to the server by Trond Myklebust · 5 years ago
  93. 52f98f1a2 NFS/pnfs: Separate NFSv3 DS and MDS traffic by Trond Myklebust · 5 years ago
  94. c6eb584 pNFS: nfs3_set_ds_client should set NFS_CS_NOPING by Trond Myklebust · 5 years ago
  95. 4b1b69c NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING by Trond Myklebust · 5 years ago
  96. d0372b67 NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata by Trond Myklebust · 5 years ago
  97. 6430b32 NFSv3: Clean up timespec encode by Trond Myklebust · 5 years ago
  98. c9dbfd9 NFSv2: Clean up timespec encode by Trond Myklebust · 5 years ago
  99. ad97a99 NFSv2: Fix a typo in encode_sattr() by Trond Myklebust · 5 years ago
  100. 7d34ff5 NFSv4: NFSv4 callbacks also support 64-bit timestamps by Trond Myklebust · 5 years ago