1. f25391e ext4: handle option set by mount flags correctly by Lukas Czerner · 4 years, 6 months ago
  2. 3d392b2 ext4: add prefetch_block_bitmaps mount option by Theodore Ts'o · 4 years, 6 months ago
  3. 529a781 jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers() by zhangyi (F) · 4 years, 7 months ago
  4. bc71726 ext4: abort the filesystem if failed to async write metadata buffer by zhangyi (F) · 4 years, 7 months ago
  5. 273108f ext4: handle read only external journal device by Lukas Czerner · 4 years, 6 months ago
  6. 1121563 ext4: don't BUG on inconsistent journal feature by Jan Kara · 4 years, 6 months ago
  7. 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
  8. 7b97d86 ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers by zhangyi (F) · 4 years, 7 months ago
  9. 5adacca ext4: stop overwrite the errcode in ext4_setup_super by yangerkun · 4 years, 8 months ago
  10. 829b37b ext4: avoid race conditions when remounting with options that change dax by Theodore Ts'o · 4 years, 7 months ago
  11. 68cd449 Enable ext4 support for per-file/directory dax operations by Theodore Ts'o · 4 years, 7 months ago
  12. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  13. 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
  14. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 9 months ago
  15. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  16. b383a73 fs/ext4: Introduce DAX inode flag by Ira Weiny · 4 years, 8 months ago
  17. 9cb20f9 fs/ext4: Make DAX mount option a tri-state by Ira Weiny · 4 years, 8 months ago
  18. 043546e fs/ext4: Only change S_DAX on inode load by Ira Weiny · 4 years, 8 months ago
  19. a8ab6d3 fs/ext4: Update ext4_should_use_dax() by Ira Weiny · 4 years, 8 months ago
  20. fc626fe fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 8 months ago
  21. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  22. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  23. ef5fd68 ext4: remove redundant variable has_bigalloc in ext4_fill_super by Kaixu Xia · 4 years, 9 months ago
  24. 781c036 ext4: remove unnecessary test_opt for DIOREAD_NOLOCK by Kaixu Xia · 4 years, 9 months ago
  25. 05ca87c ext4: remove set but not used variable 'es' by Jason Yan · 4 years, 10 months ago
  26. d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 11 months ago
  27. 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 10 months ago
  28. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 10 months ago
  29. df41460 ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 10 months ago
  30. b9c538d ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 10 months ago
  31. 626b035 ext4: don't set dioread_nolock by default for blocksize < pagesize by Ritesh Harjani · 4 years, 10 months ago
  32. c96e2b8 ext4: do not commit super on read-only bdev by Eric Sandeen · 4 years, 10 months ago
  33. 5e47868 ext4: unregister sysfs path before destroying jbd2 journal by Ritesh Harjani · 4 years, 10 months ago
  34. f1eec3b ext4: check for non-zero journal inum in ext4_calculate_overhead by Ritesh Harjani · 4 years, 10 months ago
  35. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 10 months ago
  36. ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 10 months ago
  37. a08fe66 ext4: code cleanup for ext4_statfs_project() by Chengguang Xu · 5 years ago
  38. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 4 years, 11 months ago
  39. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 5 years ago
  40. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 5 years ago
  41. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 5 years ago
  42. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 5 years ago
  43. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  44. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 5 years ago
  45. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  46. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
  47. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  48. 57c32ea ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project() by Chengguang Xu · 5 years ago
  49. 244adf6 ext4: make dioread_nolock the default by Theodore Ts'o · 5 years ago
  50. 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
  51. dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
  52. 8f27fd0 ext4: Delete ext4_kvzvalloc() by Naoto Kobayashi · 5 years ago
  53. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  54. cf2834a ext4: treat buffers contining write errors as valid in ext4_sb_bread() by Theodore Ts'o · 5 years ago
  55. a396560 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  56. 9803387 ext4: validate the debug_want_extra_isize mount option at parse time by Theodore Ts'o · 5 years ago
  57. b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  58. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  59. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  60. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  61. ebc11f7 ext4: code cleanup for get_next_id by Chengguang Xu · 5 years ago
  62. f4c2d37 ext4: fix leak of quota reservations by Jan Kara · 5 years ago
  63. 1e1a76e ext4: remove unused variable warning in parse_options() by Olof Johansson · 5 years ago
  64. 196624e ext4: Enable encryption for subpage-sized blocks by Chandan Rajendra · 5 years ago
  65. b925acb ext4: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
  66. 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
  67. c33fbe8 ext4: Enable blocksize < pagesize for dioread_nolock by Ritesh Harjani · 5 years ago
  68. 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  69. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  70. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  71. 4881c49 ext4: Initialize timestamps limits by Deepa Dinamani · 7 years ago
  72. 9ba5554 ext4: fix integer overflow when calculating commit interval by zhangyi (F) · 5 years ago
  73. 22cfe4b ext4: add fs-verity read support by Eric Biggers · 5 years ago
  74. c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
  75. 29b3692 ext4: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
  76. c4d36b6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  77. 2c1d0e3 ext4: avoid panic during forced reboot due to aborted journal by Jan Kara · 6 years ago
  78. 0ba33fa ext4: fix miscellaneous sparse warnings by Theodore Ts'o · 6 years ago
  79. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  80. 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  81. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  82. 9405313 ext4: make use of ->free_inode() by Al Viro · 6 years ago
  83. 50b29d8 ext4: fix ext4_show_options for file systems w/o journal by Debabrata Banerjee · 6 years ago
  84. b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
  85. c83ad55 ext4: include charset encoding information in the superblock by Gabriel Krisman Bertazi · 6 years ago
  86. 7bc04c5 ext4: fix use-after-free race with debug_want_extra_isize by Barret Rhoden · 6 years ago
  87. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  88. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  89. 17403fa Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  90. 1dc1097 ext4: avoid panic during forced reboot by Jan Kara · 6 years ago
  91. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  92. c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
  93. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  94. e868078 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 6 years ago
  95. fde8726 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 6 years ago
  96. 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
  97. 361d24d ext4: hard fail dax mount on unsupported devices by Eric Sandeen · 6 years ago
  98. 50c15df ext4: remove redundant condition check by Chengguang Xu · 6 years ago
  99. a92abd7 ext4: clean up indentation issues, remove extraneous tabs by Colin Ian King · 6 years ago
  100. 61157b2 ext4: fix possible use after free in ext4_quota_enable by Pan Bian · 6 years ago