1. 36cd5c1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  2. 9a4c801 ext4: ensure Inode flags consistency are checked at build time by Carlos Maiolino · 12 years ago
  3. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 12 years ago
  4. f08225d ext4: enable ext4 inline support by Tao Ma · 12 years ago
  5. 05019a9 ext4: make ext4_delete_entry generic by Tao Ma · 12 years ago
  6. 7335cd3 ext4: create a new function search_dir by Tao Ma · 12 years ago
  7. 65d165d ext4: let ext4_readdir handle inline data by Tao Ma · 12 years ago
  8. 3c47d54 ext4: let add_dir_entry handle inline data properly by Tao Ma · 12 years ago
  9. 978fef9 ext4: create __ext4_insert_dentry for dir entry insertion by Tao Ma · 12 years ago
  10. 226ba97 ext4: refactor __ext4_check_dir_entry() to accept start and size by Tao Ma · 12 years ago
  11. a774f9c ext4: make ext4_init_dot_dotdot for inline dir usage by Tao Ma · 12 years ago
  12. 9c3569b ext4: add delalloc support for inline data by Tao Ma · 12 years ago
  13. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  14. 67cf5b0 ext4: add the basic function for inline data support by Tao Ma · 12 years ago
  15. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  16. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  17. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  18. c0677e6 ext4: add data structures for the extent status tree by Zheng Liu · 12 years ago
  19. 79f1ba4 ext4: Checksum the block bitmap properly with bigalloc enabled by Tao Ma · 12 years ago
  20. 06db49e ext4: fix metadata checksum calculation for the superblock by Theodore Ts'o · 12 years ago
  21. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  22. 17335dc ext4: serialize dio nonlocked reads with defrag workers by Dmitry Monakhov · 12 years ago
  23. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  24. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  25. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  26. 28623c2 ext4: grow the s_group_info array as needed by Theodore Ts'o · 12 years ago
  27. 117fff1 ext4: grow the s_flex_groups array as needed when resizing by Theodore Ts'o · 12 years ago
  28. 67a5da5 ext4: make the zero-out chunk size tunable by Zheng Liu · 12 years ago
  29. df981d0 ext4: add max_dir_size_kb mount option by Theodore Ts'o · 12 years ago
  30. 044ce47 ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() by Jan Kara · 12 years ago
  31. 3108b54 ext4: remove dynamic array size in ext4_chksum() by Theodore Ts'o · 12 years ago
  32. 7c319d3 ext4: make quota as first class supported feature by Aditya Kali · 12 years ago
  33. 729f52c ext4: add a new nolock flag in ext4_map_blocks by Zheng Liu · 12 years ago
  34. 952fc18 ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago
  35. f6fb99c ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 12 years ago
  36. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  37. 2c0544b ext4: add debugging trigger for ext4_error() by Theodore Ts'o · 12 years ago
  38. 9d99012 ext4: remove needs_recovery in ext4_mb_init() by Akira Fujita · 12 years ago
  39. e93376c ext4/jbd2: add metadata checksumming to the list of supported features by Darrick J. Wong · 12 years ago
  40. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  41. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  42. 5c359a4 ext4: add checksums to the MMP block by Darrick J. Wong · 12 years ago
  43. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  44. b0336e8 ext4: calculate and verify checksums of directory leaf blocks by Darrick J. Wong · 12 years ago
  45. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 12 years ago
  46. 41a246d ext4: calculate and verify checksums for inode bitmaps by Darrick J. Wong · 12 years ago
  47. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  48. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 12 years ago
  49. 0441984 ext4: load the crc32c driver if necessary by Darrick J. Wong · 12 years ago
  50. e615391 ext4: change on-disk layout to support extended metadata checksumming by Darrick J. Wong · 12 years ago
  51. 9cd70b3 ext4: address scalability issue by removing extent cache statistics by Theodore Ts'o · 12 years ago
  52. 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  53. ace36ad ext4: add no_printk argument validation, fix fallout by Joe Perches · 12 years ago
  54. d1f5273 ext4: return 32/64-bit dir name hash according to usage type by Fan Yong · 12 years ago
  55. 4188188 ext4: add comments to definition of ext4_io_end_t by Curt Wohlgemuth · 12 years ago
  56. 491caa4 ext4: fix race between sync and completed io work by Jeff Moyer · 12 years ago
  57. 5a916be ext4: make ext4_show_options() be table-driven by Theodore Ts'o · 12 years ago
  58. 39ef17f ext4: simplify handling of the errors=* mount options by Theodore Ts'o · 12 years ago
  59. c64db50 ext4: remove the I_VERSION mount flag and use the super_block flag instead by Theodore Ts'o · 12 years ago
  60. 266991b ext4: fix race between unwritten extent conversion and truncate by Jeff Moyer · 13 years ago
  61. 856cbcf ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA by Theodore Ts'o · 13 years ago
  62. 813e572 ext4: fix race when setting bitmap_uptodate flag by Theodore Ts'o · 13 years ago
  63. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 13 years ago
  64. 5f163cc ext4: make more symbols static by Eric Sandeen · 13 years ago
  65. 9b90e5e ext4: reserve new feature flag codepoints by Theodore Ts'o · 13 years ago
  66. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 13 years ago
  67. 33afdcc ext4: add a function which sets up group blocks of a flex bg by Yongqiang Yang · 13 years ago
  68. dcca3fe ext4: propagate umode_t by Al Viro · 13 years ago
  69. 597d508 ext4: use proper little-endian bitops by Akinobu Mita · 13 years ago
  70. ccb4d7a ext4: remove no longer used functions in inode.c by Zheng Liu · 13 years ago
  71. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  72. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  73. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  74. 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
  75. a4e5d88 ext4: update EOFBLOCKS flag on fallocate properly by Dmitry Monakhov · 13 years ago
  76. 7fd59c8 ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl by Tao Ma · 13 years ago
  77. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  78. 5356f26 ext4: attempt to fix race in bigalloc code path by Aditya Kali · 13 years ago
  79. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  80. df55c99 ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() by Theodore Ts'o · 13 years ago
  81. e7d5f31 ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() by Theodore Ts'o · 13 years ago
  82. cff1dfd7 ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init() by Theodore Ts'o · 13 years ago
  83. 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
  84. 021b65b ext4: Rename ext4_free_blks_{count,set}() to refer to clusters by Theodore Ts'o · 13 years ago
  85. 6f16b60 ext4: enable mounting bigalloc as read/write by Theodore Ts'o · 13 years ago
  86. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  87. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  88. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  89. 8413019 ext4: teach ext4_free_blocks() about bigalloc and clusters by Theodore Ts'o · 13 years ago
  90. d5b8f31 ext4: bigalloc changes to block bitmap initialization functions by Theodore Ts'o · 13 years ago
  91. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  92. 281b599 ext4: read-only support for bigalloc file systems by Theodore Ts'o · 13 years ago
  93. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  94. 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
  95. 1cd9f09 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 13 years ago
  96. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  97. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  98. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  99. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  100. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago