1. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  2. 4fbf888 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  3. 3f61c0c ext4: add prototypes for macro-generated functions by Andreas Dilger · 11 years ago
  4. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  5. efbed4d ext4: add ratelimiting to ext4 messages by Theodore Ts'o · 11 years ago
  6. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  7. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  8. 87a3938 ext4: mark block group as corrupt on inode bitmap error by Darrick J. Wong · 11 years ago
  9. 163a203 ext4: mark block group as corrupt on block bitmap error by Darrick J. Wong · 11 years ago
  10. dbde0ab ext4: fix type declaration of ext4_validate_block_bitmap by Darrick J. Wong · 11 years ago
  11. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  12. 90e775b ext4: fix lost truncate due to race with writeback by Jan Kara · 11 years ago
  13. 7d73453 ext4: fix warning in ext4_da_update_reserve_space() by Jan Kara · 11 years ago
  14. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  15. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  16. a361293 jbd2: Fix oops in jbd2_journal_file_inode() by Jan Kara · 11 years ago
  17. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  18. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  19. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  20. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  21. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  22. 2f2e09e ext4: add sanity check to ext4_get_group_info() by Theodore Ts'o · 11 years ago
  23. 5dc23bd ext4: remove ext4_ioend_wait() by Jan Kara · 11 years ago
  24. c724585 ext4: don't wait for extent conversion in ext4_punch_hole() by Jan Kara · 11 years ago
  25. b0857d3 ext4: defer clearing of PageWriteback after extent conversion by Jan Kara · 11 years ago
  26. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  27. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  28. 3613d22 ext4: remove buffer_uninit handling by Jan Kara · 11 years ago
  29. 4e7ea81 ext4: restructure writeback path by Jan Kara · 11 years ago
  30. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  31. fa55a0e ext4: improve writepage credit estimate for files with indirect blocks by Jan Kara · 11 years ago
  32. f2d50a6 ext4: deprecate max_writeback_mb_bump sysfs attribute by Jan Kara · 11 years ago
  33. 97a851e ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  34. c121ffd ext4: remove unused discard_partial_page_buffers by Lukas Czerner · 11 years ago
  35. a87dd18 ext4: use ext4_zero_partial_blocks in punch_hole by Lukas Czerner · 11 years ago
  36. d863dc3 Revert "ext4: remove no longer used functions in inode.c" by Lukas Czerner · 11 years ago
  37. a549984 ext4: revert "ext4: use io_end for multiple bios" by Theodore Ts'o · 11 years ago
  38. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 11 years ago
  39. 4eec708 ext4: use io_end for multiple bios by Jan Kara · 11 years ago
  40. 0058f96 ext4: make ext4_bio_write_page() use BH_Async_Write flags by Jan Kara · 11 years ago
  41. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  42. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  43. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  44. bd86298 ext4: introduce ext4_get_group_number() by Lukas Czerner · 11 years ago
  45. 6891100 ext4: make ext4_block_in_group() much more efficient by Lukas Czerner · 11 years ago
  46. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 11 years ago
  47. 819c492 ext4: refactor truncate code by Theodore Ts'o · 11 years ago
  48. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 11 years ago
  49. 74d553a ext4: collapse handling of data=ordered and data=writeback codepaths by Theodore Ts'o · 11 years ago
  50. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 11 years ago
  51. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 11 years ago
  52. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 11 years ago
  53. 2463077 ext4: optimize ext4_es_shrink() by Theodore Ts'o · 11 years ago
  54. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 11 years ago
  55. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  56. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  57. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  58. 1139575 ext4: start handle at the last possible moment when creating inodes by Theodore Ts'o · 11 years ago
  59. 95eaefb ext4: fix the number of credits needed for acl ops with inline data by Theodore Ts'o · 11 years ago
  60. 722887d ext4: move the jbd2 wrapper functions out of super.c by Theodore Ts'o · 11 years ago
  61. 84c1754 ext4: move work from io_end to inode by Jan Kara · 11 years ago
  62. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  63. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  64. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 12 years ago
  65. 36cd5c1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  66. 9a4c801 ext4: ensure Inode flags consistency are checked at build time by Carlos Maiolino · 12 years ago
  67. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 12 years ago
  68. f08225d ext4: enable ext4 inline support by Tao Ma · 12 years ago
  69. 05019a9 ext4: make ext4_delete_entry generic by Tao Ma · 12 years ago
  70. 7335cd3 ext4: create a new function search_dir by Tao Ma · 12 years ago
  71. 65d165d ext4: let ext4_readdir handle inline data by Tao Ma · 12 years ago
  72. 3c47d54 ext4: let add_dir_entry handle inline data properly by Tao Ma · 12 years ago
  73. 978fef9 ext4: create __ext4_insert_dentry for dir entry insertion by Tao Ma · 12 years ago
  74. 226ba97 ext4: refactor __ext4_check_dir_entry() to accept start and size by Tao Ma · 12 years ago
  75. a774f9c ext4: make ext4_init_dot_dotdot for inline dir usage by Tao Ma · 12 years ago
  76. 9c3569b ext4: add delalloc support for inline data by Tao Ma · 12 years ago
  77. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  78. 67cf5b0 ext4: add the basic function for inline data support by Tao Ma · 12 years ago
  79. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  80. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  81. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  82. c0677e6 ext4: add data structures for the extent status tree by Zheng Liu · 12 years ago
  83. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  84. 06db49e ext4: fix metadata checksum calculation for the superblock by Theodore Ts'o · 12 years ago
  85. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  86. 17335dc ext4: serialize dio nonlocked reads with defrag workers by Dmitry Monakhov · 12 years ago
  87. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  88. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  89. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  90. 28623c2 ext4: grow the s_group_info array as needed by Theodore Ts'o · 12 years ago
  91. 117fff1 ext4: grow the s_flex_groups array as needed when resizing by Theodore Ts'o · 12 years ago
  92. 67a5da5 ext4: make the zero-out chunk size tunable by Zheng Liu · 12 years ago
  93. df981d0 ext4: add max_dir_size_kb mount option by Theodore Ts'o · 12 years ago
  94. 044ce47 ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() by Jan Kara · 12 years ago
  95. 3108b54 ext4: remove dynamic array size in ext4_chksum() by Theodore Ts'o · 12 years ago
  96. 7c319d3 ext4: make quota as first class supported feature by Aditya Kali · 12 years ago
  97. 729f52c ext4: add a new nolock flag in ext4_map_blocks by Zheng Liu · 12 years ago
  98. 952fc18 ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago
  99. f6fb99c ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 12 years ago
  100. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago