1. ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 5 months ago
  2. 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 5 months ago
  3. 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 5 months ago
  4. e0770e9 ext4: Detect already used quota file early by Jan Kara · 4 years, 5 months ago
  5. fc750a3b jbd2: avoid transaction reuse after reformatting by changfengnan · 4 years, 5 months ago
  6. d3e7d20 ext4: use the normal helper to get the actual inode by Kaixu Xia · 4 years, 5 months ago
  7. d1e18b8 ext4: fix bs < ps issue reported with dioread_nolock mount opt by Ritesh Harjani · 4 years, 6 months ago
  8. afb585a ext4: data=journal: write-protect pages on j_submit_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 6 months ago
  9. 64a9f14 ext4: data=journal: fixes for ext4_page_mkwrite() by Mauricio Faria de Oliveira · 4 years, 6 months ago
  10. 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 6 months ago
  11. aa3c0c6 jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 6 months ago
  12. 8394a6a ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable() by zhangyi (F) · 4 years, 6 months ago
  13. 0a846f4 ext4: use ext4_sb_bread() instead of sb_bread() by zhangyi (F) · 4 years, 6 months ago
  14. 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 6 months ago
  15. 60c776e ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() by zhangyi (F) · 4 years, 6 months ago
  16. 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 6 months ago
  17. fa491b1 ext4: introduce new metadata buffer read helpers by zhangyi (F) · 4 years, 6 months ago
  18. d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 6 months ago
  19. af8c53c ext4: limit entries returned when counting fsmap records by Darrick J. Wong · 4 years, 6 months ago
  20. addd752 ext4: make mb_check_counter per group by Chunguang Xu · 4 years, 6 months ago
  21. 9d1f9b2 ext4: delete invalid comments near mb_buddy_adjust_border by Chunguang Xu · 4 years, 6 months ago
  22. 9704a32 ext4: fix bdev write error check failed when mount fs with ro by Zhang Xiaoxu · 4 years, 6 months ago
  23. dd0db94 ext4: rename system_blks to s_system_blks inside ext4_sb_info by Chunguang Xu · 4 years, 6 months ago
  24. ee7ed3a ext4: rename journal_dev to s_journal_dev inside ext4_sb_info by Chunguang Xu · 4 years, 6 months ago
  25. 2be7d71 ext4: add trace exit in exception path. by Zhang Qilong · 4 years, 6 months ago
  26. 9faac62 ext4: optimize file overwrites by Ritesh Harjani · 4 years, 6 months ago
  27. 7eb90a2 ext4: remove unused including <linux/version.h> by Tian Tao · 4 years, 6 months ago
  28. acaa532 ext4: fix superblock checksum calculation race by Constantine Sapuntzakis · 4 years, 6 months ago
  29. c9e8716 ext4: fix error handling code in add_new_gdb by Dinghao Liu · 4 years, 7 months ago
  30. aa2f779 ext4: disallow modifying DAX inode flag if inline_data has been set by Xiao Yang · 4 years, 7 months ago
  31. 15ed285 ext4: remove unused argument from ext4_(inc|dec)_count by Nikolay Borisov · 4 years, 7 months ago
  32. 81e8c3c ext4: do not interpret high bytes if 64bit feature is disabled by Petr Malat · 4 years, 7 months ago
  33. b483bb7 ext4: delete duplicated words + other fixes by Randy Dunlap · 4 years, 8 months ago
  34. 766ef1e ext4: flag as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
  35. cb8d53d ext4: fix leaking sysfs kobject after failed mount by Eric Biggers · 4 years, 6 months ago
  36. 5b3dc19 ext4: discard preallocations before releasing group lock by Jan Kara · 4 years, 6 months ago
  37. 70022da ext4: fix dead loop in ext4_mb_new_blocks by Ye Bin · 4 years, 6 months ago
  38. 0e6895b ext4: implement swap_activate aops using iomap by Ritesh Harjani · 4 years, 7 months ago
  39. 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  40. f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 6 months ago
  41. 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 6 months ago
  42. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 6 months ago
  43. bffac4b Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
  44. 805c6d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
  45. 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  46. b5ddcff btrfs: fix put of uninitialized kobject after seed device delete by Anand Jain · 4 years, 7 months ago
  47. 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 6 months ago
  48. 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 6 months ago
  49. f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 6 months ago
  50. 8f3d749 io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there by Jens Axboe · 4 years, 6 months ago
  51. 35be885 btrfs: fix overflow when copying corrupt csums for a message by Johannes Thumshirn · 4 years, 6 months ago
  52. 9ca48e2 fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototype by Tobias Klauser · 4 years, 6 months ago
  53. 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 6 months ago
  54. fc4f28b Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
  55. 6200b0a io_uring: don't run task work on an exiting task by Jens Axboe · 4 years, 6 months ago
  56. 87ceb6a io_uring: drop 'ctx' ref on task work cancelation by Jens Axboe · 4 years, 6 months ago
  57. 1c78544 btrfs: fix wrong address when faulting in pages in the search ioctl by Filipe Manana · 4 years, 6 months ago
  58. 202700e1 io_uring: grab any needed state during defer prep by Jens Axboe · 4 years, 6 months ago
  59. 20a7b6b Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 6 months ago
  60. edf6b0e Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
  61. 5a3c558 Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 6 months ago
  62. 581cb3a Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 6 months ago
  63. ab29a80 Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 6 months ago
  64. 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 7 months ago
  65. e2cab03 f2fs: fix indefinite loop scanning for free nid by Sahitya Tummala · 4 years, 7 months ago
  66. 123aaf7 f2fs: Fix type of section block count variables by Shin'ichiro Kawasaki · 4 years, 7 months ago
  67. 2d892cc btrfs: fix NULL pointer dereference after failure to create snapshot by Filipe Manana · 4 years, 7 months ago
  68. 9e3aa80 btrfs: free data reloc tree on failed mount by Josef Bacik · 4 years, 7 months ago
  69. ea57788 btrfs: require only sector size alignment for parent eb bytenr by Qu Wenruo · 4 years, 7 months ago
  70. fccc000 btrfs: fix lockdep splat in add_missing_dev by Josef Bacik · 4 years, 7 months ago
  71. 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 7 months ago
  72. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  73. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 7 months ago
  74. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 7 months ago
  75. 9322c47 Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  76. b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
  77. 1ef6ea0 ext2: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
  78. c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 7 months ago
  79. 644c9f4 NFS: Zero-stateid SETATTR should first return delegation by Chuck Lever · 4 years, 7 months ago
  80. d849ca4 Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  81. e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 7 months ago
  82. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  83. 26acd8b Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
  84. d0c20d3 xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files by Darrick J. Wong · 4 years, 7 months ago
  85. e1d0126 Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  86. 54e54d5 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  87. 355afae io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file by Jens Axboe · 4 years, 7 months ago
  88. 77f4689 fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 7 months ago
  89. 95d1c8e io_uring: set table->files[i] to NULL when io_sqe_file_register failed by Jiufei Xue · 4 years, 7 months ago
  90. dcdfd9c Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
  91. 98dfd50 io_uring: fix removing the wrong file in __io_sqe_files_update() by Jiufei Xue · 4 years, 7 months ago
  92. d3a84a8 affs: fix basic permission bits to actually work by Max Staudt · 4 years, 7 months ago
  93. 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  94. 1127b21 Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 7 months ago
  95. 24148d8 Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  96. e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 7 months ago
  97. 40129b8 Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 7 months ago
  98. b0bfd5ec Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
  99. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 7 months ago
  100. fdee946 io_uring: don't bounce block based -EAGAIN retry off task_work by Jens Axboe · 4 years, 7 months ago