1. 25f1ee3 ext4: fix build warning by Wu Fengguang · 16 years ago
  2. 97df5d1 ext4: remove do_blk_alloc() by Theodore Ts'o · 16 years ago
  3. cfe82c8 ext4: remove ext4_new_meta_block() by Theodore Ts'o · 16 years ago
  4. 6873fa0 Hook ext4 to the vfs fiemap interface. by Eric Sandeen · 16 years ago
  5. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  6. cf17fea ext4: Properly update i_disksize. by Aneesh Kumar K.V · 16 years ago
  7. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  8. 4776004f ext4: Add printk priority levels to clean up checkpatch warnings by Theodore Ts'o · 16 years ago
  9. 525f4ed ext4: journal credit fix for the delayed allocation's writepages() function by Mingming Cao · 16 years ago
  10. f3bd1f3 ext4: journal credits reservation fixes for DIO, fallocate by Mingming Cao · 16 years ago
  11. ee12b63 ext4: journal credits reservation fixes for extent file writepage by Mingming Cao · 16 years ago
  12. 88aa3cf ext4: Use ext4_discard_reservations instead of mballoc-specific call by Theodore Ts'o · 16 years ago
  13. 2b2d6d0 ext4: Cleanup whitespace and other miscellaneous style issues by Theodore Ts'o · 16 years ago
  14. 34071da ext4: don't assume extents can't cross block groups when truncating by Theodore Ts'o · 16 years ago
  15. 0123c93 ext4: Fix ext4_ext_journal_restart() by Theodore Ts'o · 16 years ago
  16. d03856b ext4: Fix data corruption when writing to prealloc area by Aneesh Kumar K.V · 16 years ago
  17. 61628a3 ext4: Invert lock ordering of page_lock and transaction start in delalloc by Mingming Cao · 16 years ago
  18. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  19. 9ddfc3d ext4: Fix lock inversion in ext4_ext_truncate() by Jan Kara · 16 years ago
  20. cf108bc ext4: Invert the locking order of page_lock and transaction start by Jan Kara · 16 years ago
  21. 953e622 ext4: use atomic functions to set bh_state by Eric Sandeen · 16 years ago
  22. 654b490 ext4: cleanup block allocator by Aneesh Kumar K.V · 16 years ago
  23. 7061eba ext4: Use inode preallocation with -o noextents by Aneesh Kumar K.V · 16 years ago
  24. 9102e4f ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller by Shen Feng · 16 years ago
  25. 1973adc ext4: Make ext4_ext_find_extent fills ext_path completely by Shen Feng · 16 years ago
  26. 787e098 ext4: return error when calling ext4_ext_split failed by Shen Feng · 16 years ago
  27. a379cd1 ext4: Update i_disksize properly when allocating from fallocate area. by Aneesh Kumar K.V · 16 years ago
  28. ef73772 ext4: update ctime and mtime for truncate with extents. by Solofo Ramangalahy · 16 years ago
  29. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  30. 216553c ext4: fix wrong gfp type under transaction by Josef Bacik · 16 years ago
  31. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  32. e8546d0 ext4: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  33. 161e7b7 ext4: Cache the correct extent length for uninit extents by Aneesh Kumar K.V · 16 years ago
  34. 1a89734 ext4: Return unwritten buffer head when trying to read from prealloc space. by Aneesh Kumar K.V · 16 years ago
  35. e067ba0 ext4: make ext4_ext_get_blocks always return <= max_blocks by Aneesh Kumar K.V · 16 years ago
  36. fd28784 ext4: Fix fallocate to update the file size in each transaction by Aneesh Kumar K.V · 16 years ago
  37. 3977c96 ext4: zero out small extents when writing to prealloc area. by Aneesh Kumar K.V · 16 years ago
  38. 093a088 ext4: ENOSPC error handling for writing to an uninitialized extent by Aneesh Kumar K.V · 16 years ago
  39. 95c3889 ext4: Fix fallocate error path by Aneesh Kumar K.V · 16 years ago
  40. 2c98615 ext4: Don't mark filesystem error if fallocate fails by Aneesh Kumar K.V · 16 years ago
  41. f5ab0d1 ext4: Fix BUG when writing to an unitialized extent by Mingming Cao · 16 years ago
  42. 74d3487 ext4: modify block allocation algorithm for the last group by Valerie Clement · 16 years ago
  43. 9df5643 ext4: Get journal write access before modifying the extent tree by Aneesh Kumar K.V · 16 years ago
  44. b35905c ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent() by Aneesh Kumar K.V · 16 years ago
  45. 55bd725 ext4: Fix locking hierarchy violation in ext4_fallocate() by Aneesh Kumar K.V · 16 years ago
  46. b939e37 ext4: Use the ext4_ext_actual_len() helper function by Aneesh Kumar K.V · 16 years ago
  47. dbf9d7d ext4: fix uniniatilized extent splitting error by Dmitry Monakhov · 16 years ago
  48. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago
  49. 1988b51 ext4: Add new functions for searching extent tree by Alex Tomas · 16 years ago
  50. c14c6fd ext4: Add EXT4_IOC_MIGRATE ioctl by Aneesh Kumar K.V · 16 years ago
  51. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 16 years ago
  52. c278bfe ext4: Make ext4_get_blocks_wrap take the truncate_mutex early. by Aneesh Kumar K.V · 16 years ago
  53. 221879c ext4: Check for the correct error return from by Aneesh Kumar K.V · 16 years ago
  54. 1d03ec9 ext4: Fix sparse warnings. by Aneesh Kumar K.V · 16 years ago
  55. bba9074 ext4 extents: remove unneeded casts by Eric Sandeen · 16 years ago
  56. 725d26d ext4: Introduce ext4_lblk_t by Aneesh Kumar K.V · 16 years ago
  57. d8dd0b4 ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo by Aneesh Kumar K.V · 17 years ago
  58. b377611 ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo by Aneesh Kumar K.V · 17 years ago
  59. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  60. dd54567 "ext4_ext_put_in_cache" uses __u32 to receive physical block number by Mingming Cao · 17 years ago
  61. e9f410b ext4: extent macros cleanup by Dmitry Monakhov · 17 years ago
  62. 26d535e Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions. by Dmitry Monakhov · 17 years ago
  63. c29c0ae ext4: Make extents code sanely handle on-disk corruption by Alex Tomas · 17 years ago
  64. 749269f Change on-disk format to support 2^15 uninitialized extents by Amit Arora · 17 years ago
  65. 56055d3 write support for preallocated blocks by Amit Arora · 17 years ago
  66. a2df2a6 fallocate support in ext4 by Amit Arora · 17 years ago
  67. 315054f When ext4_ext_insert_extent() fails to insert new blocks by Alex Tomas · 17 years ago
  68. 25d14f9 ext4: Extent overlap bugfix by Amit Arora · 17 years ago
  69. 8a9dc94 Remove unnecessary exported symbols. by Mingming Cao · 17 years ago
  70. 8c55e20 EXT4: Fix whitespace by Dave Kleikamp · 17 years ago
  71. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  72. bbf2f9f Fix misspellings of "agressive". by Robert P. J. Day · 17 years ago
  73. 09b8825 [PATCH] ext4: Eliminate inline functions by Avantika Mathur · 18 years ago
  74. 5d4958f [PATCH] ext4: kmalloc to kzalloc by Avantika Mathur · 18 years ago
  75. 7e02897 [PATCH] ext4: if expression format by Avantika Mathur · 18 years ago
  76. feb1892 [PATCH] ext4: fix credit calculation in ext4_ext_calc_credits_for_insert by Johann Lombardi · 18 years ago
  77. 6fb50ea [PATCH] ext4_ext_split(): remove dead code by Adrian Bunk · 18 years ago
  78. 63f5793 [PATCH] ext4 whitespace cleanups by Andrew Morton · 18 years ago
  79. 9b8f1f0 [PATCH] ext4: removesector_t bits check by Mingming Cao · 18 years ago
  80. 2ae0210 [PATCH] ext4: blk_type from sector_t to unsigned long long by Mingming Cao · 18 years ago
  81. d0d856e [PATCH] ext4: clean up comments in ext4-extents patch by Randy Dunlap · 18 years ago
  82. 471d401 [PATCH] ext4: uninitialised extent handling by Suparna Bhattacharya · 18 years ago
  83. f65e6fb [PATCH] ext4: 48bit physical block number support in extents by Alex Tomas · 18 years ago
  84. a86c618 [PATCH] ext3: add extent map support by Alex Tomas · 18 years ago