ext4: address scalability issue by removing extent cache statistics
[linux-flexiantxendom0.git] / fs / ext4 / extents.c
2012-04-30 Theodore Ts'oext4: address scalability issue by removing extent...
2012-04-02 Theodore Ts'oext4: check for zero length extent
2011-12-14 Yongqiang Yangext4: remove a wrong BUG_ON in ext4_ext_convert_to_init...
2011-12-12 Paul Mackerrasext4: Fix crash due to getting bogus eh_depth value...
2011-11-01 Yongqiang Yangext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
2011-11-01 Yongqiang Yangext4: fix a syntax error in ext4_ext_insert_extent...
2011-10-31 Greg Harmext4: Don't normalize an falloc request if it can fit...
2011-10-31 Tao Maext4: Create helper function for EXT4_IO_END_UNWRITTEN...
2011-10-29 Yongqiang Yangext4: trace punch_hole correctly in ext4_ext_map_blocks
2011-10-29 Yongqiang Yangext4: clean up AGGRESSIVE_TEST code
2011-10-29 Yongqiang Yangext4: move variables to their scope
2011-10-27 Eric Gouriouext4: optimize memmmove lengths in extent/index insertions
2011-10-27 Eric Gouriouext4: optimize ext4_ext_convert_to_initialized()
2011-10-26 Tao Maext4: don't check io->flag when setting EXT4_STATE_DIO_...
2011-10-26 Curt Wohlgemuthext4: handle NULL p_ext in ext4_ext_next_allocated_block()
2011-10-26 Dan Carpenterext4: error handling fix in ext4_ext_convert_to_initial...
2011-10-25 Dmitry Monakhovext4: update EOFBLOCKS flag on fallocate properly
2011-10-25 Dmitry Monakhovext4: remove messy logic from ext4_ext_rm_leaf
2011-10-22 Dmitry Monakhovext4: cleanup ext4_ext_grow_indepth code
2011-10-18 H Hartley Sweetenext4: quiet sparse noise about plain integer as NULL...
2011-10-17 Tao Maext4: avoid stamping on other memories in ext4_ext_inse...
2011-10-08 Tao Maext4: use le32_to_cpu for ext4_extent_idx.ei_block...
2011-10-08 Tao Maext4: fix the comment describing ext4_ext_search_right()
2011-09-09 Aditya Kaliext4: attempt to fix race in bigalloc code path
2011-09-09 Aditya Kaliext4: add some tracepoints in ext4/extents.c
2011-09-09 Aditya Kaliext4: Fix bigalloc quota accounting and i_blocks value
2011-09-09 Theodore Ts'oext4: teach ext4_ext_truncate() about the bigalloc...
2011-09-09 Theodore Ts'oext4: teach ext4_ext_map_blocks() about the bigalloc...
2011-09-07 Allison Hendersonext4: fix fsx truncate failure
2011-09-04 Theodore Ts'ojbd2: add debugging information to jbd2_journal_dirty_m...
2011-09-03 Allison Hendersonext4: fix 2nd xfstests 127 punch hole failure
2011-09-03 Allison Hendersonext4: fix xfstests 75, 112, 127 punch hole failure
2011-07-28 Utako Kusakaext4: Fix overflow caused by missing cast in ext4_fallo...
2011-07-28 Robin Dongext4: add action of moving index in ext4_ext_rm_idx...
2011-07-24 Robin Dongext4: correct comment for ext4_ext_check_cache
2011-07-24 Robin Dongext4: correct the debug message in ext4_ext_insert_extent
2011-07-24 Robin Dongext4: remove unused argument in ext4_ext_next_leaf_block
2011-07-18 Robin Dongext4: avoid eh_entries overflow before insert extent_idx
2011-07-18 Robin Dongext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT
2011-07-18 Allison Hendersonext4: remove unneeded parameter to ext4_ext_remove_space()
2011-07-18 Allison Hendersonext4: punch hole optimizations: skip un-needed extent...
2011-07-11 Robin Dongext4: avoid unneeded ext4_ext_next_leaf_block() while...
2011-07-11 Robin Dongext4: remove redundant goto in ext4_ext_insert_extent()
2011-07-11 Jiaying Zhangext4: free allocated and pre-allocated blocks when...
2011-07-10 Maxim Patlasovext4: fix i_blocks/quota accounting when extent inserti...
2011-06-28 Yongqiang Yangext4: quiet 'unused variables' compile warnings
2011-06-28 Eric Sandeenext4: refactor duplicated block placement code
2011-06-27 Robin Dongext4: fix incorrect error msg in ext4_ext_insert_index
2011-06-06 Lukas Czernerext4: use FIEMAP_EXTENT_LAST flag for last extent in...
2011-06-06 Lukas Czernerext4: Fix max file size and logical block counting...
2011-05-25 Yongqiang Yangext4: teach ext4_ext_split to calculate extents efficiently
2011-05-25 Vivek Haldarext4: do not normalize block requests from fallocate()
2011-05-25 Allison Hendersonext4: enable "punch hole" functionality
2011-05-25 Allison Hendersonext4: add "punch hole" flag to ext4_map_blocks()
2011-05-25 Allison Hendersonext4: punch out extents
2011-05-25 Allison Hendersonext4: add flag to ext4_has_free_blocks
2011-05-24 Yongqiang Yangext4: fix ext4_ext_fiemap_cb() to handle blocks before...
2011-05-23 Eric Gouriouext4: fix unbalanced up_write() in ext4_ext_truncate...
2011-05-23 Vivek Haldarext4: count hits/misses of extent cache and expose...
2011-05-23 Yongqiang Yangext4: make ext4_split_extent() handle error correctly
2011-05-16 Allison Hendersonext4: ext4_ext_convert_to_initialized bug found in...
2011-05-03 Yongqiang Yangext4: reimplement convert and split_unwritten
2011-05-03 Yongqiang Yangext4: add ext4_split_extent_at() and ext4_split_extent()
2011-05-03 Yongqiang Yangext4: add a function merging extents right and left
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-23 Sergey Senozhatskyext4: unused variables cleanup in fs/ext4/extents.c
2011-03-22 Jiaying Zhangext4: add more tracepoints and use dev_t in the trace...
2011-02-27 Yongqiang Yangext4: make FIEMAP and delayed allocation play well...
2011-02-22 Peter Hueweext4: Fix sparse warning: Using plain integer as NULL...
2011-02-15 Paul Bolleext4: fix comment typo uninitized
2011-02-15 Jiri KosinaMerge branch 'master' into for-next
2011-02-12 Eric Sandeenext4: serialize unaligned asynchronous DIO
2011-01-21 Tao Maext4: Fix comment typo "especiially".
2011-01-17 Christoph Hellwigfallocate should be a file operation
2011-01-17 Christoph Hellwigmake the feature checks in ->fallocate future proof
2011-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-13 Josef BacikExt4: fail if we try to use hole punch
2011-01-10 Eric Sandeenext4: don't pass entire map to check_eofblocks_fl
2011-01-10 Jiaying Zhangext4: flush the i_completed_io_list during ext4_truncate
2011-01-10 Theodore Ts'oext4: drop ec_type from the ext4_ext_cache structure
2011-01-10 Theodore Ts'oext4: use ext4_lblk_t instead of sector_t for logical...
2011-01-10 Kazuya Mioext4: fix 32bit overflow in ext4_ext_find_goal()
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Kazuya Mioext4: fix compile error in ext4_fallocate()
2010-10-28 Theodore Ts'oext4: rename {ext,idx}_pblock and inline small extent...
2010-10-28 Theodore Ts'oext4: make various ext4 functions be static
2010-10-28 Theodore Ts'oext4: use bio layer instead of buffer layer in mpage_da...
2010-10-28 Lukas Czernerext4: use sb_issue_zeroout in ext4_ext_zeroout
2010-10-28 Theodore Ts'oext4: fix EOFBLOCKS_FL handling
2010-08-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-07-27 Theodore Ts'oext4: Pass line numbers to ext4_error() and friends
2010-06-16 Jiri KosinaMerge branch 'master' into for-next
2010-06-16 Uwe Kleine-Königfix typos concerning "initiali[zs]e"
2010-06-14 Andi Kleenext4: remove initialized but not read variables
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
2010-05-17 Dmitry Monakhovext4: restart ext4_ext_remove_space() after transaction...
2010-05-17 Theodore Ts'oext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
next