1. 9b43a52 Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 2 months ago
  2. 5e9a7b9 NFS: Fix up a sparse warning by Trond Myklebust · 2 years, 2 months ago
  3. 029085b NFS: Judge the file access cache's timestamp in rcu path by Chengen Du · 2 years, 2 months ago
  4. a6b9d2f pNFS/filelayout: Fix coalescing test for single DS by Olga Kornievskaia · 2 years, 3 months ago
  5. 71a7507 Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 3 months ago
  6. 48ea09c Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 2 years, 3 months ago
  7. a044dab Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 3 months ago
  8. 7648229 Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 2 years, 3 months ago
  9. 6a518af Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 3 months ago
  10. 75f4d9a Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 3 months ago
  11. 7fd461c NFSv4.2: Change the default KConfig value for READ_PLUS by Anna Schumaker · 2 years, 3 months ago
  12. 247c01f trace: Relocate event helper files by Chuck Lever · 2 years, 4 months ago
  13. b4e4f66 NFSv4.x: Fail client initialisation if state manager thread can't run by Trond Myklebust · 2 years, 3 months ago
  14. 19cdc8f fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf() by ye xingchen · 2 years, 3 months ago
  15. 700fa9b NFS: use sysfs_emit() to instead of scnprintf() by ye xingchen · 2 years, 3 months ago
  16. a60214c NFS: Allow very small rsize & wsize again by Anna Schumaker · 2 years, 3 months ago
  17. f852702 NFSv4.2: Fix up READ_PLUS alignment by Anna Schumaker · 2 years, 3 months ago
  18. 36357fe NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUS by Anna Schumaker · 2 years, 3 months ago
  19. ef8d98f NFS: avoid spurious warning of lost lock that is being unlocked. by NeilBrown · 2 years, 5 months ago
  20. 5559405 nfs: fix possible null-ptr-deref when parsing param by Hawkins Jiawei · 2 years, 5 months ago
  21. d564d2c NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access() by ChenXiaoSong · 2 years, 6 months ago
  22. 6f1c1d9 NFS: make sure open context mode have FMODE_EXEC when file open for exec by ChenXiaoSong · 2 years, 6 months ago
  23. d01c6ed NFS4.x/pnfs: Fix up logging of layout stateids by Trond Myklebust · 2 years, 3 months ago
  24. 17b985d nfs: use locks_inode_context helper by Jeff Layton · 2 years, 4 months ago
  25. 5776a9c NFS: Fix a race in nfs_call_unlink() by Trond Myklebust · 2 years, 4 months ago
  26. 35e3b6a NFS: Fix an Oops in nfs_d_automount() by Trond Myklebust · 2 years, 4 months ago
  27. 51069e4 NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn by Trond Myklebust · 2 years, 4 months ago
  28. e83458f NFSv4: Fix a credential leak in _nfs4_discover_trunking() by Trond Myklebust · 2 years, 4 months ago
  29. 85aa8dd NFS: Trigger the "ls -l" readdir heuristic sooner by Benjamin Coddington · 2 years, 6 months ago
  30. c528f70 NFSv4.2: Fix initialisation of struct nfs4_label by Trond Myklebust · 2 years, 5 months ago
  31. 43c1031 NFSv4.2: Fix a memory stomp in decode_attr_security_label by Trond Myklebust · 2 years, 5 months ago
  32. c8a62f4 NFSv4.2: Always decode the security label by Trond Myklebust · 2 years, 5 months ago
  33. eef7314 NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding by Trond Myklebust · 2 years, 5 months ago
  34. 0eb4381 NFS: Clear the file access cache upon login by Trond Myklebust · 2 years, 6 months ago
  35. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
  36. 02a476d9 kobject: make kobject_get_ownership() take a constant kobject * by Greg Kroah-Hartman · 2 years, 4 months ago
  37. 5a17f04 cred: Do not default to init_cred in prepare_kernel_cred() by Kees Cook · 2 years, 4 months ago
  38. 7e84367 nfs4: Fix kmemleak when allocate slot failed by Zhang Xiaoxu · 2 years, 5 months ago
  39. 038efb6 NFSv4.2: Fixup CLONE dest file size for zero-length count by Benjamin Coddington · 2 years, 5 months ago
  40. f5ea161 NFSv4: Retry LOCK on OLD_STATEID during delegation return by Benjamin Coddington · 2 years, 5 months ago
  41. e59679f NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot by Trond Myklebust · 2 years, 5 months ago
  42. 5d917cb NFSv4.1: Handle RECLAIM_COMPLETE trunking errors by Trond Myklebust · 2 years, 5 months ago
  43. 1ba0439 NFSv4: Fix a potential state reclaim deadlock by Trond Myklebust · 2 years, 5 months ago
  44. cf0d7e7 NFS: Avoid memcpy() run-time warning for struct sockaddr overflows by Kees Cook · 2 years, 5 months ago
  45. 121affd nfs: Remove redundant null checks before kfree by Yushan Zhou · 2 years, 5 months ago
  46. cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 6 months ago
  47. 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 6 months ago
  48. 66b8345 Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 2 years, 5 months ago
  49. 30c9999 Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 5 months ago
  50. ab29622 Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 5 months ago
  51. b739a5b NFSv4/flexfiles: Cancel I/O if the layout is recalled or revoked by Trond Myklebust · 2 years, 5 months ago
  52. a0b685e NFSv4.2: Add a tracepoint for listxattr by Anna Schumaker · 2 years, 5 months ago
  53. 27ffed10 NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattr by Anna Schumaker · 2 years, 6 months ago
  54. 3a100e4 NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2 by Anna Schumaker · 2 years, 6 months ago
  55. 9636946 NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTR by Anna Schumaker · 2 years, 6 months ago
  56. a035618 nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declaration by Gaosheng Cui · 2 years, 6 months ago
  57. 8aa7cf8 NFSv4: remove nfs4_renewd_prepare_shutdown() declaration by Gaosheng Cui · 2 years, 6 months ago
  58. 74fd2ca fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in comment by Jiangshan Yi · 2 years, 6 months ago
  59. 9037715 NFSv4/pNFS: Always return layout stats on layout return for flexfiles by Trond Myklebust · 2 years, 7 months ago
  60. 0dd7439f NFS: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
  61. 384edeb NFS: clean up a needless assignment in nfs_file_write() by Lukas Bulwahn · 2 years, 7 months ago
  62. 7e7ce2c nfs: remove unnecessary (void*) conversions. by yuzhe · 2 years, 9 months ago
  63. 724e2df NFSv4: Directly use ida_alloc()/free() by Bo Liu · 2 years, 9 months ago
  64. 103cc1f SUNRPC: Parametrize how much of argsize should be zeroed by Chuck Lever · 2 years, 6 months ago
  65. 6504d82 Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 6 months ago
  66. d7a5118 NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE by Anna Schumaker · 2 years, 6 months ago
  67. f5d39b0 freezer,sched: Rewrite core freezer logic by Peter Zijlstra · 2 years, 7 months ago
  68. 265a04b _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping by Al Viro · 2 years, 7 months ago
  69. 1f24cd3 nfs_finish_open(): don't open-code file_inode() by Al Viro · 2 years, 7 months ago
  70. 2a9d683 NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0 by Trond Myklebust · 2 years, 7 months ago
  71. 072e513 Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 7 months ago
  72. fcfc8be NFSv4.2 fix problems with __nfs42_ssc_open by Olga Kornievskaia · 2 years, 7 months ago
  73. f16857e NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT by NeilBrown · 2 years, 7 months ago
  74. edf79ef NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mds by Trond Myklebust · 2 years, 7 months ago
  75. 67f4b5d NFS: Fix another fsync() issue after a server reboot by Trond Myklebust · 2 years, 7 months ago
  76. 2067231 NFS: Fix missing unlock in nfs_unlink() by Sun Ke · 2 years, 7 months ago
  77. aeb6e6a Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 7 months ago
  78. 3fa5cbd NFS: Improve readpage/writepage tracing by Trond Myklebust · 2 years, 7 months ago
  79. b313eb9 NFS: Improve O_DIRECT tracing by Trond Myklebust · 2 years, 7 months ago
  80. af887e4 NFS: Improve write error tracing by Trond Myklebust · 2 years, 7 months ago
  81. f30adc0 Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 7 months ago
  82. 1ef255e iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() by Al Viro · 2 years, 9 months ago
  83. fcb14cb new iov_iter flavour - ITER_UBUF by Al Viro · 2 years, 10 months ago
  84. 3c59366 NFS: don't unhash dentry during unlink/rename by NeilBrown · 2 years, 7 months ago
  85. 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 7 months ago
  86. f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 7 months ago
  87. c013d0a Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 7 months ago
  88. 2135e5d NFSv4/pnfs: Fix a use-after-free bug in open by Trond Myklebust · 2 years, 7 months ago
  89. b1a28f2 NFS: nfs_async_write_reschedule_io must not recurse into the writeback code by Trond Myklebust · 2 years, 7 months ago
  90. 5418465 mm/migrate: Convert migrate_page() to migrate_folio() by Matthew Wilcox (Oracle) · 2 years, 9 months ago
  91. 4ae84a8 nfs: Convert to migrate_folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
  92. e35a5e7 NFSv4.1: RECLAIM_COMPLETE must handle EACCES by Zhang Xianwei · 2 years, 8 months ago
  93. f201bdf NFSv4.1 probe offline transports for trunking on session creation by Olga Kornievskaia · 2 years, 8 months ago
  94. e818bd0 NFSv4.1 remove xprt from xprt_switch if session trunking test fails by Olga Kornievskaia · 2 years, 8 months ago
  95. 88363d3 NFSv4.1 offline trunkable transports on DESTROY_SESSION by Olga Kornievskaia · 2 years, 8 months ago
  96. d3b00a8 NFS: Replace the READ_PLUS decoding code by Anna Schumaker · 2 years, 8 months ago
  97. 33ce83e NFS: Replace fs_context-related dprintk() call sites with tracepoints by Chuck Lever · 2 years, 8 months ago
  98. 69d9665 nfs: only issue commit in DIO codepath if we have uncommitted data by Jeff Layton · 2 years, 8 months ago
  99. 55051c0 nfs: always check dreq->error after a commit by Jeff Layton · 2 years, 8 months ago
  100. 8efc4bb nfs: add new nfs_direct_req tracepoint events by Jeff Layton · 2 years, 8 months ago