| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-10 | ext4: race-condition protection for ext4_convert_unwritten_extents_endio | Dmitry Monakhov | 1 | -11/+46 |
| 2012-10-05 | ext4: serialize fallocate with ext4_convert_unwritten_extents | Dmitry Monakhov | 1 | -0/+3 |
| 2012-10-05 | ext4: fix ext4_flush_completed_IO wait semantics | Dmitry Monakhov | 1 | -3/+3 |
| 2012-09-30 | ext4: fix ext_remove_space for punch_hole case | Dmitry Monakhov | 1 | -7/+9 |
| 2012-09-30 | ext4: punch_hole should wait for DIO writers | Dmitry Monakhov | 1 | -17/+36 |
| 2012-09-29 | ext4: completed_io locking cleanup | Dmitry Monakhov | 1 | -1/+3 |
| 2012-09-28 | ext4: fix unwritten counter leakage | Dmitry Monakhov | 1 | -7/+14 |
| 2012-09-28 | ext4: ext4_inode_info diet | Dmitry Monakhov | 1 | -2/+2 |
| 2012-09-27 | ext4: convert to use leXX_add_cpu() | Wei Yongjun | 1 | -1/+1 |
| 2012-09-26 | ext4: remove unused function ext4_ext_check_cache | Lukas Czerner | 1 | -39/+9 |
| 2012-09-19 | ext4: speed up truncate/unlink by not using bforget() unless needed | Andrey Sidorov | 1 | -2/+5 |
| 2012-08-18 | ext4: fix trivial typo in comment | Wang Sheng-Hui | 1 | -1/+1 |
| 2012-08-18 | ext4: no need to add inode to orphan list during hole punch | Ashish Sangwan | 1 | -4/+0 |
| 2012-08-17 | ext4: make the zero-out chunk size tunable | Zheng Liu | 1 | -12/+13 |
| 2012-08-17 | ext4: collapse a single extent tree block into the inode if possible | Theodore Ts'o | 1 | -14/+58 |
| 2012-08-17 | ext4: fix kernel BUG on large-scale rm -rf commands | Theodore Ts'o | 1 | -0/+1 |
| 2012-07-22 | ext4: fix hole punch failure when depth is greater than 0 | Ashish Sangwan | 1 | -17/+29 |
| 2012-07-09 | ext4: fix out-of-date comments in extents.c | HaiboLiu | 1 | -2/+1 |
| 2012-06-30 | ext4: honor O_(D)SYNC semantic in ext4_fallocate() | Zheng Liu | 1 | -0/+2 |
| 2012-06-01 | ext4: hole-punch use truncate_pagecache_range | Hugh Dickins | 1 | -2/+2 |
| 2012-05-28 | ext4: fix format flag in ext4_ext_binsearch_idx() | Zheng Liu | 1 | -1/+1 |
| 2012-04-29 | ext4: verify and calculate checksums for extent tree blocks | Darrick J. Wong | 1 | -0/+50 |
| 2012-04-29 | ext4: create a new BH_Verified flag to avoid unnecessary metadata validation | Darrick J. Wong | 1 | -9/+26 |
| 2012-04-17 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -4/+0 |
| 2012-04-16 | ext4: address scalability issue by removing extent cache statistics | Theodore Ts'o | 1 | -4/+0 |
| 2012-04-13 | ext4: fix endianness breakage in ext4_split_extent_at() | Al Viro | 1 | -1/+1 |
| 2012-03-21 | ext4: remove restrictive checks for EOFBLOCKS_FL | Lukas Czerner | 1 | -5/+8 |
| 2012-03-19 | ext4: change some printk() calls to use ext4_msg() instead | Theodore Ts'o | 1 | -9/+10 |
| 2012-03-19 | ext4: give more helpful error message in ext4_ext_rm_leaf() | Lukas Czerner | 1 | -2/+5 |
| 2012-03-19 | ext4: remove unused code from ext4_ext_map_blocks() | Lukas Czerner | 1 | -106/+13 |
| 2012-03-19 | ext4: rewrite punch hole to use ext4_ext_remove_space() | Lukas Czerner | 1 | -82/+88 |
| 2012-03-11 | ext4: check for zero length extent | Theodore Ts'o | 1 | -0/+2 |
| 2012-01-10 | Merge branch 'for_linus' into for_linus_merged | Theodore Ts'o | 1 | -4/+6 |
| 2012-01-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+0 |
| 2012-01-09 | ext2/3/4: delete unneeded includes of module.h | Paul Gortmaker | 1 | -1/+0 |
| 2011-12-28 | ext4: add missing spaces to debugging printk's | Zheng Liu | 1 | -2/+2 |
| 2011-12-18 | ext4: optimize ext4_find_delalloc_range() in nodelalloc mode | Robin Dong | 1 | -0/+3 |
| 2011-12-18 | ext4: remove unused local variable | Curt Wohlgemuth | 1 | -2/+1 |
| 2011-12-13 | ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized | Yongqiang Yang | 1 | -1/+0 |
| 2011-12-12 | ext4: Fix crash due to getting bogus eh_depth value on big-endian systems | Paul Mackerras | 1 | -1/+1 |
| 2011-11-01 | ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined | Yongqiang Yang | 1 | -1/+1 |
| 2011-11-01 | ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled | Yongqiang Yang | 1 | -8/+8 |
| 2011-10-31 | ext4: Don't normalize an falloc request if it can fit in 1 extent. | Greg Harm | 1 | -2/+8 |
| 2011-10-31 | ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten | Tao Ma | 1 | -12/+6 |
| 2011-10-29 | ext4: trace punch_hole correctly in ext4_ext_map_blocks | Yongqiang Yang | 1 | -3/+3 |
| 2011-10-29 | ext4: clean up AGGRESSIVE_TEST code | Yongqiang Yang | 1 | -16/+8 |
| 2011-10-29 | ext4: move variables to their scope | Yongqiang Yang | 1 | -11/+10 |
| 2011-10-27 | ext4: optimize memmmove lengths in extent/index insertions | Eric Gouriou | 1 | -43/+42 |
| 2011-10-27 | ext4: optimize ext4_ext_convert_to_initialized() | Eric Gouriou | 1 | -0/+93 |
| 2011-10-26 | ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state | Tao Ma | 1 | -6/+10 |
| 2011-10-26 | ext4: handle NULL p_ext in ext4_ext_next_allocated_block() | Curt Wohlgemuth | 1 | -1/+2 |
| 2011-10-26 | ext4: error handling fix in ext4_ext_convert_to_initialized() | Dan Carpenter | 1 | -1/+2 |
| 2011-10-25 | ext4: update EOFBLOCKS flag on fallocate properly | Dmitry Monakhov | 1 | -11/+17 |
| 2011-10-25 | ext4: remove messy logic from ext4_ext_rm_leaf | Dmitry Monakhov | 1 | -91/+12 |
| 2011-10-22 | ext4: cleanup ext4_ext_grow_indepth code | Dmitry Monakhov | 1 | -26/+15 |
| 2011-10-18 | ext4: quiet sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 1 | -1/+1 |
| 2011-10-17 | ext4: avoid stamping on other memories in ext4_ext_insert_index() | Tao Ma | 1 | -0/+5 |
| 2011-10-08 | ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left() | Tao Ma | 1 | -2/+2 |
| 2011-10-08 | ext4: fix the comment describing ext4_ext_search_right() | Tao Ma | 1 | -2/+2 |
| 2011-09-09 | ext4: attempt to fix race in bigalloc code path | Aditya Kali | 1 | -26/+12 |
| 2011-09-09 | ext4: add some tracepoints in ext4/extents.c | Aditya Kali | 1 | -5/+39 |
| 2011-09-09 | ext4: Fix bigalloc quota accounting and i_blocks value | Aditya Kali | 1 | -4/+302 |
| 2011-09-09 | ext4: teach ext4_ext_truncate() about the bigalloc feature | Theodore Ts'o | 1 | -12/+76 |
| 2011-09-09 | ext4: teach ext4_ext_map_blocks() about the bigalloc feature | Theodore Ts'o | 1 | -19/+162 |
| 2011-09-06 | ext4: fix fsx truncate failure | Allison Henderson | 1 | -2/+11 |
| 2011-09-04 | jbd2: add debugging information to jbd2_journal_dirty_metadata() | Theodore Ts'o | 1 | -3/+7 |
| 2011-09-03 | ext4: fix 2nd xfstests 127 punch hole failure | Allison Henderson | 1 | -4/+37 |
| 2011-09-03 | ext4: fix xfstests 75, 112, 127 punch hole failure | Allison Henderson | 1 | -22/+39 |
| 2011-07-27 | ext4: Fix overflow caused by missing cast in ext4_fallocate() | Utako Kusaka | 1 | -1/+1 |
| 2011-07-27 | ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole | Robin Dong | 1 | -2/+7 |
| 2011-07-23 | ext4: correct comment for ext4_ext_check_cache | Robin Dong | 1 | -1/+1 |
| 2011-07-23 | ext4: correct the debug message in ext4_ext_insert_extent | Robin Dong | 1 | -1/+1 |
| 2011-07-23 | ext4: remove unused argument in ext4_ext_next_leaf_block | Robin Dong | 1 | -3/+2 |
| 2011-07-17 | ext4: avoid eh_entries overflow before insert extent_idx | Robin Dong | 1 | -8/+10 |
| 2011-07-17 | ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT | Robin Dong | 1 | -2/+2 |
| 2011-07-17 | ext4: remove unneeded parameter to ext4_ext_remove_space() | Allison Henderson | 1 | -4/+3 |
| 2011-07-17 | ext4: punch hole optimizations: skip un-needed extent lookup | Allison Henderson | 1 | -2/+21 |
| 2011-07-11 | ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents | Robin Dong | 1 | -3/+4 |
| 2011-07-11 | ext4: remove redundant goto in ext4_ext_insert_extent() | Robin Dong | 1 | -2/+1 |
| 2011-07-10 | ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails | Jiaying Zhang | 1 | -4/+3 |
| 2011-07-10 | ext4: fix i_blocks/quota accounting when extent insertion fails | Maxim Patlasov | 1 | -1/+3 |
| 2011-06-28 | ext4: quiet 'unused variables' compile warnings | Yongqiang Yang | 1 | -2/+0 |
| 2011-06-28 | ext4: refactor duplicated block placement code | Eric Sandeen | 1 | -36/+1 |
| 2011-06-27 | ext4: fix incorrect error msg in ext4_ext_insert_index | Robin Dong | 1 | -2/+3 |
| 2011-06-06 | ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap | Lukas Czerner | 1 | -5/+3 |
| 2011-06-06 | ext4: Fix max file size and logical block counting of extent format file | Lukas Czerner | 1 | -17/+17 |
| 2011-05-25 | ext4: teach ext4_ext_split to calculate extents efficiently | Yongqiang Yang | 1 | -38/+46 |
| 2011-05-25 | ext4: do not normalize block requests from fallocate() | Vivek Haldar | 1 | -1/+4 |
| 2011-05-25 | ext4: enable "punch hole" functionality | Allison Henderson | 1 | -11/+225 |
| 2011-05-25 | ext4: add "punch hole" flag to ext4_map_blocks() | Allison Henderson | 1 | -11/+87 |
| 2011-05-25 | ext4: punch out extents | Allison Henderson | 1 | -19/+141 |
| 2011-05-25 | ext4: add flag to ext4_has_free_blocks | Allison Henderson | 1 | -13/+22 |
| 2011-05-24 | ext4: fix ext4_ext_fiemap_cb() to handle blocks before request range correctly | Yongqiang Yang | 1 | -14/+35 |
| 2011-05-22 | ext4: fix unbalanced up_write() in ext4_ext_truncate() error path | Eric Gouriou | 1 | -1/+2 |
| 2011-05-22 | ext4: count hits/misses of extent cache and expose in sysfs | Vivek Haldar | 1 | -1/+6 |
| 2011-05-22 | ext4: make ext4_split_extent() handle error correctly | Yongqiang Yang | 1 | -0/+2 |
| 2011-05-16 | ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing | Allison Henderson | 1 | -5/+4 |
| 2011-05-03 | ext4: reimplement convert and split_unwritten | Yongqiang Yang | 1 | -408/+72 |
| 2011-05-03 | ext4: add ext4_split_extent_at() and ext4_split_extent() | Yongqiang Yang | 1 | -0/+187 |
| 2011-05-03 | ext4: add a function merging extents right and left | Yongqiang Yang | 1 | -29/+36 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -5/+5 |
| 2011-03-25 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -48/+165 |
| 2011-03-23 | ext4: unused variables cleanup in fs/ext4/extents.c | Sergey Senozhatsky | 1 | -4/+1 |
| 2011-03-21 | ext4: add more tracepoints and use dev_t in the trace buffer | Jiaying Zhang | 1 | -1/+12 |
| 2011-02-27 | ext4: make FIEMAP and delayed allocation play well together | Yongqiang Yang | 1 | -39/+148 |
| 2011-02-21 | ext4: Fix sparse warning: Using plain integer as NULL pointer | Peter Huewe | 1 | -4/+4 |
| 2011-02-15 | ext4: fix comment typo uninitized | Paul Bolle | 1 | -1/+1 |
| 2011-02-15 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -11/+10 |
| 2011-02-12 | ext4: serialize unaligned asynchronous DIO | Eric Sandeen | 1 | -4/+6 |
| 2011-01-21 | ext4: Fix comment typo "especiially". | Tao Ma | 1 | -1/+1 |
| 2011-01-17 | fallocate should be a file operation | Christoph Hellwig | 1 | -6/+3 |
| 2011-01-17 | make the feature checks in ->fallocate future proof | Christoph Hellwig | 1 | -1/+1 |
| 2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+4 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
| 2011-01-12 | Ext4: fail if we try to use hole punch | Josef Bacik | 1 | -0/+4 |
| 2011-01-10 | ext4: don't pass entire map to check_eofblocks_fl | Eric Sandeen | 1 | -6/+7 |
| 2011-01-10 | ext4: flush the i_completed_io_list during ext4_truncate | Jiaying Zhang | 1 | -0/+6 |
| 2011-01-10 | ext4: drop ec_type from the ext4_ext_cache structure | Theodore Ts'o | 1 | -22/+15 |
| 2011-01-10 | ext4: use ext4_lblk_t instead of sector_t for logical blocks | Theodore Ts'o | 1 | -1/+1 |
| 2011-01-10 | ext4: fix 32bit overflow in ext4_ext_find_goal() | Kazuya Mio | 1 | -4/+26 |
| 2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -2/+2 |
| 2010-10-27 | Merge branch 'next' into upstream-merge | Theodore Ts'o | 1 | -215/+153 |
| 2010-10-27 | ext4: fix compile error in ext4_fallocate() | Kazuya Mio | 1 | -1/+1 |
| 2010-10-27 | ext4: rename {ext,idx}_pblock and inline small extent functions | Theodore Ts'o | 1 | -103/+57 |
| 2010-10-27 | ext4: make various ext4 functions be static | Theodore Ts'o | 1 | -18/+18 |
| 2010-10-27 | ext4: use bio layer instead of buffer layer in mpage_da_submit_io | Theodore Ts'o | 1 | -2/+2 |
| 2010-10-27 | ext4: use sb_issue_zeroout in ext4_ext_zeroout | Lukas Czerner | 1 | -62/+7 |
| 2010-10-27 | ext4: fix EOFBLOCKS_FL handling | Theodore Ts'o | 1 | -29/+69 |
| 2010-08-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 | Linus Torvalds | 1 | -11/+7 |
| 2010-07-27 | ext4: Pass line numbers to ext4_error() and friends | Theodore Ts'o | 1 | -5/+5 |
| 2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -189/+228 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-06-14 | ext4: remove initialized but not read variables | Andi Kleen | 1 | -6/+2 |
| 2010-05-17 | ext4: Drop whitespace at end of lines | Theodore Ts'o | 1 | -4/+4 |
| 2010-05-17 | ext4: restart ext4_ext_remove_space() after transaction restart | Dmitry Monakhov | 1 | -7/+9 |
| 2010-05-17 | ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted | Theodore Ts'o | 1 | -3/+15 |
| 2010-05-16 | ext4: Avoid crashing on NULL ptr dereference on a filesystem error | Theodore Ts'o | 1 | -4/+5 |
| 2010-05-16 | ext4: Use bitops to read/modify i_flags in struct ext4_inode_info | Dmitry Monakhov | 1 | -5/+5 |
| 2010-05-16 | ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() | Theodore Ts'o | 1 | -6/+4 |
| 2010-05-16 | ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() | Theodore Ts'o | 1 | -23/+17 |
| 2010-05-16 | ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() | Theodore Ts'o | 1 | -123/+114 |
| 2010-05-16 | ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate | Nikanth Karthikesan | 1 | -0/+5 |
| 2010-05-16 | ext4: Do not zero out uninitialized extents beyond i_size | Dmitry Monakhov | 1 | -16/+51 |
| 2010-05-12 | ext4: fix memory leaks in error path handling of ext4_ext_zeroout() | Jing Zhang | 1 | -7/+8 |
| 2010-04-03 | ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() | Curt Wohlgemuth | 1 | -0/+1 |
| 2010-03-03 | ext4: consolidate in_range() definitions | Akinobu Mita | 1 | -2/+2 |
| 2010-03-03 | ext4: cleanup to use ext4_group_first_block_no() | Akinobu Mita | 1 | -2/+1 |
| 2010-03-02 | ext4: Convert BUG_ON checks to use ext4_error() instead | Frank Mayhar | 1 | -42/+147 |
| 2010-03-04 | ext4: use ext4_get_block_write in buffer write | Jiaying Zhang | 1 | -10/+12 |
| 2010-03-02 | ext4: mechanical rename some of the direct I/O get_block's identifiers | Jiaying Zhang | 1 | -12/+12 |
| 2010-02-24 | ext4: Add flag to files with blocks intentionally past EOF | Jiaying Zhang | 1 | -1/+21 |
| 2010-03-04 | ext4: correctly calculate number of blocks for fiemap | Leonard Michlmayr | 1 | -2/+7 |
| 2010-02-15 | ext4: move __func__ into a macro for ext4_warning, ext4_error | Eric Sandeen | 1 | -4/+5 |
| 2010-01-24 | ext4: Use bitops to read/modify EXT4_I(inode)->i_state | Theodore Ts'o | 1 | -4/+4 |
| 2010-02-04 | ext4: fix async i/o writes beyond 4GB to a sparse file | Eric Sandeen | 1 | -1/+1 |
| 2010-01-15 | ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag | Aneesh Kumar K.V | 1 | -2/+2 |
| 2010-01-25 | ext4: Fix quota accounting error with fallocate | Aneesh Kumar K.V | 1 | -0/+21 |
| 2010-01-01 | ext4: Calculate metadata requirements more accurately | Theodore Ts'o | 1 | -17/+32 |
| 2009-12-29 | ext4: Ensure zeroout blocks have no dirty metadata | Aneesh Kumar K.V | 1 | -0/+20 |
| 2009-12-14 | ext4: replace BUG() with return -EIO in ext4_ext_get_blocks | Surbhi Palande | 1 | -1/+7 |
| 2009-12-09 | ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) | Theodore Ts'o | 1 | -2/+2 |
| 2009-12-08 | ext4: Wait for proper transaction commit on fsync | Jan Kara | 1 | -2/+12 |
| 2009-12-08 | ext4: quota macros cleanup | Dmitry Monakhov | 1 | -1/+1 |
| 2009-11-23 | ext4: call ext4_forget() from ext4_free_blocks() | Theodore Ts'o | 1 | -15/+9 |
| 2009-11-23 | ext4: make sure directory and symlink blocks are revoked | Theodore Ts'o | 1 | -1/+1 |
| 2009-11-06 | ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O | Mingming | 1 | -6/+7 |
| 2009-11-10 | ext4: skip conversion of uninit extents after direct IO if there isn't any | Mingming | 1 | -5/+17 |
| 2009-11-10 | ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents | Mingming | 1 | -0/+1 |
| 2009-09-29 | ext4, jbd2: Drop unneeded printks at mount and unmount time | Theodore Ts'o | 1 | -0/+2 |
| 2009-09-28 | ext4: async direct IO for holes and fallocate support | Mingming Cao | 1 | -1/+18 |
| 2009-09-28 | ext4: Split uninitialized extents for direct I/O | Mingming Cao | 1 | -37/+386 |
| 2009-08-28 | ext4: fix extent sanity checking code with AGGRESSIVE_TEST | Theodore Ts'o | 1 | -26/+34 |
| 2009-08-17 | ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() | Jan Kara | 1 | -3/+12 |
| 2009-09-18 | ext4: Show unwritten extent flag in ext4_ext_show_leaf() | Mingming | 1 | -9/+22 |
| 2009-09-01 | ext4: Compile warning fix when EXT_DEBUG enabled | Mingming | 1 | -4/+4 |
| 2009-07-05 | ext4: Calculate required journal credits for inserting an extent properly | Aneesh Kumar K.V | 1 | -0/+1 |
| 2009-06-17 | ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl | Akira Fujita | 1 | -2/+2 |
| 2009-06-10 | ext4: Avoid corrupting the uninitialized bit in the extent during truncate | Aneesh Kumar K.V | 1 | -2/+6 |
| 2009-06-09 | ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() | Jan Kara | 1 | -9/+0 |
| 2009-05-17 | ext4: down i_data_sem only for read when walking tree for fiemap | Theodore Ts'o | 1 | -2/+2 |
| 2009-05-17 | ext4: Add a comprehensive block validity check to ext4_get_blocks() | Theodore Ts'o | 1 | -18/+4 |
| 2009-05-14 | ext4: Define a new set of flags for ext4_get_blocks() | Theodore Ts'o | 1 | -11/+11 |
| 2009-05-14 | ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() | Theodore Ts'o | 1 | -3/+3 |
| 2009-05-02 | ext4: fix the length returned by fiemap for an unallocated extent | Theodore Ts'o | 1 | -1/+8 |
| 2009-05-01 | ext4: fix for fiemap last-block test | Eric Sandeen | 1 | -3/+3 |
| 2009-05-12 | ext4: Mark the unwritten buffer_head as mapped during write_begin | Aneesh Kumar K.V | 1 | -2/+2 |
| 2009-05-13 | ext4: Properly initialize the buffer_head state | Aneesh Kumar K.V | 1 | -0/+1 |
| 2009-05-15 | ext4: Fix race in ext4_inode_info.i_cached_extent | Theodore Ts'o | 1 | -5/+12 |
| 2009-05-13 | ext4: Fix sub-block zeroing for writes into preallocated extents | Aneesh Kumar K.V | 1 | -0/+2 |
| 2009-04-24 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -6/+12 |
| 2009-04-22 | ext4: Make the extent validity check more paranoid | Theodore Ts'o | 1 | -6/+12 |
| 2009-04-15 | ext4: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 1 | -2/+0 |
| 2009-04-04 | ext4: Fix off-by-one-error in ext4_valid_extent_idx() | Thiemo Nagel | 1 | -1/+1 |
| 2009-03-27 | ext4: Validate extent details only when read from the disk | Aneesh Kumar K.V | 1 | -7/+18 |
| 2009-03-12 | ext4: Add checks to validate extent entries. | Aneesh Kumar K.V | 1 | -10/+71 |
| 2009-03-12 | ext4: New inode/block allocation algorithms for flex_bg filesystems | Theodore Ts'o | 1 | -1/+24 |
| 2009-03-10 | ext4: fix header check in ext4_ext_search_right() for deep extent trees. | Eric Sandeen | 1 | -2/+4 |
| 2009-01-26 | ext4: Fix building with EXT4FS_DEBUG | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2009-01-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -31/+29 |
| 2009-01-08 | fix similar typos to successfull | Coly Li | 1 | -1/+1 |