1. 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 1 month ago
  2. 52104f2 NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() by Trond Myklebust · 4 years, 1 month ago
  3. 9bfffea pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read by Trond Myklebust · 4 years, 1 month ago
  4. cac1d3a NFSv4/pnfs: Add tracing for the deviceid cache by Trond Myklebust · 4 years, 1 month ago
  5. 7be9b38 NFSv4.2: fix error return on memory allocation failure by Colin Ian King · 4 years, 1 month ago
  6. f986e35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  7. aa6159a kernel.h: split out mathematical helpers by Andy Shevchenko · 4 years, 1 month ago
  8. 1a50ede Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 1 month ago
  9. 5c3485b NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yet by Trond Myklebust · 4 years, 1 month ago
  10. 7aedc68 NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow by Trond Myklebust · 4 years, 1 month ago
  11. 503b934 NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow by Trond Myklebust · 4 years, 1 month ago
  12. dac3b10 NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer by Trond Myklebust · 4 years, 1 month ago
  13. 82f98c8 NFSv4.2: decode_read_plus_hole() needs to check the extent offset by Trond Myklebust · 4 years, 1 month ago
  14. 5c4afe2 NFSv4.2: decode_read_plus_data() must skip padding after data segment by Trond Myklebust · 4 years, 1 month ago
  15. 1ee6310 NFSv4.2: Ensure we always reset the result->count in decode_read_plus() by Trond Myklebust · 4 years, 1 month ago
  16. 1f70ea7 NFSv4.1: use BITS_PER_LONG macro in nfs4session.h by Geliang Tang · 4 years, 1 month ago
  17. a1f2673 NFSv4.2: improve page handling for GETXATTR by Frank van der Linden · 4 years, 2 months ago
  18. 21e3140 NFS: Disable READ_PLUS by default by Anna Schumaker · 4 years, 2 months ago
  19. fe8eb82 NFSv4.2: Fix 5 seconds delay when doing inter server copy by Dai Ngo · 4 years, 2 months ago
  20. 1c87b85 NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation by Chuck Lever · 4 years, 2 months ago
  21. fa94a95 NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages() by Trond Myklebust · 4 years, 2 months ago
  22. 716a8bc nfsd: Record NFSv4 pre/post-op attributes as non-atomic by Trond Myklebust · 4 years, 2 months ago
  23. 01cbf38 nfsd: Set PF_LOCAL_THROTTLE on local filesystems only by Trond Myklebust · 4 years, 2 months ago
  24. 7f84b48 nfsd: close cached files prior to a REMOVE or RENAME that would replace target by Jeff Layton · 4 years, 2 months ago
  25. ba5e818 nfsd: allow filesystems to opt out of subtree checking by Jeff Layton · 4 years, 2 months ago
  26. daab110 nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations by Jeff Layton · 4 years, 2 months ago
  27. bf701b76 NFS: switch nfsiod to be an UNBOUND workqueue. by NeilBrown · 4 years, 2 months ago
  28. d3ff46f NFSv4: Refactor to use user namespaces for nfs4idmap by Sargun Dhillon · 4 years, 2 months ago
  29. d18a9d3 NFS: NFSv2/NFSv3: Use cred from fs_context during mount by Sargun Dhillon · 4 years, 2 months ago
  30. b6d49ec NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode by Trond Myklebust · 4 years, 2 months ago
  31. 1706846 NFSv4: Fix open coded xdr_stream_remaining() by Trond Myklebust · 4 years, 2 months ago
  32. 9ed5af26 SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() by Trond Myklebust · 4 years, 2 months ago
  33. 046e5cc NFSv4: Fix the alignment of page data in the getdeviceinfo reply by Trond Myklebust · 4 years, 2 months ago
  34. 9889981 pNFS: Clean up open coded xdr string decoding by Trond Myklebust · 4 years, 2 months ago
  35. 9a70163 pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transports by Trond Myklebust · 4 years, 2 months ago
  36. 4be78d2 NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr by Trond Myklebust · 4 years, 3 months ago
  37. 190c75a pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr by Trond Myklebust · 4 years, 2 months ago
  38. a12f996 NFSv4/pNFS: Use connections to a DS that are all of the same protocol family by Trond Myklebust · 4 years, 3 months ago
  39. 1c3695d NFS: Switch mount code to use xprt_find_transport_ident() by Trond Myklebust · 4 years, 2 months ago
  40. 794092c NFS: Do uncached readdir when we're seeking a cookie in an empty page cache by Trond Myklebust · 4 years, 3 months ago
  41. 35df59d NFS: Reduce number of RPC calls when doing uncached readdir by Trond Myklebust · 4 years, 3 months ago
  42. 762567b NFS: Optimisations for monotonically increasing readdir cookies by Trond Myklebust · 4 years, 3 months ago
  43. b593c09 NFS: Improve handling of directory verifiers by Trond Myklebust · 4 years, 3 months ago
  44. 9fff59e NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls by Trond Myklebust · 4 years, 3 months ago
  45. 82e22a5 NFS: Allow the NFS generic code to pass in a verifier to readdir by Trond Myklebust · 4 years, 3 months ago
  46. 6c981ef NFS: Cleanup to remove nfs_readdir_descriptor_t typedef by Trond Myklebust · 4 years, 3 months ago
  47. 6b75cf9 NFS: Reduce readdir stack usage by Trond Myklebust · 4 years, 3 months ago
  48. dbeaf8c NFS: nfs_do_filldir() does not return a value by Trond Myklebust · 4 years, 3 months ago
  49. 93b8959 NFS: More readdir cleanups by Trond Myklebust · 4 years, 3 months ago
  50. 1a34c8c9 NFS: Support larger readdir buffers by Trond Myklebust · 4 years, 3 months ago
  51. a52a8a6 NFS: Simplify struct nfs_cache_array_entry by Trond Myklebust · 4 years, 3 months ago
  52. ed09222 NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array() by Trond Myklebust · 4 years, 3 months ago
  53. e762a63 NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array() by Trond Myklebust · 4 years, 3 months ago
  54. 3b2a09f NFS: Don't discard readdir results by Trond Myklebust · 4 years, 3 months ago
  55. 1f1d4aa4 NFS: Clean up directory array handling by Trond Myklebust · 4 years, 3 months ago
  56. 972bcdf NFS: Clean up nfs_readdir_page_filler() by Trond Myklebust · 4 years, 3 months ago
  57. b1e21c9 NFS: Clean up readdir struct nfs_cache_array by Trond Myklebust · 4 years, 3 months ago
  58. 2e7a464 NFS: Ensure contents of struct nfs_open_dir_context are consistent by Trond Myklebust · 4 years, 3 months ago
  59. 05ad917 NFSv4.2: condition READDIR's mask for security label based on LSM state by Olga Kornievskaia · 4 years, 3 months ago
  60. 76998eb NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookupp by Trond Myklebust · 4 years, 3 months ago
  61. 3c5e9a5 NFSv3: Add emulation of the lookupp() operation by Trond Myklebust · 4 years, 3 months ago
  62. 5f447cb NFSv3: Refactor nfs3_proc_lookup() to split out the dentry by Trond Myklebust · 4 years, 3 months ago
  63. bd75475 NFSv4.2: Fix 5 seconds delay when doing inter server copy by Dai Ngo · 4 years, 2 months ago
  64. 5482e09 NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation by Chuck Lever · 4 years, 2 months ago
  65. 0ae4c3e SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() by Chuck Lever · 4 years, 2 months ago
  66. 63e2fff pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled by Trond Myklebust · 4 years, 2 months ago
  67. 11decaf NFS: Remove unnecessary inode lock in nfs_fsync_dir() by Trond Myklebust · 4 years, 3 months ago
  68. 83f2c45 NFS: Remove unnecessary inode locking in nfs_llseek_dir() by Trond Myklebust · 4 years, 3 months ago
  69. 6c2190b NFS: Fix listxattr receive buffer size by Chuck Lever · 4 years, 3 months ago
  70. 70438af NFSv4.2: fix failure to unregister shrinker by J. Bruce Fields · 4 years, 3 months ago
  71. 3fc2bfa nfsroot: Default mount option should ask for built-in NFS version by Helge Deller · 4 years, 3 months ago
  72. 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 3 months ago
  73. 0cfcd40 NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy by Dai Ngo · 4 years, 3 months ago
  74. 59f0e7e Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 3 months ago
  75. 8c39076 NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag by Olga Kornievskaia · 4 years, 3 months ago
  76. 094eca3 NFSv4: Fix up RCU annotations for struct nfs_netns_client by Trond Myklebust · 4 years, 3 months ago
  77. 61ca2c4 NFS: Only reference user namespace from nfs4idmap struct instead of cred by Sargun Dhillon · 4 years, 3 months ago
  78. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  79. 22230cd Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  80. a2d24bc nfs: add missing "posix" local_lock constant table definition by Scott Mayhew · 4 years, 3 months ago
  81. 39d43d1 NFSv4: Use the net namespace uniquifier if it is set by Trond Myklebust · 4 years, 4 months ago
  82. 1aee551 NFSv4: Clean up initialisation of uniquified client id strings by Trond Myklebust · 4 years, 4 months ago
  83. bff049a3 NFS: Decode a full READ_PLUS reply by Anna Schumaker · 4 years, 10 months ago
  84. c05eafa NFS: Add READ_PLUS hole segment decoding by Anna Schumaker · 6 years ago
  85. c567552 NFS: Add READ_PLUS data segment support by Anna Schumaker · 11 years ago
  86. a14a635 NFS: Use xdr_page_pos() in NFSv4 decode_getacl() by Anna Schumaker · 4 years, 9 months ago
  87. 247db73 NFS: fix nfs_path in case of a rename retry by Ashish Sangwan · 4 years, 4 months ago
  88. 5904c16 fs: nfs: return per memcg count for xattr shrinkers by Yang Shi · 4 years, 4 months ago
  89. b4868b4 NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE by Benjamin Coddington · 4 years, 4 months ago
  90. fb08334 nfs: remove incorrect fallthrough label by Nick Desaulniers · 4 years, 4 months ago
  91. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
  92. 76bd5c0 NFSv4: make cache consistency bitmask dynamic by Olga Kornievskaia · 4 years, 4 months ago
  93. 9f26645 nfs: fix spellint typo in pnfs.c by Wang Qing · 4 years, 4 months ago
  94. 67e306c fs,nfs: lift compat nfs4 mount data handling into the nfs code by Christoph Hellwig · 4 years, 4 months ago
  95. a1c7dc5 nfs: simplify nfs4_parse_monolithic by Christoph Hellwig · 4 years, 4 months ago
  96. c754e13 pNFS/flexfiles: Be consistent about mirror index types by Trond Myklebust · 4 years, 4 months ago
  97. c0a1d12 pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read by Trond Myklebust · 4 years, 4 months ago
  98. 68274f9 NFSv4.2: xattr cache: remove unused cache struct field by Frank van der Linden · 4 years, 5 months ago
  99. cf65e49 nfs: Convert to use the preferred fallthrough macro by Miaohe Lin · 4 years, 5 months ago
  100. d8a6ad9 NFS4: Fix oops when copy_file_range is attempted with NFS4.0 source by Dave Wysochanski · 4 years, 6 months ago