1. 0875873 ext4: check for inconsistent extents between index and leaf block by Zhang Yi · 3 years, 4 months ago
  2. 76366c0 ext4: check for out-of-order index extents in ext4_valid_extent_entries() by Zhang Yi · 3 years, 4 months ago
  3. 1d4b1c4 ext4: prevent partial update of the extent blocks by Zhang Yi · 3 years, 4 months ago
  4. d81e341 ext4: refresh the ext4_ext_path struct after dropping i_data_sem. by yangerkun · 3 years, 5 months ago
  5. 4089432 ext4: ensure enough credits in ext4_ext_shift_path_extents by yangerkun · 3 years, 5 months ago
  6. aa21b7e ext4: fix lazy initialization next schedule time computation in more granular unit by Shaoying Xu · 3 years, 5 months ago
  7. b663890 ext4: fix possible UAF when remounting r/o a mmp-protected file system by Theodore Ts'o · 3 years, 7 months ago
  8. 14cbfee ext4: correct the error path of ext4_write_inline_data_end() by Zhang Yi · 3 years, 6 months ago
  9. d7a15e1 ext4: check and update i_disksize properly by Zhang Yi · 3 years, 6 months ago
  10. 3770e21 ext4: fix potential infinite loop in ext4_dx_readdir() by yangerkun · 3 years, 4 months ago
  11. a63474d ext4: add error checking to ext4_ext_replay_set_iblocks() by Theodore Ts'o · 3 years, 5 months ago
  12. 9ccf354 ext4: fix reserved space counter leakage by Jeffle Xu · 3 years, 5 months ago
  13. dc09421 ext4: limit the number of blocks in one ADD_RANGE TLV by Hou Tao · 3 years, 5 months ago
  14. d11502f ext4: fix loff_t overflow in ext4_max_bitmap_size() by Ritesh Harjani · 3 years, 8 months ago
  15. 55e6f8b treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 10 months ago
  16. 894a022 ext4: report correct st_size for encrypted symlinks by Eric Biggers · 3 years, 5 months ago
  17. 09a3795 ext4: fix race writing to an inline_data file while its xattrs are changing by Theodore Ts'o · 3 years, 5 months ago
  18. cc73007 ext4: fix potential htree corruption when growing large_dir directories by Theodore Ts'o · 3 years, 6 months ago
  19. 5e4f513 ext4: fix memory leak in ext4_fill_super by Pavel Skripkin · 3 years, 9 months ago
  20. aa07327 ext4: use ext4_grp_locked_error in mb_find_extent by Stephen Brennan · 3 years, 7 months ago
  21. 6903f99 ext4: fix avefreec in find_group_orlov by Pan Dong · 3 years, 8 months ago
  22. 98cd580 ext4: remove check for zero nr_to_scan in ext4_es_scan() by Zhang Yi · 3 years, 8 months ago
  23. 68a40ff ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit by Zhang Yi · 3 years, 8 months ago
  24. f4e91a4 ext4: return error code when ext4_fill_flex_info() fails by Yang Yingliang · 3 years, 8 months ago
  25. b368b03 ext4: fix overflow in ext4_iomap_alloc() by Jan Kara · 3 years, 9 months ago
  26. ea5466f ext4: fix kernel infoleak via ext4_extent_header by Anirudh Rayabharam · 3 years, 9 months ago
  27. 076d9b0 ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle by Zhang Yi · 3 years, 9 months ago
  28. 3b713aa ext4: fix accessing uninit percpu counter variable with fast_commit by Ritesh Harjani · 3 years, 9 months ago
  29. 2050c6e ext4: fix memory leak in ext4_mb_init_backend on error path. by Phillip Potter · 3 years, 9 months ago
  30. fb86acc ext4: fix fast commit alignment issues by Harshad Shirwadkar · 3 years, 8 months ago
  31. d3b668b ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed by Ye Bin · 3 years, 9 months ago
  32. 01d349a ext4: fix memory leak in ext4_fill_super by Alexey Makhalov · 3 years, 8 months ago
  33. 054add2 ext4: fix debug format string warning by Arnd Bergmann · 3 years, 10 months ago
  34. 378a016 ext4: Fix occasional generic/418 failure by Jan Kara · 3 years, 9 months ago
  35. 133e83b ext4: allow the dax flag to be set and cleared on inline directories by Theodore Ts'o · 3 years, 9 months ago
  36. 72447c9 ext4: fix error return code in ext4_fc_perform_commit() by Xu Yihang · 3 years, 10 months ago
  37. bf4ba04 ext4: fix ext4_error_err save negative errno into superblock by Ye Bin · 3 years, 10 months ago
  38. 12905cf ext4: fix error code in ext4_commit_super by Fengnan Chang · 3 years, 10 months ago
  39. 7e9298f ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() by Zhang Yi · 3 years, 10 months ago
  40. 098b2575 ext4: fix check to prevent false positive report of incorrect used inodes by Zhang Yi · 3 years, 10 months ago
  41. 5038c11 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 3 years, 11 months ago
  42. e178f36 ext4: fix bh ref count on error paths by Zhaolong Zhang · 3 years, 11 months ago
  43. 4b31395 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 4 years ago
  44. df61d3c fs/ext4: fix integer overflow in s_log_groups_per_flex by Sabyrzhan Tasbolatov · 3 years, 11 months ago
  45. 0229b59 ext4: add reclaim checks to xattr code by Jan Kara · 4 years ago
  46. 35ecf66 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 3 years, 10 months ago
  47. e8fa569 ext4: fix potential error in ext4_do_update_inode by Shijie Luo · 3 years, 10 months ago
  48. 6163a06 ext4: do not try to set xattr into ea_inode if value is empty by zhangyi (F) · 3 years, 11 months ago
  49. d130b80 ext4: stop inode update before return by Pan Bian · 4 years ago
  50. 258db8e ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 3 years, 11 months ago
  51. 9689eca ext4: fix error handling in ext4_end_enable_verity() by Eric Biggers · 3 years, 11 months ago
  52. 64578f9 ext4: don't try to processed freed blocks until mballoc is initialized by Theodore Ts'o · 4 years ago
  53. d167a7367 ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it by Geert Uytterhoeven · 4 years ago
  54. 858d343 ext4: fix potential htree index checksum corruption by Theodore Ts'o · 4 years ago
  55. cd223237 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years, 1 month ago
  56. 85958f6 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years, 1 month ago
  57. 2207c3c ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
  58. 15a062c ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years, 1 month ago
  59. 6c557cb1 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years, 1 month ago
  60. aceb8ae ext4: avoid s_mb_prefetch to be zero in individual scenarios by Chunguang Xu · 4 years, 2 months ago
  61. 721972b ext4: check for invalid block size early when mounting a file system by Theodore Ts'o · 4 years, 1 month ago
  62. 0b3ade0 ext4: don't remount read-only with errors=continue on reboot by Jan Kara · 4 years, 2 months ago
  63. a8f8e6a ext4: fix deadlock with fs freezing and EA inodes by Jan Kara · 4 years, 2 months ago
  64. d28f606 ext4: fix a memory leak of ext4_free_data by Chunguang Xu · 4 years, 2 months ago
  65. bc0e046 ext4: fix an IS_ERR() vs NULL check by Dan Carpenter · 4 years, 3 months ago
  66. e5a2a00 ext4: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
  67. f902b216 ext4: fix bogus warning in ext4_update_dx_flag() by Jan Kara · 4 years, 2 months ago
  68. 704c231 ext4: drop fast_commit from /proc/mounts by Theodore Ts'o · 4 years, 2 months ago
  69. d196e229 Revert "ext4: fix superblock checksum calculation race" by Theodore Ts'o · 4 years, 2 months ago
  70. a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 2 months ago
  71. fa329e273 ext4: fix sparse warnings in fast_commit code by Theodore Ts'o · 4 years, 2 months ago
  72. 99c880d ext4: cleanup fast commit mount options by Harshad Shirwadkar · 4 years, 2 months ago
  73. 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 2 months ago
  74. da0c5d2 ext4: issue fsdev cache flush before starting fast commit by Harshad Shirwadkar · 4 years, 2 months ago
  75. 556e031 ext4: disable fast commit with data journalling by Harshad Shirwadkar · 4 years, 2 months ago
  76. 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  77. a3114fe ext4: remove unnecessary fast commit calls from ext4_file_mmap by Harshad Shirwadkar · 4 years, 2 months ago
  78. 764b3fd ext4: mark buf dirty before submitting fast commit buffer by Harshad Shirwadkar · 4 years, 2 months ago
  79. a740762 ext4: fix code documentatioon by Harshad Shirwadkar · 4 years, 2 months ago
  80. f6634e2 ext4: dedpulicate the code to wait on inode that's being committed by Harshad Shirwadkar · 4 years, 2 months ago
  81. 0bce577 jbd2: don't pass tid to jbd2_fc_end_commit_fallback() by Harshad Shirwadkar · 4 years, 2 months ago
  82. a1e5e465 ext4: clean up the JBD2 API that initializes fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  83. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
  84. a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 2 months ago
  85. 5b552ad ext4: drop redundant calls ext4_fc_track_range by Harshad Shirwadkar · 4 years, 2 months ago
  86. b21ebf1 ext4: mark fc ineligible if inode gets evictied due to mem pressure by Harshad Shirwadkar · 4 years, 2 months ago
  87. a44ad68 ext4: describe fast_commit feature flags by Harshad Shirwadkar · 4 years, 2 months ago
  88. 7067b26 ext4: unlock xattr_sem properly in ext4_inline_data_truncate() by Joseph Qi · 4 years, 3 months ago
  89. e121bd4 ext4: silence an uninitialized variable warning by Dan Carpenter · 4 years, 3 months ago
  90. 174fe5b ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA by Kaixu Xia · 4 years, 3 months ago
  91. 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
  92. 6694875 ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/... by Theodore Ts'o · 4 years, 3 months ago
  93. f8f4acb ext4: use generic casefolding support by Daniel Rosenberg · 4 years, 3 months ago
  94. d7dce9e ext4: do not use extent after put_bh by yangerkun · 4 years, 3 months ago
  95. 8c9be1e ext4: use IS_ERR() for error checking of path by Harshad Shirwadkar · 4 years, 3 months ago
  96. b5b1816 ext4: fix mmap write protection for data=journal mode by Jan Kara · 4 years, 3 months ago
  97. ababea7 ext4: use s_mount_flags instead of s_mount_state for fast commit state by Harshad Shirwadkar · 4 years, 3 months ago
  98. e029c5f ext4: make num of fast commit blocks configurable by Harshad Shirwadkar · 4 years, 3 months ago
  99. d0520df ext4: properly check for dirty state in ext4_inode_datasync_dirty() by Andrea Righi · 4 years, 3 months ago
  100. 5112e9a ext4: fix double locking in ext4_fc_commit_dentry_updates() by Harshad Shirwadkar · 4 years, 3 months ago