1. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  2. 05ca87c ext4: remove set but not used variable 'es' by Jason Yan · 4 years, 9 months ago
  3. d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 10 months ago
  4. 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 9 months ago
  5. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
  6. df41460 ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 9 months ago
  7. b9c538d ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 9 months ago
  8. 626b035 ext4: don't set dioread_nolock by default for blocksize < pagesize by Ritesh Harjani · 4 years, 9 months ago
  9. c96e2b8 ext4: do not commit super on read-only bdev by Eric Sandeen · 4 years, 10 months ago
  10. 5e47868 ext4: unregister sysfs path before destroying jbd2 journal by Ritesh Harjani · 4 years, 10 months ago
  11. f1eec3b ext4: check for non-zero journal inum in ext4_calculate_overhead by Ritesh Harjani · 4 years, 10 months ago
  12. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 9 months ago
  13. ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 9 months ago
  14. a08fe66 ext4: code cleanup for ext4_statfs_project() by Chengguang Xu · 4 years, 11 months ago
  15. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 4 years, 10 months ago
  16. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 4 years, 10 months ago
  17. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 10 months ago
  18. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 10 months ago
  19. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 11 months ago
  20. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 11 months ago
  21. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 4 years, 11 months ago
  22. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  23. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
  24. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  25. 57c32ea ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project() by Chengguang Xu · 5 years ago
  26. 244adf6 ext4: make dioread_nolock the default by Theodore Ts'o · 5 years ago
  27. 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
  28. dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
  29. 8f27fd0 ext4: Delete ext4_kvzvalloc() by Naoto Kobayashi · 5 years ago
  30. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  31. cf2834a ext4: treat buffers contining write errors as valid in ext4_sb_bread() by Theodore Ts'o · 5 years ago
  32. 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
  33. 9803387 ext4: validate the debug_want_extra_isize mount option at parse time by Theodore Ts'o · 5 years ago
  34. 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
  35. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  36. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  37. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  38. ebc11f7 ext4: code cleanup for get_next_id by Chengguang Xu · 5 years ago
  39. f4c2d37 ext4: fix leak of quota reservations by Jan Kara · 5 years ago
  40. 1e1a76e ext4: remove unused variable warning in parse_options() by Olof Johansson · 5 years ago
  41. 196624e ext4: Enable encryption for subpage-sized blocks by Chandan Rajendra · 5 years ago
  42. b925acb ext4: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
  43. 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
  44. c33fbe8 ext4: Enable blocksize < pagesize for dioread_nolock by Ritesh Harjani · 5 years ago
  45. 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  46. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  47. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  48. 4881c49 ext4: Initialize timestamps limits by Deepa Dinamani · 7 years ago
  49. 9ba5554 ext4: fix integer overflow when calculating commit interval by zhangyi (F) · 5 years ago
  50. 22cfe4b ext4: add fs-verity read support by Eric Biggers · 5 years ago
  51. c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
  52. 29b3692 ext4: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
  53. 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
  54. 2c1d0e3 ext4: avoid panic during forced reboot due to aborted journal by Jan Kara · 6 years ago
  55. 0ba33fa ext4: fix miscellaneous sparse warnings by Theodore Ts'o · 6 years ago
  56. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  57. 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  58. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  59. 9405313 ext4: make use of ->free_inode() by Al Viro · 6 years ago
  60. 50b29d8 ext4: fix ext4_show_options for file systems w/o journal by Debabrata Banerjee · 6 years ago
  61. b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
  62. c83ad55 ext4: include charset encoding information in the superblock by Gabriel Krisman Bertazi · 6 years ago
  63. 7bc04c5 ext4: fix use-after-free race with debug_want_extra_isize by Barret Rhoden · 6 years ago
  64. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  65. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  66. 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
  67. 1dc1097 ext4: avoid panic during forced reboot by Jan Kara · 6 years ago
  68. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  69. c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
  70. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  71. e868078 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 6 years ago
  72. fde8726 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 6 years ago
  73. 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
  74. 361d24d ext4: hard fail dax mount on unsupported devices by Eric Sandeen · 6 years ago
  75. 50c15df ext4: remove redundant condition check by Chengguang Xu · 6 years ago
  76. a92abd7 ext4: clean up indentation issues, remove extraneous tabs by Colin Ian King · 6 years ago
  77. 61157b2 ext4: fix possible use after free in ext4_quota_enable by Pan Bian · 6 years ago
  78. fb265c9 ext4: add ext4_sb_bread() to disambiguate ENOMEM cases by Theodore Ts'o · 6 years ago
  79. af18e35 ext4: fix possible leak of s_journal_flag_rwsem in error path by Vasily Averin · 6 years ago
  80. 9e46308 ext4: fix possible leak of sbi->s_group_desc_leak in error path by Theodore Ts'o · 6 years ago
  81. 33458ea ext4: fix use-after-free race in ext4_remount()'s error path by Theodore Ts'o · 6 years ago
  82. 1dc0aa4 ext4: add new pending reservation mechanism by Eric Whitney · 6 years ago
  83. ad3273d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Greg Kroah-Hartman · 6 years ago
  84. 338affb ext4: show test_dummy_encryption mount option in /proc/mounts by Eric Biggers · 6 years ago
  85. 4274f51 ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
  86. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  87. 9af0b3d ext4: fix race when setting the bitmap corrupted flag by Wang Shilong · 6 years ago
  88. 21ac738 ext4: check allocation failure when duplicating "data" in ext4_remount() by Chengguang Xu · 6 years ago
  89. 7f144fd ext4: fix warning message in ext4_enable_quotas() by Junichi Uekawa · 6 years ago
  90. 6a0678a ext4: super: extend timestamps to 40 bits by Arnd Bergmann · 6 years ago
  91. 5012284 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  92. dbae2c5 block: Define and use STAT_READ and STAT_WRITE by Michael Callahan · 6 years ago
  93. 2dca60d ext4: clear mmp sequence number when remounting read-only by Theodore Ts'o · 6 years ago
  94. 44de022 ext4: fix false negatives *and* false positives in ext4_check_descriptors() by Theodore Ts'o · 6 years ago
  95. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  96. a17712c ext4: check superblock mapped prior to committing by Jon Derrick · 6 years ago
  97. bfe0a5f ext4: add more mount time checks of the superblock by Theodore Ts'o · 7 years ago
  98. c37e9e0 ext4: add more inode number paranoia checks by Theodore Ts'o · 7 years ago
  99. 8844618 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 7 years ago
  100. 7726080 ext4: make sure bitmaps and the inode table don't overlap with bg descriptors by Theodore Ts'o · 7 years ago