aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/indirect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner1-79/+202
2014-06-26ext4: Fix hole punching for files with indirect blocksJan Kara1-2/+10
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara1-2/+2
2014-06-15ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara1-1/+7
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-4/+3
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro1-8/+7
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu1-1/+0
2013-07-01ext4: translate flag bits to strings in tracepointsTheodore Ts'o1-1/+1
2013-06-12ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarilyTheodore Ts'o1-2/+4
2013-06-04ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()Jan Kara1-5/+0
2013-06-04ext4: improve writepage credit estimate for files with indirect blocksJan Kara1-18/+9
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-03ext4: refactor truncate codeTheodore Ts'o1-84/+4
2013-04-03ext4: refactor punch hole codeTheodore Ts'o1-156/+2
2013-04-03ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o1-181/+46
2013-04-03ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu1-2/+2
2013-02-27more file_inode() open-coded instancesAl Viro1-1/+1
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-3/+4
2013-02-01ext4: use WARN in ext4_alloc_blocksJulia Lawall1-2/+1
2013-01-28ext4: add punching hole support for non-extent-mapped filesZheng Liu1-0/+240
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o1-3/+6
2012-11-28ext4: rationalize ext4_extents.h inclusionTheodore Ts'o1-0/+1
2012-11-08ext4: let ext4 maintain extent status treeZheng Liu1-0/+1
2012-11-08ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitZheng Liu1-2/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov1-3/+5
2012-09-29ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov1-0/+14
2012-09-29ext4: completed_io locking cleanupDmitry Monakhov1-4/+2
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-1/+0
2011-09-09ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o1-0/+7
2011-09-06ext4: fix fsx truncate failureAllison Henderson1-2/+11
2011-08-19ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang1-2/+7
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1482
2011-06-28ext4: refactor duplicated block placement codeEric Sandeen1-27/+1
2011-06-27ext4: move ext4_ind_* functions from inode.c to indirect.cAmir Goldstein1-0/+1510