1. 3552c37 Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 4 months ago
  2. 91808cd Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
  3. df3319a Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 4 months ago
  4. f8394f2 Linux 5.10-rc3 by Linus Torvalds · 4 years, 4 months ago
  5. ae29750 net/sunrpc: fix useless comparison in proc_do_xprt() by Dan Carpenter · 4 years, 4 months ago
  6. 15f5d20 Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 4 months ago
  7. bbc8218 Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 4 months ago
  8. df53b81 Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 4 months ago
  9. b4e0044 fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent by Eddy Wu · 4 years, 4 months ago
  10. 3c4e0dff vt: Disable KD_FONT_OP_COPY by Daniel Vetter · 4 years, 4 months ago
  11. 9dbc1c0 Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 4 months ago
  12. 6b2c4d5 Merge branch 'hch' (patches from Christoph) by Linus Torvalds · 4 years, 4 months ago
  13. 40be821 Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  14. 100e389 Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  15. aaaaa7e Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  16. 15a9844 Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  17. 6a8d0d2 Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  18. e942d75 Merge tag 'powerpc-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 4 months ago
  19. 4429f14 Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  20. e9c02d6 Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  21. 9f5d1c3 futex: Handle transient "ownerless" rtmutex state correctly by Mike Galbraith · 4 years, 5 months ago
  22. af6e7de Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 4 months ago
  23. 4b1d362 Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 4 months ago
  24. db388a6 Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 4 years, 4 months ago
  25. 7bdb157 perf/core: Fix a memory leak in perf_event_parse_addr_filter() by kiyin(尹亮) · 4 years, 5 months ago
  26. 801284f x86/platform/uv: Recognize UV5 hubless system identifier by Mike Travis · 4 years, 4 months ago
  27. 1aee505 x86/platform/uv: Remove spaces from OEM IDs by Mike Travis · 4 years, 4 months ago
  28. 1aec69a x86/platform/uv: Fix missing OEM_TABLE_ID by Mike Travis · 4 years, 4 months ago
  29. 05d5233 jbd2: fix up sparse warnings in checkpoint code by Theodore Ts'o · 4 years, 4 months ago
  30. fa329e273 ext4: fix sparse warnings in fast_commit code by Theodore Ts'o · 4 years, 4 months ago
  31. 99c880d ext4: cleanup fast commit mount options by Harshad Shirwadkar · 4 years, 4 months ago
  32. 87a144f jbd2: don't start fast commit on aborted journal by Harshad Shirwadkar · 4 years, 4 months ago
  33. 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 4 months ago
  34. da0c5d2 ext4: issue fsdev cache flush before starting fast commit by Harshad Shirwadkar · 4 years, 4 months ago
  35. 556e031 ext4: disable fast commit with data journalling by Harshad Shirwadkar · 4 years, 4 months ago
  36. 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 4 months ago
  37. a3114fe ext4: remove unnecessary fast commit calls from ext4_file_mmap by Harshad Shirwadkar · 4 years, 4 months ago
  38. 764b3fd ext4: mark buf dirty before submitting fast commit buffer by Harshad Shirwadkar · 4 years, 4 months ago
  39. a740762 ext4: fix code documentatioon by Harshad Shirwadkar · 4 years, 4 months ago
  40. f6634e2 ext4: dedpulicate the code to wait on inode that's being committed by Harshad Shirwadkar · 4 years, 4 months ago
  41. 480f89d jbd2: don't read journal->j_commit_sequence without taking a lock by Harshad Shirwadkar · 4 years, 4 months ago
  42. 0ee66dd jbd2: don't touch buffer state until it is filled by Harshad Shirwadkar · 4 years, 4 months ago
  43. cc80586 jbd2: add todo for a fast commit performance optimization by Harshad Shirwadkar · 4 years, 4 months ago
  44. 0bce577 jbd2: don't pass tid to jbd2_fc_end_commit_fallback() by Harshad Shirwadkar · 4 years, 4 months ago
  45. c460e5e jbd2: don't use state lock during commit path by Harshad Shirwadkar · 4 years, 4 months ago
  46. 37e0a30 jbd2: drop jbd2_fc_init documentation by Harshad Shirwadkar · 4 years, 4 months ago
  47. a1e5e465 ext4: clean up the JBD2 API that initializes fast commits by Harshad Shirwadkar · 4 years, 4 months ago
  48. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 4 months ago
  49. a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 4 months ago
  50. 5b552ad ext4: drop redundant calls ext4_fc_track_range by Harshad Shirwadkar · 4 years, 4 months ago
  51. b21ebf1 ext4: mark fc ineligible if inode gets evictied due to mem pressure by Harshad Shirwadkar · 4 years, 4 months ago
  52. a44ad68 ext4: describe fast_commit feature flags by Harshad Shirwadkar · 4 years, 4 months ago
  53. 7067b26 ext4: unlock xattr_sem properly in ext4_inline_data_truncate() by Joseph Qi · 4 years, 5 months ago
  54. e121bd4 ext4: silence an uninitialized variable warning by Dan Carpenter · 4 years, 5 months ago
  55. a065004 MAINTAINERS: add missing file in ext4 entry by Chao Yu · 4 years, 5 months ago
  56. 174fe5b ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA by Kaixu Xia · 4 years, 5 months ago
  57. 659caaf Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
  58. 03f0f5a Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 4 months ago
  59. d4fc968 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 4 months ago
  60. bf3e762 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 4 months ago
  61. 44d8062 Merge tag 'spi-fix-v5.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 4 months ago
  62. bb72bbe Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 4 months ago
  63. d435c05 net/sunrpc: return 0 on attempt to write to "transports" by Dan Carpenter · 4 years, 4 months ago
  64. fc7b66e Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 4 months ago
  65. 28ced76 Merge tag 'tpmdd-next-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 4 years, 4 months ago
  66. 02a2aa35 Merge tag 'iommu-fixes-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 4 months ago
  67. 1669ecf Merge tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 4 months ago
  68. 30f3f68e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 4 months ago
  69. 4257087 Merge tag 'arc-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 4 months ago
  70. ee51814 Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 4 months ago
  71. 41f1653 Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  72. b24c30c proc "seq files": switch to ->read_iter by Christoph Hellwig · 4 years, 5 months ago
  73. 7cfc630 proc "single files": switch to ->read_iter by Greg Kroah-Hartman · 4 years, 5 months ago
  74. 28589f9 proc/stat: switch to ->read_iter by Christoph Hellwig · 4 years, 5 months ago
  75. 70fce7d proc/cpuinfo: switch to ->read_iter by Christoph Hellwig · 4 years, 5 months ago
  76. fe33850 proc: wire up generic_file_splice_read for iter ops by Christoph Hellwig · 4 years, 5 months ago
  77. d4d5071 seq_file: add seq_read_iter by Christoph Hellwig · 4 years, 5 months ago
  78. e1777d0 null_blk: Fix scheduling in atomic with zoned mode by Damien Le Moal · 4 years, 4 months ago
  79. 4466d6d tty: fix crash in release_tty if tty->port is not set by Matthias Reichl · 4 years, 4 months ago
  80. 0c5fc92 serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init by Qinglang Miao · 4 years, 5 months ago
  81. 427627a tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled by Lucas Stach · 4 years, 4 months ago
  82. 912ab37 serial: 8250_mtk: Fix uart_get_baud_rate warning by Claire Chang · 4 years, 5 months ago
  83. 8ffd778 tpm: efi: Don't create binary_bios_measurements file for an empty log by Tyler Hicks · 4 years, 5 months ago
  84. b154ce1 tpm_tis: Disable interrupts on ThinkPad T490s by Jerry Snitselaar · 4 years, 5 months ago
  85. 3b5f7f1 i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED by Michael Wu · 4 years, 5 months ago
  86. 66b9231 i2c: designware: call i2c_dw_read_clear_intrbits_slave() once by Michael Wu · 4 years, 5 months ago
  87. 9890923 i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM by Geert Uytterhoeven · 4 years, 6 months ago
  88. 54b9c3d i2c: mlxbf: Update author and maintainer email info by Khalil Blaiech · 4 years, 5 months ago
  89. 67ee9fd i2c: mlxbf: Update reference clock frequency by Khalil Blaiech · 4 years, 5 months ago
  90. 4b19d806 i2c: mlxbf: Remove unecessary wrapper functions by Khalil Blaiech · 4 years, 5 months ago
  91. 08e019e i2c: mlxbf: Fix resrticted cast warning of sparse by Khalil Blaiech · 4 years, 5 months ago
  92. ed01ddc i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call by Khalil Blaiech · 4 years, 5 months ago
  93. a49cc1f i2c: sh_mobile: implement atomic transfers by Ulrich Hecht · 4 years, 6 months ago
  94. bc7f2cd spi: bcm2835: remove use of uninitialized gpio flags variable by Martin Hundebøll · 4 years, 4 months ago
  95. 00bd6bc USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_property by Zhang Qilong · 4 years, 5 months ago
  96. 2091491 usb: mtu3: fix panic in mtu3_gadget_stop() by Macpaul Lin · 4 years, 4 months ago
  97. c2c81bb2 RISC-V: Fix the VDSO symbol generaton for binutils-2.35+ by Palmer Dabbelt · 4 years, 5 months ago
  98. 1074dd4 RISC-V: Use non-PGD mappings for early DTB access by Anup Patel · 4 years, 5 months ago
  99. 635e3f3 riscv: uaccess: fix __put_kernel_nofault() by Changbin Du · 4 years, 5 months ago
  100. bcacf5f6 riscv: fix pfn_to_virt err in do_page_fault(). by Liu Shaohua · 4 years, 5 months ago