1. 5dcbfab NFSD: Relocate nfsd4_decode_opaque() by Chuck Lever · 4 years, 2 months ago
  2. 5c505d1 NFSD: Replace READ* macros in nfsd4_decode_link() by Chuck Lever · 4 years, 2 months ago
  3. f759eff NFSD: Replace READ* macros in nfsd4_decode_getattr() by Chuck Lever · 4 years, 2 months ago
  4. 95e6482 NFSD: Replace READ* macros in nfsd4_decode_delegreturn() by Chuck Lever · 4 years, 2 months ago
  5. 000dfa1 NFSD: Replace READ* macros in nfsd4_decode_create() by Chuck Lever · 4 years, 2 months ago
  6. d1c263a NFSD: Replace READ* macros in nfsd4_decode_fattr() by Chuck Lever · 4 years, 2 months ago
  7. 66f0476 NFSD: Replace READ* macros that decode the fattr4 umask attribute by Chuck Lever · 4 years, 2 months ago
  8. dabe918 NFSD: Replace READ* macros that decode the fattr4 security label attribute by Chuck Lever · 4 years, 2 months ago
  9. 1c3eff7 NFSD: Replace READ* macros that decode the fattr4 time_set attributes by Chuck Lever · 4 years, 2 months ago
  10. 393c31d NFSD: Replace READ* macros that decode the fattr4 owner_group attribute by Chuck Lever · 4 years, 2 months ago
  11. 9853a5a NFSD: Replace READ* macros that decode the fattr4 owner attribute by Chuck Lever · 4 years, 2 months ago
  12. 1c8f0ad NFSD: Replace READ* macros that decode the fattr4 mode attribute by Chuck Lever · 4 years, 2 months ago
  13. c941a96 NFSD: Replace READ* macros that decode the fattr4 acl attribute by Chuck Lever · 4 years, 2 months ago
  14. 2ac1b9b NFSD: Replace READ* macros that decode the fattr4 size attribute by Chuck Lever · 4 years, 2 months ago
  15. 081d53f NFSD: Change the way the expected length of a fattr4 is checked by Chuck Lever · 4 years, 2 months ago
  16. cbd9abb NFSD: Replace READ* macros in nfsd4_decode_commit() by Chuck Lever · 4 years, 2 months ago
  17. d3d2f38 NFSD: Replace READ* macros in nfsd4_decode_close() by Chuck Lever · 4 years, 2 months ago
  18. d169a6a NFSD: Replace READ* macros in nfsd4_decode_access() by Chuck Lever · 4 years, 2 months ago
  19. c1346a12 NFSD: Replace the internals of the READ_BUF() macro by Chuck Lever · 4 years, 2 months ago
  20. 0828134 NFSD: Add tracepoints in nfsd4_decode/encode_compound() by Chuck Lever · 4 years, 2 months ago
  21. 0dfdad1 NFSD: Add tracepoints in nfsd_dispatch() by Chuck Lever · 4 years, 3 months ago
  22. 788f718 NFSD: Add common helpers to decode void args and encode void results by Chuck Lever · 4 years, 2 months ago
  23. 5191955 SUNRPC: Prepare for xdr_stream-style decoding on the server-side by Chuck Lever · 4 years, 2 months ago
  24. 0ae4c3e SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() by Chuck Lever · 4 years, 2 months ago
  25. 231307d nfsd: Fix error return code in nfsd_file_cache_init() by Huang Guobin · 4 years, 2 months ago
  26. f45a444 NFSD: Add SPDX header for fs/nfsd/trace.c by Chuck Lever · 4 years, 5 months ago
  27. 3a90e1d NFSD: Remove extra "0x" in tracepoint format specifier by Chuck Lever · 4 years, 4 months ago
  28. b76278a NFSD: Clean up the show_nf_may macro by Chuck Lever · 4 years, 5 months ago
  29. 156708a SUNRPC: Move the svc_xdr_recvfrom() tracepoint by Chuck Lever · 4 years, 6 months ago
  30. 71fd721 nfsd/nfs3: remove unused macro nfsd3_fhandleres by Alex Shi · 4 years, 2 months ago
  31. 25fef48 NFSD: A semicolon is not needed after a switch statement. by Tom Rix · 4 years, 3 months ago
  32. d7cc739 svcrdma: support multiple Read chunks per RPC by Chuck Lever · 4 years, 5 months ago
  33. d96962e svcrdma: Use the new parsed chunk list when pulling Read chunks by Chuck Lever · 4 years, 4 months ago
  34. bafe9c2 svcrdma: Rename info::ri_chunklen by Chuck Lever · 4 years, 6 months ago
  35. b704be0 svcrdma: Clean up chunk tracepoints by Chuck Lever · 4 years, 7 months ago
  36. 7954c850 svcrdma: Remove chunk list pointers by Chuck Lever · 4 years, 7 months ago
  37. 41bc163 svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunk by Chuck Lever · 4 years, 10 months ago
  38. 2371bcc svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg() by Chuck Lever · 4 years, 10 months ago
  39. 9d0b09d5 svcrdma: Support multiple write chunks when pulling up by Chuck Lever · 4 years, 10 months ago
  40. 6911f3e svcrdma: Use parsed chunk lists to encode Reply transport headers by Chuck Lever · 4 years, 7 months ago
  41. 7a1cbfa svcrdma: Use parsed chunk lists to construct RDMA Writes by Chuck Lever · 4 years, 7 months ago
  42. 58b2e0f svcrdma: Use parsed chunk lists to detect reverse direction replies by Chuck Lever · 4 years, 10 months ago
  43. eb3de6a svcrdma: Use parsed chunk lists to derive the inv_rkey by Chuck Lever · 4 years, 7 months ago
  44. 78147ca svcrdma: Add a "parsed chunk list" data structure by Chuck Lever · 4 years, 7 months ago
  45. ded380f svcrdma: Clean up svc_rdma_encode_reply_chunk() by Chuck Lever · 4 years, 10 months ago
  46. f6ad775 svcrdma: Post RDMA Writes while XDR encoding replies by Chuck Lever · 4 years, 10 months ago
  47. 76e5492 NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders by Chuck Lever · 4 years, 2 months ago
  48. 03493bc SUNRPC: Rename svc_encode_read_payload() by Chuck Lever · 4 years, 7 months ago
  49. ab1394e svcrdma: Refactor the RDMA Write path by Chuck Lever · 4 years, 10 months ago
  50. 51bad8c svcrdma: Const-ify the xdr_buf arguments by Chuck Lever · 4 years, 10 months ago
  51. 5a7e702 SUNRPC: Adjust synopsis of xdr_buf_subsegment() by Chuck Lever · 4 years, 10 months ago
  52. e5decb2 svcrdma: Catch another Reply chunk overflow case by Chuck Lever · 4 years, 2 months ago
  53. b6505459 Linux 5.10-rc6 by Linus Torvalds · 4 years, 2 months ago
  54. f91a3aa Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  55. 8b7a51b Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  56. 1214917 Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  57. 7255a39 Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  58. aae5ab8 Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 2 months ago
  59. 45e885c Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  60. ca57982 Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 2 months ago
  61. 67f34fa Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 2 months ago
  62. 7b2c800 Merge tag 'char-misc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 2 months ago
  63. c84e1ef Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 2 months ago
  64. 303bc93 Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 2 months ago
  65. 79c0c1f Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  66. 80e1e17 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
  67. 9223e74 Merge tag 'io_uring-5.10-2020-11-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  68. d021c3e Merge tag 'block-5.10-2020-11-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  69. a17a3ca Merge tag 'for-5.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 2 months ago
  70. d41e9b2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 2 months ago
  71. 76dc2bf Merge tag 'mtd/fixes-for-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 2 months ago
  72. 87c301c Merge tag 'spi-fix-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 2 months ago
  73. f594139 Merge tag 'media/v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 2 months ago
  74. 6910b67 Merge tag 'drm-fixes-2020-11-27-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 2 months ago
  75. d0742c4 Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 4 years, 2 months ago
  76. 99c710c Merge tag 'platform-drivers-x86-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 4 years, 2 months ago
  77. 985f733 sock: set sk_err to ee_errno on dequeue from errq by Willem de Bruijn · 4 years, 2 months ago
  78. d3ab788 mptcp: fix NULL ptr dereference on bad MPJ by Paolo Abeni · 4 years, 2 months ago
  79. 3913a2b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
  80. 69929d4 net: openvswitch: fix TTL decrement action netlink message format by Eelco Chaudron · 4 years, 2 months ago
  81. 95e1c7b Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 2 months ago
  82. e4e9458 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 2 months ago
  83. 6adf33a Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 2 months ago
  84. 43d6ecd Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 2 months ago
  85. 5b4049d Merge tag 'writeback_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 2 months ago
  86. a9ffd04 perf probe: Change function definition check due to broken DWARF by Masami Hiramatsu · 4 years, 2 months ago
  87. ab4200c perf probe: Fix to die_entrypc() returns error correctly by Masami Hiramatsu · 4 years, 2 months ago
  88. c0ee1d5a perf stat: Use proper cpu for shadow stats by Namhyung Kim · 4 years, 2 months ago
  89. aa50d953 perf record: Synthesize cgroup events only if needed by Namhyung Kim · 4 years, 2 months ago
  90. 9713070 perf diff: Fix error return value in __cmd_diff() by Zhen Lei · 4 years, 2 months ago
  91. 3b13eaf perf tools: Update copy of libbpf's hashmap.c by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  92. ae597565 Merge tag 'optee-valid-memory-type-for-v5.11' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes by Arnd Bergmann · 4 years, 2 months ago
  93. 25bc65d x86/mce: Do not overwrite no_way_out if mce_end() fails by Gabriele Paoloni · 4 years, 2 months ago
  94. 9a2a0d3 kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT by Vitaly Kuznetsov · 4 years, 2 months ago
  95. 71cc849 KVM: x86: Fix split-irqchip vs interrupt injection window request by Paolo Bonzini · 4 years, 2 months ago
  96. 72c3bcd KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint by Paolo Bonzini · 4 years, 2 months ago
  97. 545f639 Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 2 months ago
  98. 484cfbe usb: typec: stusb160x: fix power-opmode property with typec-power-opmode by Amelie Delaunay · 4 years, 2 months ago
  99. 739e711 Merge branch 'for-5.10-pr_cont-fixup' into for-linus by Petr Mladek · 4 years, 2 months ago
  100. 454a079 Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Arnd Bergmann · 4 years, 2 months ago