aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/indirect.c
AgeCommit message (Expand)Author
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu
2013-07-01ext4: translate flag bits to strings in tracepointsTheodore Ts'o
2013-06-12ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarilyTheodore Ts'o
2013-06-04ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()Jan Kara
2013-06-04ext4: improve writepage credit estimate for files with indirect blocksJan Kara
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-03ext4: refactor truncate codeTheodore Ts'o
2013-04-03ext4: refactor punch hole codeTheodore Ts'o
2013-04-03ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o
2013-04-03ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o
2013-02-01ext4: use WARN in ext4_alloc_blocksJulia Lawall
2013-01-28ext4: add punching hole support for non-extent-mapped filesZheng Liu
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o
2012-11-28ext4: rationalize ext4_extents.h inclusionTheodore Ts'o
2012-11-08ext4: let ext4 maintain extent status treeZheng Liu
2012-11-08ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitZheng Liu
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov
2012-09-29ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov
2012-09-29ext4: completed_io locking cleanupDmitry Monakhov
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker
2011-09-09ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o
2011-09-06ext4: fix fsx truncate failureAllison Henderson
2011-08-19ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-06-28ext4: refactor duplicated block placement codeEric Sandeen
2011-06-27ext4: move ext4_ind_* functions from inode.c to indirect.cAmir Goldstein