1. 8af8eec ext4: fix overflow when counting used blocks on 32-bit architectures by Jan Kara · 11 years ago
  2. a60697f ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs by Jan Kara · 11 years ago
  3. e7293fd ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations by Jan Kara · 11 years ago
  4. eaf3793 ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap() by Jan Kara · 11 years ago
  5. 566370a ext4: suppress ext4 orphan messages on mount by Paul Taysom · 11 years ago
  6. d23142c ext4: make punch hole code path work with bigalloc by Lukas Czerner · 11 years ago
  7. 6180132 ext4: update ext4_ext_remove_space trace point by Lukas Czerner · 11 years ago
  8. 78fb9cd ext4: remove unused code from ext4_remove_blocks() by Lukas Czerner · 11 years ago
  9. c121ffd ext4: remove unused discard_partial_page_buffers by Lukas Czerner · 11 years ago
  10. a87dd18 ext4: use ext4_zero_partial_blocks in punch_hole by Lukas Czerner · 11 years ago
  11. 55f252c ext4: truncate_inode_pages() in orphan cleanup path by Lukas Czerner · 11 years ago
  12. eb3544c Revert "ext4: fix fsx truncate failure" by Lukas Czerner · 11 years ago
  13. 0713ed0 ext4: Call ext4_jbd2_file_inode() after zeroing block by Lukas Czerner · 11 years ago
  14. d863dc3 Revert "ext4: remove no longer used functions in inode.c" by Lukas Czerner · 11 years ago
  15. ca99fdd ext4: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  16. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 11 years ago
  17. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  18. b973425 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  19. a549984 ext4: revert "ext4: use io_end for multiple bios" by Theodore Ts'o · 11 years ago
  20. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  21. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  22. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  23. e615573 ext4: limit group search loop for non-extent files by Lachlan McIlroy · 11 years ago
  24. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  25. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  26. 0d606e2 ext4: fix type-widening bug in inode table readahead code by Theodore Ts'o · 11 years ago
  27. 3f8a641 ext4: add check for inodes_count overflow in new resize ioctl by Theodore Ts'o · 11 years ago
  28. 7f3e3c7 ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG by Theodore Ts'o · 11 years ago
  29. c5c72d8 ext4: fix online resizing for ext3-compat file systems by Theodore Ts'o · 11 years ago
  30. 13fca32 ext4: mark metadata blocks using bh flags by Theodore Ts'o · 11 years ago
  31. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  32. c4d8b02 ext4: fix readdir error in case inline_data+^dir_index. by Tao Ma · 11 years ago
  33. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 11 years ago
  34. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  35. eb9cc7e ext4: move quota initialization out of inode allocation transaction by Jan Kara · 11 years ago
  36. fd03d8d ext4: reserve xattr index for Rich ACL support by Theodore Ts'o · 11 years ago
  37. 7b001d6 ext4: clear buffer_uninit flag when submitting IO by Jan Kara · 11 years ago
  38. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  39. 0058f96 ext4: make ext4_bio_write_page() use BH_Async_Write flags by Jan Kara · 11 years ago
  40. e1091b1 ext4: Use kstrtoul() instead of parse_strtoul() by Lukas Czerner · 11 years ago
  41. 7e8b12c ext4: defragmentation code cleanup by Dmitry Monakhov · 11 years ago
  42. 43e50f5 ext4: do not convert to indirect with bigalloc enabled by Lukas Czerner · 11 years ago
  43. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  44. d6a7710 ext4: fix miscellaneous big endian warnings by Theodore Ts'o · 11 years ago
  45. 171a7f2 ext4: fix big-endian bug in metadata checksum calculations by Dmitry Monakhov · 11 years ago
  46. 0b65349 ext4: fix big-endian bug in extent migration code by Dmitry Monakhov · 11 years ago
  47. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  48. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  49. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  50. f45a5ef ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS by Jan Kara · 11 years ago
  51. eabe044 ext4: speed-up releasing blocks on commit by Andrey Sidorov · 11 years ago
  52. 5c1ff33 ext4: fix free space estimate in ext4_nonda_switch() by Eric Whitney · 11 years ago
  53. bcb1385 ext4: fix deadlock with quota feature by Jan Kara · 11 years ago
  54. e8238f9 ext4: fix incorrect lock ordering for ext4_ind_migrate by Dmitry Monakhov · 11 years ago
  55. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  56. f78ee70d ext4: print more info in ext4_print_free_blocks() by Lukas Czerner · 11 years ago
  57. be8981b ext4: try to prepend extent to the existing one by Lukas Czerner · 11 years ago
  58. bc2d9db ext4: Transfer initialized block to right neighbor if possible by Lukas Czerner · 11 years ago
  59. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 11 years ago
  60. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 11 years ago
  61. a75ae78f ext4: unregister es_shrinker if mount failed by Dmitry Monakhov · 11 years ago
  62. 5d3ee20 ext4: fix journal callback list traversal by Dmitry Monakhov · 11 years ago
  63. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 11 years ago
  64. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 11 years ago
  65. b10a44c ext4: add might_sleep() annotations by Theodore Ts'o · 11 years ago
  66. 19b5ef6 ext4: add mutex_is_locked() assertion to ext4_truncate() by Theodore Ts'o · 11 years ago
  67. 819c492 ext4: refactor truncate code by Theodore Ts'o · 11 years ago
  68. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 11 years ago
  69. 781f143 ext4: fold ext4_alloc_blocks() in ext4_alloc_branch() by Theodore Ts'o · 11 years ago
  70. eed4333 ext4: fold ext4_generic_write_end() into ext4_write_end() by Zheng Liu · 11 years ago
  71. 74d553a ext4: collapse handling of data=ordered and data=writeback codepaths by Theodore Ts'o · 11 years ago
  72. 8cde7ad ext4: fix big-endian bugs which could cause fs corruptions by Zheng Liu · 11 years ago
  73. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  74. 2b405bf ext4: fix data=journal fast mount/umount hang by Theodore Ts'o · 11 years ago
  75. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 11 years ago
  76. 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 11 years ago
  77. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  78. 4f42f80 ext4: use s_extent_max_zeroout_kb value as number of kb by Lukas Czerner · 11 years ago
  79. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  80. 386ad67 ext4: reserve metadata block for every delayed write by Lukas Czerner · 11 years ago
  81. 232ec87 ext4: update reserved space after the 'correction' by Lukas Czerner · 11 years ago
  82. bb8b20e ext4: do not use yield() by Lukas Czerner · 11 years ago
  83. e3d85c3 ext4: remove unused variable in ext4_free_blocks() by Lukas Czerner · 11 years ago
  84. e1c3659 ext4: fix WARN_ON from ext4_releasepage() by Jan Kara · 11 years ago
  85. 3a22567 ext4: fix the wrong number of the allocated blocks in ext4_split_extent() by Zheng Liu · 11 years ago
  86. adb2355 ext4: update extent status tree after an extent is zeroed out by Zheng Liu · 11 years ago
  87. cdee784 ext4: fix wrong m_len value after unwritten extent conversion by Zheng Liu · 11 years ago
  88. 921f266 ext4: add self-testing infrastructure to do a sanity check by Dmitry Monakhov · 11 years ago
  89. bd38436 ext4: avoid a potential overflow in ext4_es_can_be_merged() by Zheng Liu · 11 years ago
  90. 6ca470d7 ext4: invalidate extent status tree during extent migration by Dmitry Monakhov · 11 years ago
  91. de99fcc ext4: remove unnecessary wait for extent conversion in ext4_fallocate() by Jan Kara · 11 years ago
  92. ff95ec2 ext4: add warning to ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 11 years ago
  93. ec22ba8 ext4: disable merging of uninitialized extents by Dmitry Monakhov · 11 years ago
  94. 357b66f ext4: ext4_split_extent should take care of extent zeroout by Dmitry Monakhov · 11 years ago
  95. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  96. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  97. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  98. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  99. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  100. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago