1. ca9b002 Merge 5.10.113 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 8 months ago
  2. 75ac724 ext4: fix use-after-free in ext4_search_dir by Ye Bin · 2 years, 9 months ago
  3. f6038d4 ext4: fix fallocate to use file_modified to update permissions consistently by Darrick J. Wong · 2 years, 10 months ago
  4. c3b53fc Merge 5.10.99 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 11 months ago
  5. 8d71fc2 ext4: prevent used blocks from being allocated during fast commit replay by Xin Yin · 3 years ago
  6. 4ec3c2e Merge 5.10.94 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  7. d60e9da ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal by Sebastian Andrzej Siewior · 3 years ago
  8. 8db62be Merge 5.10.51 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  9. 5e4f513 ext4: fix memory leak in ext4_fill_super by Pavel Skripkin · 3 years, 8 months ago
  10. e929497 Merge 5.10.28 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  11. 4b31395 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 3 years, 10 months ago
  12. 57b60a3 Merge 5.10.26 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 9 months ago
  13. 35ecf66 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 3 years, 10 months ago
  14. 3569371 ANDROID: sync encrypt+casefold support with patches going upstream by Eric Biggers · 4 years, 1 month ago
  15. 5acba58 Merge 5.10-rc5 into android-mainline by Greg Kroah-Hartman · 4 years, 1 month ago
  16. f902b216 ext4: fix bogus warning in ext4_update_dx_flag() by Jan Kara · 4 years, 1 month ago
  17. 73936cf Merge f01c30de86f1 ("Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux") into android-mainline by Greg Kroah-Hartman · 4 years, 1 month ago
  18. 7f6480e Merge eccc87672492 ("Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
  19. a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 2 months ago
  20. 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 2 months ago
  21. 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  22. a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 2 months ago
  23. a44ad68 ext4: describe fast_commit feature flags by Harshad Shirwadkar · 4 years, 2 months ago
  24. 25eea23 Merge 58130a6cd062 ("Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
  25. f8f4acb ext4: use generic casefolding support by Daniel Rosenberg · 4 years, 2 months ago
  26. ababea7 ext4: use s_mount_flags instead of s_mount_state for fast commit state by Harshad Shirwadkar · 4 years, 2 months ago
  27. 862e667 Merge 96485e446260 ("Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
  28. 9d77f49 Merge 6f5032a852f9 ("Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
  29. 96485e4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
  30. ce8c59d ext4: add fast commit stats in procfs by Harshad Shirwadkar · 4 years, 2 months ago
  31. 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 2 months ago
  32. aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 2 months ago
  33. 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 2 months ago
  34. 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 2 months ago
  35. 8394a6a ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable() by zhangyi (F) · 4 years, 3 months ago
  36. 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 3 months ago
  37. fa491b1 ext4: introduce new metadata buffer read helpers by zhangyi (F) · 4 years, 3 months ago
  38. addd752 ext4: make mb_check_counter per group by Chunguang Xu · 4 years, 3 months ago
  39. dd0db94 ext4: rename system_blks to s_system_blks inside ext4_sb_info by Chunguang Xu · 4 years, 3 months ago
  40. ee7ed3a ext4: rename journal_dev to s_journal_dev inside ext4_sb_info by Chunguang Xu · 4 years, 3 months ago
  41. 7eb90a2 ext4: remove unused including <linux/version.h> by Tian Tao · 4 years, 3 months ago
  42. aa2f779 ext4: disallow modifying DAX inode flag if inline_data has been set by Xiao Yang · 4 years, 4 months ago
  43. 81e8c3c ext4: do not interpret high bytes if 64bit feature is disabled by Petr Malat · 4 years, 4 months ago
  44. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 3 months ago
  45. e6d1601 Merge 5.9-rc2 into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
  46. 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 4 months ago
  47. 2fe34d29 ext4: remove unused parameter of ext4_generic_delete_entry function by Kyoungho Koo · 4 years, 5 months ago
  48. ce9f24c ext4: check journal inode extents more carefully by Jan Kara · 4 years, 5 months ago
  49. 1cf006e ext4: export msg_count and warning_count via sysfs by Dmitry Monakhov · 4 years, 5 months ago
  50. 6dbd300 ext4: remove some redundant function declarations by Shijie Luo · 4 years, 5 months ago
  51. 3d392b2 ext4: add prefetch_block_bitmaps mount option by Theodore Ts'o · 4 years, 5 months ago
  52. bc71726 ext4: abort the filesystem if failed to async write metadata buffer by zhangyi (F) · 4 years, 6 months ago
  53. cfd7323 ext4: add prefetching for block allocation bitmaps by Alex Zhuravlev · 4 years, 8 months ago
  54. cb29a02 ext4: use generic names for generic ioctls by Eric Biggers · 4 years, 6 months ago
  55. 2a12e14 ext4: don't hardcode bit values in EXT4_FL_USER_* by Eric Biggers · 4 years, 6 months ago
  56. 1d722fa Merge 5.8-rc2 into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
  57. 48b5fe6 ANDROID: ext4: Optimize match for casefolded encrypted dirs by Daniel Rosenberg · 5 years ago
  58. 705a3e5 ANDROID: ext4: Handle casefolding with encryption by Daniel Rosenberg · 5 years ago
  59. 2f9c5c3 Merge 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh") into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
  60. c2b86b7 FROMLIST: Update Inline Encryption from v6 to upstream version of patch series by Satya Tangirala · 4 years, 6 months ago
  61. 3be20b6 Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  62. a64320f Merge 94709049fb84 ("Merge branch 'akpm' (patches from Andrew)") into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
  63. 68cd449 Enable ext4 support for per-file/directory dax operations by Theodore Ts'o · 4 years, 7 months ago
  64. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  65. f76a7cf Merge afdb0f2ec57d ("Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt") into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
  66. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  67. 175efa8 ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
  68. 9f364e1 add comment for ext4_dir_entry_2 file_type member by Jonathan Grant · 4 years, 7 months ago
  69. 9937783 ext4: mballoc: use lock for checking free blocks while retrying by Ritesh Harjani · 4 years, 7 months ago
  70. de8ff14 ext4: add casefold flag to EXT4_INODE_* flags by Eric Biggers · 4 years, 8 months ago
  71. 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  72. 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 8 months ago
  73. 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 8 months ago
  74. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
  75. 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
  76. a07f624 ext4: pass the inode to ext4_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  77. 6311f91f ext4: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  78. afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
  79. b383a73 fs/ext4: Introduce DAX inode flag by Ira Weiny · 4 years, 7 months ago
  80. 9cb20f9 fs/ext4: Make DAX mount option a tri-state by Ira Weiny · 4 years, 7 months ago
  81. 043546e fs/ext4: Only change S_DAX on inode load by Ira Weiny · 4 years, 7 months ago
  82. a8ab6d3 fs/ext4: Update ext4_should_use_dax() by Ira Weiny · 4 years, 7 months ago
  83. fc626fe fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 7 months ago
  84. c167607 Merge 5.7-rc7 into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
  85. 9f44eda ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
  86. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  87. dd5c936 Merge 7e63420847ae ("Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm") into android-mainline by Greg Kroah-Hartman · 4 years, 9 months ago
  88. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
  89. 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 4 years, 11 months ago
  90. 5fba1b1 Merge 5.6-rc3 into android-mainline by Greg Kroah-Hartman · 4 years, 10 months ago
  91. cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 4 years, 10 months ago
  92. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 10 months ago
  93. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 10 months ago
  94. df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 4 years, 10 months ago
  95. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 11 months ago
  96. 8b67e80 FROMLIST: ext4: Use generic casefolding support by Daniel Rosenberg · 5 years ago
  97. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 4 years, 11 months ago
  98. 57ba579 Merge 5.6-rc2 into android-mainline by Greg Kroah-Hartman · 4 years, 10 months ago
  99. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 11 months ago
  100. 158748f Merge e5da4c933c50 ("Merge tag 'ext4_for_linus' of by Greg Kroah-Hartman · 5 years ago