1. c8e4468 ext4: fix direct I/O read error by Jiang Ying · 4 years ago
  2. e09cb9c ext4: fix partial cluster initialization when splitting extent by Jeffle Xu · 4 years, 2 months ago
  3. 8649864 ext4: fix race between ext4_sync_parent() and rename() by Eric Biggers · 4 years, 3 months ago
  4. b61a98f7 ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max by Harshad Shirwadkar · 4 years, 3 months ago
  5. e94c149 ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 4 years, 6 months ago
  6. fb57d4e ext4: fix special inode number checks in __ext4_iget() by Theodore Ts'o · 6 years ago
  7. b188090 ext4: check for non-zero journal inum in ext4_calculate_overhead by Ritesh Harjani · 4 years, 4 months ago
  8. 5a905c2 ext4: unsigned int compared against zero by Colin Ian King · 5 years ago
  9. 12140f9 ext4: fix block validity checks for journal inodes using indirect blocks by Theodore Ts'o · 5 years ago
  10. 2130aae ext4: don't perform block validity checks on the journal inode by Theodore Ts'o · 5 years ago
  11. a985526 ext4: protect journal inode's blocks using block_validity by Theodore Ts'o · 5 years ago
  12. 553f7c0 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
  13. ae8bbfe ext4: convert BUG_ON's to WARN_ON's in mballoc.c by Theodore Ts'o · 4 years, 4 months ago
  14. 6f362a4 ext4: fix extent_status fragmentation for plain files by Dmitry Monakhov · 4 years, 9 months ago
  15. cb04d34 ext4: do not commit super on read-only bdev by Eric Sandeen · 4 years, 4 months ago
  16. 40a88da ext4: do not zeroout extents beyond i_disksize by Jan Kara · 4 years, 4 months ago
  17. b845d41 ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 4 months ago
  18. 536d20c ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 4 months ago
  19. 9945c40 ext4: fix a data race at inode->i_blocks by Qian Cai · 4 years, 5 months ago
  20. d4bb8b1 ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 4 years, 5 months ago
  21. 96f5996 ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 4 years, 5 months ago
  22. 277bc96 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 5 months ago
  23. e9f47ea ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 5 months ago
  24. eb799e1 ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 4 years, 5 months ago
  25. f17a17d ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 5 months ago
  26. 7800e24 ext4: fix mount failure with quota configured as module by Jan Kara · 4 years, 5 months ago
  27. c7071c3 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 4 years, 5 months ago
  28. 597743a ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 4 years, 6 months ago
  29. 2d99bc5 ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 4 years, 5 months ago
  30. 3f3beb2 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 6 months ago
  31. 46cc9ff ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 4 years, 6 months ago
  32. e0f95d8 ext4: fix deadlock allocating crypto bounce page from mempool by Eric Biggers · 4 years, 7 months ago
  33. 24328d5 ext4: set error return correctly when ext4_htree_store_dirent fails by Colin Ian King · 5 years ago
  34. 8e508ac ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 4 years, 9 months ago
  35. d1c8138 ext4: fix use-after-free race with debug_want_extra_isize by Barret Rhoden · 5 years ago
  36. e1513b3 ext4: work around deleting a file with i_nlink == 0 safely by Theodore Ts'o · 4 years, 9 months ago
  37. ed7c2c1 ext4: check for directory entries too close to block end by Jan Kara · 4 years, 8 months ago
  38. dfcbd407 ext4: fix ext4_empty_dir() for directories with holes by Jan Kara · 4 years, 8 months ago
  39. 2022b5e ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 4 years, 10 months ago
  40. 4820f7e ext4: fix punch hole for inline_data file systems by Theodore Ts'o · 5 years ago
  41. f624549 ext4: fix warning inside ext4_convert_unwritten_extents_endio by Rakesh Pandit · 5 years ago
  42. 3f0307b ext4: allow directory holes by Theodore Ts'o · 5 years ago
  43. e386c02 ext4: do not delete unlinked inode from orphan list on failed truncate by Jan Kara · 5 years ago
  44. fa08977 ext4: fix data corruption caused by overlapping unaligned and aligned IO by Lukas Czerner · 5 years ago
  45. ab6d14e ext4: zero out the unused memory region in the extent tree block by Sriram Rajagopalan · 5 years ago
  46. d5258b8 ext4: fix ext4_show_options for file systems w/o journal by Debabrata Banerjee · 5 years ago
  47. 083b19c ext4: actually request zeroing of inode table after grow by Kirill Tkhai · 5 years ago
  48. 7e80006 ext4: prohibit fstrim in norecovery mode by Darrick J. Wong · 5 years ago
  49. 3964902 ext4: report real fs size after failed resize by Lukas Czerner · 5 years ago
  50. 75ac16e ext4: add missing brelse() in add_new_gdb_meta_bg() by Lukas Czerner · 5 years ago
  51. 32c5630 ext4: cleanup bh release code in ext4_ind_remove_space() by zhangyi (F) · 5 years ago
  52. 7002d0e ext4: brelse all indirect buffer in ext4_ind_remove_space() by zhangyi (F) · 5 years ago
  53. 8651fa1e ext4: fix data corruption caused by unaligned direct AIO by Lukas Czerner · 5 years ago
  54. d9f0ce8 ext4: fix NULL pointer dereference while journal is aborted by Jiufei Xue · 5 years ago
  55. 14a0bfd ext4: fix crash during online resizing by Jan Kara · 5 years ago
  56. c173c38 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 6 years ago
  57. eb24a3b ext4: fix a potential fiemap/page fault deadlock w/ inline_data by Theodore Ts'o · 6 years ago
  58. d1cfd9c ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 6 years ago
  59. 40a19e5 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 6 years ago
  60. 2eb64177 ext4: include terminating u32 in size of xattr entries when expanding inodes by Theodore Ts'o · 6 years ago
  61. c72f56c ext4: fix EXT4_IOC_GROUP_ADD ioctl by ruippan (潘睿) · 6 years ago
  62. eaec103 ext4: missing unlock/put_page() in ext4_try_to_write_inline_data() by Maurizio Lombardi · 6 years ago
  63. 836bf26 ext4: fix possible use after free in ext4_quota_enable by Pan Bian · 6 years ago
  64. d450fcd ext4: fix buffer leak in __ext4_read_dirblock() on error path by Vasily Averin · 6 years ago
  65. 82dfeb8 ext4: fix buffer leak in ext4_xattr_move_to_block() on error path by Vasily Averin · 6 years ago
  66. b66102a ext4: release bs.bh before re-using in ext4_xattr_block_find() by Vasily Averin · 6 years ago
  67. 6b436fb ext4: fix possible leak of s_journal_flag_rwsem in error path by Vasily Averin · 6 years ago
  68. 8547ff5 ext4: fix possible leak of sbi->s_group_desc_leak in error path by Theodore Ts'o · 6 years ago
  69. 11a2eb0 ext4: avoid possible double brelse() in add_new_gdb() on error path by Theodore Ts'o · 6 years ago
  70. 142e017 ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing by Vasily Averin · 6 years ago
  71. f30a52c ext4: avoid buffer leak in ext4_orphan_add() after prior errors by Vasily Averin · 6 years ago
  72. 8a6a7dd ext4: fix possible inode leak in the retry loop of ext4_resize_fs() by Vasily Averin · 6 years ago
  73. 0582167 ext4: avoid potential extra brelse in setup_new_flex_group_blocks() by Vasily Averin · 6 years ago
  74. c484fd2 ext4: add missing brelse() add_new_gdb_meta_bg()'s error path by Vasily Averin · 6 years ago
  75. 771e8c7 ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path by Vasily Averin · 6 years ago
  76. b134199 ext4: add missing brelse() update_backups()'s error path by Vasily Averin · 6 years ago
  77. 8e30869 ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR by Wang Shilong · 6 years ago
  78. 4c19620 ext4: initialize retries variable in ext4_da_write_inline_data_begin() by Lukas Czerner · 6 years ago
  79. 44760d8 ext4: fix argument checking in EXT4_IOC_MOVE_EXT by Theodore Ts'o · 6 years ago
  80. 7dd5589 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 6 years ago
  81. a295ff4 ext4: Fix error code in ext4_xattr_set_entry() by Daniel Rosenberg · 6 years ago
  82. 0050338 ext4: always verify the magic number in xattr blocks by Theodore Ts'o · 6 years ago
  83. b469713 ext4: add corruption check in ext4_xattr_set_entry() by Theodore Ts'o · 6 years ago
  84. 3a28247 ext4: never move the system.data xattr out of the inode body by Theodore Ts'o · 6 years ago
  85. 797488a ext4: show test_dummy_encryption mount option in /proc/mounts by Eric Biggers · 6 years ago
  86. b344b3a ext4: don't mark mmp buffer head dirty by Li Dongyang · 6 years ago
  87. 4ba9e68 ext4: fix online resizing for bigalloc file systems with a 1k block size by Theodore Ts'o · 6 years ago
  88. 205dc0d ext4: fix online resize's handling of a too-small final block group by Theodore Ts'o · 6 years ago
  89. 67770b4 ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
  90. acf32cf ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
  91. 23f57cb ext4: check to make sure the rename(2)'s destination is not freed by Theodore Ts'o · 6 years ago
  92. e85b9fb ext4: reset error code in ext4_find_entry in fallback by Eric Sandeen · 6 years ago
  93. e0cfc1c ext4: sysfs: print ext4_super_block fields as little-endian by Arnd Bergmann · 6 years ago
  94. 9c2860f ext4: check for NUL characters in extended attribute's name by Theodore Ts'o · 6 years ago
  95. 51ada11 ext4: fix spectre gadget in ext4_mb_regular_allocator() by Jeremy Cline · 6 years ago
  96. 954e572 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  97. 9bf8d5b ext4: fix false negatives *and* false positives in ext4_check_descriptors() by Theodore Ts'o · 6 years ago
  98. 262a62c ext4: check for allocation block validity with block group locked by Theodore Ts'o · 6 years ago
  99. 5eed597 ext4: fix inline data updates with checksums enabled by Theodore Ts'o · 6 years ago
  100. 917692c ext4: check superblock mapped prior to committing by Jon Derrick · 6 years ago