1. 17f09d3 SUNRPC: Check if the xprt is connected before handling sysfs reads by Anna Schumaker · 3 years, 2 months ago
  2. 4330fe3 nfs: remove unused header <linux/pnfs_osd_xdr.h> by Jonathan Corbet · 3 years, 2 months ago
  3. 576acc2 nfs4: take a reference on the nfs_client when running FREE_STATEID by Scott Mayhew · 3 years, 2 months ago
  4. edfa0b1 NFS: Add offset to nfs_aop_readahead tracepoint by Dave Wysochanski · 3 years, 2 months ago
  5. cb5a967 xprtrdma: Fix a maybe-uninitialized compiler warning by Benjamin Coddington · 3 years, 2 months ago
  6. 8791545 NFS: Move NFS protocol display macros to global header by Chuck Lever · 3 years, 2 months ago
  7. 9d2d48b NFS: Move generic FS show macros to global header by Chuck Lever · 3 years, 2 months ago
  8. 280254b SUNRPC: Clean up xs_tcp_setup_sock() by Trond Myklebust · 3 years, 2 months ago
  9. ea9afca SUNRPC: Replace use of socket sk_callback_lock with sock_lock by Trond Myklebust · 3 years, 2 months ago
  10. 01d29f8 NFSv4: Fix a regression in nfs_set_open_stateid_locked() by Trond Myklebust · 3 years, 2 months ago
  11. 4cd27df NFS: Remove redundant call to __set_page_dirty_nobuffers by Trond Myklebust · 3 years, 2 months ago
  12. 023859c sunrpc: remove unnecessary test in rpc_task_set_client() by Thiago Rafael Becker · 3 years, 2 months ago
  13. 5fe1210 NFS: Unexport nfs_probe_fsinfo() by Anna Schumaker · 3 years, 3 months ago
  14. 1301ba6 NFS: Call nfs_probe_server() during a fscontext-reconfigure event by Anna Schumaker · 3 years, 3 months ago
  15. 4d4cf8d NFS: Replace calls to nfs_probe_fsinfo() with nfs_probe_server() by Anna Schumaker · 3 years, 3 months ago
  16. e573113 NFS: Move nfs_probe_destination() into the generic client by Anna Schumaker · 3 years, 3 months ago
  17. 01dde76 NFS: Create an nfs4_server_set_init_caps() function by Anna Schumaker · 3 years, 3 months ago
  18. 86882c7 NFS: Remove --> and <-- dprintk call sites by Chuck Lever · 3 years, 2 months ago
  19. b40887e SUNRPC: Trace calls to .rpc_call_done by Chuck Lever · 3 years, 2 months ago
  20. d9f8774 NFS: Replace dprintk callsites in nfs_readpage(s) by Chuck Lever · 3 years, 2 months ago
  21. 76497b1 SUNRPC: Use BIT() macro in rpc_show_xprt_state() by Chuck Lever · 3 years, 2 months ago
  22. b4776a3 SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size field by Chuck Lever · 3 years, 2 months ago
  23. 7a3d524 xprtrdma: Remove rpcrdma_ep::re_implicit_roundup by Chuck Lever · 3 years, 3 months ago
  24. 21037b8 xprtrdma: Provide a buffer to pad Write chunks of unaligned length by Chuck Lever · 3 years, 3 months ago
  25. d5f458a Fix user namespace leak by Alexey Gladkov · 3 years, 3 months ago
  26. e591b29 NFS: Save some space in the inode by Trond Myklebust · 3 years, 3 months ago
  27. 0ebeebc NFS: Fix WARN_ON due to unionization of nfs_inode.nrequests by Dave Wysochanski · 3 years, 3 months ago
  28. 6e176d4 NFSv4: Fixes for nfs4_inode_return_delegation() by Trond Myklebust · 3 years, 3 months ago
  29. f0caea8 NFS: Fix an Oops in pnfs_mark_request_commit() by Trond Myklebust · 3 years, 3 months ago
  30. 133a48a NFS: Fix up commit deadlocks by Trond Myklebust · 3 years, 3 months ago
  31. 64a93db NFS: Fix deadlocks in nfs_scan_commit_list() by Trond Myklebust · 3 years, 3 months ago
  32. 110cb2d NFS: Instrument i_size_write() by Chuck Lever · 3 years, 3 months ago
  33. 0392dd5 SUNRPC: Per-rpc_clnt task PIDs by Chuck Lever · 3 years, 3 months ago
  34. 8e09650 NFS: Remove unnecessary TRACE_DEFINE_ENUM()s by Chuck Lever · 3 years, 3 months ago
  35. a2915fa pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds by Baptiste Lepers · 3 years, 4 months ago
  36. 36a10a3 NFS: Remove unnecessary page cache invalidations by Trond Myklebust · 3 years, 3 months ago
  37. b97583b NFS: Do not flush the readdir cache in nfs_dentry_iput() by Trond Myklebust · 3 years, 3 months ago
  38. cec08f4 NFS: Fix dentry verifier races by Trond Myklebust · 3 years, 3 months ago
  39. ff81dfb NFS: Further optimisations for 'ls -l' by Trond Myklebust · 3 years, 3 months ago
  40. 2929bc3 NFS: Fix up nfs_readdir_inode_mapping_valid() by Trond Myklebust · 3 years, 3 months ago
  41. a6a361c NFS: Ignore the directory size when marking for revalidation by Trond Myklebust · 3 years, 3 months ago
  42. 488796e NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA by Trond Myklebust · 3 years, 3 months ago
  43. eea4133 NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED by Trond Myklebust · 3 years, 3 months ago
  44. a1e7f30 NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVE by Trond Myklebust · 3 years, 6 months ago
  45. 43d20e8 NFS: Fix a few more clear_bit() instances that need release semantics by Trond Myklebust · 3 years, 6 months ago
  46. 33c3214 SUNRPC: xprt_clear_locked() only needs release memory semantics by Trond Myklebust · 3 years, 6 months ago
  47. b9f8713 SUNRPC: Remove unnecessary memory barriers by Trond Myklebust · 3 years, 6 months ago
  48. 6dbcbe3 SUNRPC: Remove WQ_HIGHPRI from xprtiod by Trond Myklebust · 3 years, 6 months ago
  49. 47dd879 SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute() by Trond Myklebust · 3 years, 6 months ago
  50. ea7a101 SUNRPC: Partial revert of commit 6f9f17287e78 by Trond Myklebust · 3 years, 6 months ago
  51. ca05cba NFS: Fix up nfs_ctx_key_to_expire() by Trond Myklebust · 3 years, 6 months ago
  52. 9019fb3 NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink() by Trond Myklebust · 3 years, 6 months ago
  53. 342a67f NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink() by Trond Myklebust · 3 years, 6 months ago
  54. 9e1ff30 Linux 5.15-rc4 by Linus Torvalds · 3 years, 3 months ago
  55. 9b2f72c elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings by Chen Jingwen · 3 years, 3 months ago
  56. ca3cef4 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 3 months ago
  57. 7fab1c1 objtool: print out the symbol type when complaining about it by Linus Torvalds · 3 years, 3 months ago
  58. 291073a kvm: fix objtool relocation warning by Linus Torvalds · 3 years, 3 months ago
  59. 6761a0a Merge tag 'char-misc-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 3 months ago
  60. 84928ce Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 3 months ago
  61. 777feab Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  62. 3a399a2 Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  63. 52c3c17 Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  64. 7b66f43 Merge tag 'hwmon-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 3 years, 3 months ago
  65. e25ca04 Merge tag '5.15-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years, 3 months ago
  66. 9904468 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 3 months ago
  67. ab2a7a3 Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  68. 65893b4 Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  69. f05c643 Merge tag 'libnvdimm-fixes-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 3 months ago
  70. 6e9bfdc cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL object by Dave Wysochanski · 3 years, 3 months ago
  71. cdc1e6e drm/i915: fix blank screen booting crashes by Hugh Dickins · 3 years, 3 months ago
  72. dd4d747 hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structure field by Nadezda Lutovinova · 3 years, 3 months ago
  73. 0f36b88 hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structure field by Nadezda Lutovinova · 3 years, 3 months ago
  74. 943c15a hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure field by Nadezda Lutovinova · 3 years, 3 months ago
  75. 2292e2f hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controller by Vadim Pasternak · 3 years, 3 months ago
  76. f067d55 hwmon: (pmbus/ibm-cffps) max_power_out swap changes by Brandon Wyman · 3 years, 3 months ago
  77. ffa2600 hwmon: (occ) Fix P10 VRM temp sensors by Eddie James · 3 years, 3 months ago
  78. 53d5fc8 Merge tag 's390-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 3 months ago
  79. f5b667d thermal: Update information in MAINTAINERS by Rafael J. Wysocki · 3 years, 3 months ago
  80. b2626f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 3 months ago
  81. 24f67d8 Merge tag 'drm-fixes-2021-10-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 3 months ago
  82. 3f00838 io_uring: kill fasync by Pavel Begunkov · 3 years, 3 months ago
  83. 89e5035 Merge tag 'iommu-fixes-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 3 months ago
  84. 78ea814 Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Daniel Vetter · 3 years, 3 months ago
  85. 3ff43f9d Merge tag 'amd-drm-fixes-5.15-2021-09-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Daniel Vetter · 3 years, 3 months ago
  86. abb7700 Merge tag 'drm-intel-fixes-2021-09-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Daniel Vetter · 3 years, 3 months ago
  87. 83d40a6 sched: Always inline is_percpu_thread() by Peter Zijlstra · 3 years, 3 months ago
  88. 7030661 sched/fair: Null terminate buffer when updating tunable_scaling by Mel Gorman · 3 years, 3 months ago
  89. 2630cde sched/fair: Add ancestors of unthrottled undecayed cfs_rq by Michal Koutný · 3 years, 3 months ago
  90. f792565 perf/core: fix userpage->time_enabled of inactive events by Song Liu · 3 years, 3 months ago
  91. ecc2123 perf/x86/intel: Update event constraints for ICX by Kan Liang · 3 years, 3 months ago
  92. 02d029a perf/x86: Reset destroy callback on event init failure by Anand K Mistry · 3 years, 3 months ago
  93. 24ff652 objtool: Teach get_alt_entry() about more relocation types by Peter Zijlstra · 3 years, 3 months ago
  94. f2c77973 ext4: recheck buffer uptodate bit under buffer lock by Zhang Yi · 3 years, 4 months ago
  95. 42cb447 ext4: fix potential infinite loop in ext4_dx_readdir() by yangerkun · 3 years, 4 months ago
  96. bb9464e ext4: flush s_error_work before journal destroy in ext4_fill_super by yangerkun · 3 years, 3 months ago
  97. 75ca6ad ext4: fix loff_t overflow in ext4_max_bitmap_size() by Ritesh Harjani · 3 years, 7 months ago
  98. 6fed839 ext4: fix reserved space counter leakage by Jeffle Xu · 3 years, 4 months ago
  99. a2c2f08 ext4: limit the number of blocks in one ADD_RANGE TLV by Hou Tao · 3 years, 4 months ago
  100. 87ffb31 ksmbd: missing check for NULL in convert_to_nt_pathname() by Dan Carpenter · 3 years, 3 months ago