1. 9dbc1c0 Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  2. 6b2c4d5 Merge branch 'hch' (patches from Christoph) by Linus Torvalds · 4 years, 2 months ago
  3. e9c02d6 Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  4. 659caaf Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 3 months ago
  5. b24c30c proc "seq files": switch to ->read_iter by Christoph Hellwig · 4 years, 3 months ago
  6. 7cfc630 proc "single files": switch to ->read_iter by Greg Kroah-Hartman · 4 years, 3 months ago
  7. 28589f9 proc/stat: switch to ->read_iter by Christoph Hellwig · 4 years, 3 months ago
  8. 70fce7d proc/cpuinfo: switch to ->read_iter by Christoph Hellwig · 4 years, 3 months ago
  9. fe33850 proc: wire up generic_file_splice_read for iter ops by Christoph Hellwig · 4 years, 3 months ago
  10. d4d5071 seq_file: add seq_read_iter by Christoph Hellwig · 4 years, 3 months ago
  11. 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 3 months ago
  12. d1dd461 Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 3 months ago
  13. 6b47ab8 io_uring: use correct pointer for io_uring_show_cred() by Jens Axboe · 4 years, 3 months ago
  14. ef9865a io_uring: don't forget to task-cancel drained reqs by Pavel Begunkov · 4 years, 3 months ago
  15. 46afb06 xfs: only flush the unshared range in xfs_reflink_unshare by Darrick J. Wong · 4 years, 3 months ago
  16. 62575e2 ceph: check session state after bumping session->s_seq by Jeff Layton · 4 years, 3 months ago
  17. 99b3280 io_uring: fix overflowed cancel w/ linked ->files by Pavel Begunkov · 4 years, 3 months ago
  18. cb8a8ae io_uring: drop req/tctx io_identity separately by Jens Axboe · 4 years, 3 months ago
  19. 4b70cf9 io_uring: ensure consistent view of original task ->mm from SQPOLL by Jens Axboe · 4 years, 3 months ago
  20. fdaf083 io_uring: properly handle SQPOLL request cancelations by Jens Axboe · 4 years, 3 months ago
  21. 3dd1680 io-wq: cancel request if it's asking for files and we don't have them by Jens Axboe · 4 years, 3 months ago
  22. c1f6b1a xfs: fix scrub flagging rtinherit even if there is no rt device by Darrick J. Wong · 4 years, 3 months ago
  23. c2f0921 xfs: fix missing CoW blocks writeback conversion retry by Darrick J. Wong · 4 years, 3 months ago
  24. 50e7d6c iomap: clean up writeback state logic on writepage error by Brian Foster · 4 years, 3 months ago
  25. 763e4cd iomap: support partial page discard on writeback block mapping failure by Brian Foster · 4 years, 3 months ago
  26. 869ae85 xfs: flush new eof page on truncate to avoid post-eof corruption by Brian Foster · 4 years, 3 months ago
  27. f4c7914 afs: Fix incorrect freeing of the ACL passed to the YFS ACL store op by David Howells · 4 years, 3 months ago
  28. c80afa1 afs: Fix warning due to unadvanced marshalling pointer by David Howells · 4 years, 3 months ago
  29. da7d554 gfs2: Wake up when sd_glock_disposal becomes zero by Alexander Aring · 4 years, 3 months ago
  30. 6bd1c7b gfs2: Don't call cancel_delayed_work_sync from within delete work function by Andreas Gruenbacher · 4 years, 3 months ago
  31. 6660656 mm, oom: keep oom_adj under or at upper limit when printing by Charles Haithcock · 4 years, 3 months ago
  32. 9c75b68 Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 3 months ago
  33. 53760f9 Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 3 months ago
  34. cf9446c Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  35. f5d8085 Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 3 months ago
  36. 0d519cb debugfs: remove return value of debugfs_create_devm_seqfile() by Greg Kroah-Hartman · 4 years, 3 months ago
  37. 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 5 months ago
  38. c5c6872 gfs2: check for live vs. read-only file system in gfs2_fitrim by Bob Peterson · 4 years, 3 months ago
  39. 7e5b926 gfs2: don't initialize statfs_change inodes in spectator mode by Bob Peterson · 4 years, 3 months ago
  40. 4a55752 gfs2: Split up gfs2_meta_sync into inode and rgrp versions by Bob Peterson · 4 years, 3 months ago
  41. c4af59b gfs2: init_journal's undo directive should also undo the statfs inodes by Bob Peterson · 4 years, 3 months ago
  42. a9dd945 gfs2: Add missing truncate_inode_pages_final for sd_aspace by Bob Peterson · 4 years, 3 months ago
  43. d0f17d3 gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free by Bob Peterson · 4 years, 3 months ago
  44. 598a597 Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 3 months ago
  45. 58130a6 Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 3 months ago
  46. 2c334e1 xfs: set xefi_discard when creating a deferred agfl free log intent item by Darrick J. Wong · 4 years, 3 months ago
  47. 2d9900f afs: Fix dirty-region encoding on ppc32 with 64K pages by David Howells · 4 years, 3 months ago
  48. f86726a afs: Fix afs_invalidatepage to adjust the dirty region by David Howells · 4 years, 3 months ago
  49. 65dd2d6 afs: Alter dirty range encoding in page->private by David Howells · 4 years, 3 months ago
  50. 185f0c7 afs: Wrap page->private manipulations in inline functions by David Howells · 4 years, 3 months ago
  51. f792e3a afs: Fix where page->private is set during write by David Howells · 4 years, 3 months ago
  52. 21db2cd afs: Fix page leak on afs_write_begin() failure by David Howells · 4 years, 3 months ago
  53. fa04a40 afs: Fix to take ref on page when PG_private is set by David Howells · 4 years, 3 months ago
  54. 6694875 ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/... by Theodore Ts'o · 4 years, 3 months ago
  55. f8f4acb ext4: use generic casefolding support by Daniel Rosenberg · 4 years, 3 months ago
  56. d7dce9e ext4: do not use extent after put_bh by yangerkun · 4 years, 3 months ago
  57. 8c9be1e ext4: use IS_ERR() for error checking of path by Harshad Shirwadkar · 4 years, 3 months ago
  58. b5b1816 ext4: fix mmap write protection for data=journal mode by Jan Kara · 4 years, 3 months ago
  59. ababea7 ext4: use s_mount_flags instead of s_mount_state for fast commit state by Harshad Shirwadkar · 4 years, 3 months ago
  60. e029c5f ext4: make num of fast commit blocks configurable by Harshad Shirwadkar · 4 years, 3 months ago
  61. d0520df ext4: properly check for dirty state in ext4_inode_datasync_dirty() by Andrea Righi · 4 years, 3 months ago
  62. 5112e9a ext4: fix double locking in ext4_fc_commit_dentry_updates() by Harshad Shirwadkar · 4 years, 3 months ago
  63. d383e34 afs: Fix afs_launder_page to not clear PG_writeback by David Howells · 4 years, 3 months ago
  64. 248c944 afs: Fix a use after free in afs_xattr_get_acl() by Dan Carpenter · 4 years, 5 months ago
  65. acc080d afs: Fix tracing deref-before-check by David Howells · 4 years, 3 months ago
  66. 06a17bb afs: Fix copy_file_range() by David Howells · 4 years, 3 months ago
  67. d5c8238 btrfs: convert data_seqcount to seqcount_mutex_t by Davidlohr Bueso · 4 years, 3 months ago
  68. 0425e7b btrfs: don't fallback to buffered read if we don't need to by Johannes Thumshirn · 4 years, 3 months ago
  69. 9480b4e cachefiles: Handle readpage error correctly by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  70. 49d11be btrfs: add a helper to read the tree_root commit root for backref lookup by Josef Bacik · 4 years, 3 months ago
  71. 5223cc6 btrfs: drop the path before adding qgroup items when enabling qgroups by Josef Bacik · 4 years, 3 months ago
  72. 66d204a btrfs: fix readahead hang and use-after-free after removing a device by Filipe Manana · 4 years, 3 months ago
  73. 83bc156 btrfs: fix use-after-free on readahead extent after failure to create it by Filipe Manana · 4 years, 3 months ago
  74. 85d07fb btrfs: tree-checker: validate number of chunk stripes and parity by Daniel Xu · 4 years, 3 months ago
  75. cad69d1 btrfs: tree-checker: fix incorrect printk format by Pujin Shi · 4 years, 3 months ago
  76. 7837fa8 btrfs: drop the path before adding block group sysfs files by Josef Bacik · 4 years, 3 months ago
  77. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  78. c8b5e26 io_uring: use type appropriate io_kiocb handler for double poll by Jens Axboe · 4 years, 3 months ago
  79. c10037f Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 3 months ago
  80. af00418 Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  81. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  82. aef0388 cifs: update internal module version number by Steve French · 4 years, 4 months ago
  83. f11901e Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 3 months ago
  84. 7d03ae4 smb3: add some missing definitions from MS-FSCC by Steve French · 4 years, 3 months ago
  85. 6a87266 smb3: remove two unused variables by Steve French · 4 years, 3 months ago
  86. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 3 months ago
  87. 0d63c14 io_uring: simplify __io_queue_sqe() by Pavel Begunkov · 4 years, 3 months ago
  88. 9aaf354 io_uring: simplify nxt propagation in io_queue_sqe by Pavel Begunkov · 4 years, 3 months ago
  89. feaadc4 io_uring: don't miss setting IO_WQ_WORK_CONCURRENT by Pavel Begunkov · 4 years, 3 months ago
  90. c9abd7a io_uring: don't defer put of cancelled ltimeout by Pavel Begunkov · 4 years, 3 months ago
  91. cdfcc3e io_uring: always clear LINK_TIMEOUT after cancel by Pavel Begunkov · 4 years, 3 months ago
  92. ac877d2 io_uring: don't adjust LINK_HEAD in cancel ltimeout by Pavel Begunkov · 4 years, 3 months ago
  93. e08102d io_uring: remove opcode check on ltimeout kill by Pavel Begunkov · 4 years, 3 months ago
  94. 0adc313 Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 3 months ago
  95. 0613ed9 Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 3 months ago
  96. c4728cf Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 3 months ago
  97. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  98. bedb0f0 gfs2: Recover statfs info in journal head by Abhi Das · 4 years, 3 months ago
  99. 97fd734 gfs2: lookup local statfs inodes prior to journal recovery by Abhi Das · 4 years, 3 months ago
  100. ee6e00c splice: change exported internal do_splice() helper to take kernel offset by Jens Axboe · 4 years, 3 months ago