1. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  2. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  3. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  4. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  5. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  6. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  7. 36de928 ext4: propagate errors up to ext4_find_entry()'s callers by Theodore Ts'o · 10 years ago
  8. 40b163f ext4: check inline directory before converting by Darrick J. Wong · 10 years ago
  9. 83447cc ext4: make ext4_has_inline_data() as a inline function by Zheng Liu · 10 years ago
  10. 4f579ae ext4: fix punch hole on files with indirect mapping by Lukas Czerner · 10 years ago
  11. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  12. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  13. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  14. 1beeef1 ext4: fix block bitmap initialization under sparse_super2 by Darrick J. Wong · 10 years ago
  15. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  16. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 10 years ago
  17. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 10 years ago
  18. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  19. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  20. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  21. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 10 years ago
  22. 94350ab ext4: make ext4_block_zero_page_range static by Matthew Wilcox · 10 years ago
  23. ed3654e ext4: optimize Hurd tests when reading/writing inodes by Theodore Ts'o · 10 years ago
  24. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 10 years ago
  25. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  26. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  27. a633f5a ext4: translate fallocate mode bits to strings by Lukas Czerner · 10 years ago
  28. 19ea806 ext4: don't leave i_crtime.tv_sec uninitialized by Theodore Ts'o · 10 years ago
  29. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  30. 4fbf888 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  31. 3f61c0c ext4: add prototypes for macro-generated functions by Andreas Dilger · 11 years ago
  32. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  33. efbed4d ext4: add ratelimiting to ext4 messages by Theodore Ts'o · 11 years ago
  34. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  35. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  36. 87a3938 ext4: mark block group as corrupt on inode bitmap error by Darrick J. Wong · 11 years ago
  37. 163a203 ext4: mark block group as corrupt on block bitmap error by Darrick J. Wong · 11 years ago
  38. dbde0ab ext4: fix type declaration of ext4_validate_block_bitmap by Darrick J. Wong · 11 years ago
  39. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  40. 90e775b ext4: fix lost truncate due to race with writeback by Jan Kara · 11 years ago
  41. 7d73453 ext4: fix warning in ext4_da_update_reserve_space() by Jan Kara · 11 years ago
  42. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  43. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  44. a361293 jbd2: Fix oops in jbd2_journal_file_inode() by Jan Kara · 11 years ago
  45. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  46. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  47. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  48. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  49. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  50. 2f2e09e ext4: add sanity check to ext4_get_group_info() by Theodore Ts'o · 11 years ago
  51. 5dc23bd ext4: remove ext4_ioend_wait() by Jan Kara · 11 years ago
  52. c724585 ext4: don't wait for extent conversion in ext4_punch_hole() by Jan Kara · 11 years ago
  53. b0857d3 ext4: defer clearing of PageWriteback after extent conversion by Jan Kara · 11 years ago
  54. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  55. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  56. 3613d22 ext4: remove buffer_uninit handling by Jan Kara · 11 years ago
  57. 4e7ea81 ext4: restructure writeback path by Jan Kara · 11 years ago
  58. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  59. fa55a0e ext4: improve writepage credit estimate for files with indirect blocks by Jan Kara · 11 years ago
  60. f2d50a6 ext4: deprecate max_writeback_mb_bump sysfs attribute by Jan Kara · 11 years ago
  61. 97a851e ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  62. c121ffd ext4: remove unused discard_partial_page_buffers by Lukas Czerner · 11 years ago
  63. a87dd18 ext4: use ext4_zero_partial_blocks in punch_hole by Lukas Czerner · 11 years ago
  64. d863dc3 Revert "ext4: remove no longer used functions in inode.c" by Lukas Czerner · 11 years ago
  65. a549984 ext4: revert "ext4: use io_end for multiple bios" by Theodore Ts'o · 11 years ago
  66. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 11 years ago
  67. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  68. 0058f96 ext4: make ext4_bio_write_page() use BH_Async_Write flags by Jan Kara · 11 years ago
  69. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  70. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  71. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  72. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 11 years ago
  73. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 11 years ago
  74. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 11 years ago
  75. 819c492 ext4: refactor truncate code by Theodore Ts'o · 11 years ago
  76. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 11 years ago
  77. 74d553a ext4: collapse handling of data=ordered and data=writeback codepaths by Theodore Ts'o · 11 years ago
  78. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 11 years ago
  79. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  80. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 11 years ago
  81. 2463077 ext4: optimize ext4_es_shrink() by Theodore Ts'o · 11 years ago
  82. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 11 years ago
  83. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  84. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  85. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  86. 1139575 ext4: start handle at the last possible moment when creating inodes by Theodore Ts'o · 11 years ago
  87. 95eaefb ext4: fix the number of credits needed for acl ops with inline data by Theodore Ts'o · 11 years ago
  88. 722887d ext4: move the jbd2 wrapper functions out of super.c by Theodore Ts'o · 11 years ago
  89. 84c1754 ext4: move work from io_end to inode by Jan Kara · 11 years ago
  90. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  91. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  92. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 12 years ago
  93. 36cd5c1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  94. 9a4c801 ext4: ensure Inode flags consistency are checked at build time by Carlos Maiolino · 12 years ago
  95. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 12 years ago
  96. f08225d ext4: enable ext4 inline support by Tao Ma · 12 years ago
  97. 05019a9 ext4: make ext4_delete_entry generic by Tao Ma · 12 years ago
  98. 7335cd3 ext4: create a new function search_dir by Tao Ma · 12 years ago
  99. 65d165d ext4: let ext4_readdir handle inline data by Tao Ma · 12 years ago
  100. 3c47d54 ext4: let add_dir_entry handle inline data properly by Tao Ma · 12 years ago