summaryrefslogtreecommitdiffstats
path: root/fs/ext4/indirect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-221-34/+71
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-141-34/+71
* | ext4: add DAX functionalityRoss Zwisler2015-02-161-5/+13
|/
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-041-1/+5
* ext4: pass allocation_request struct to ext4_(alloc,splice)_branchTheodore Ts'o2014-09-041-44/+38
* ext4: fix punch hole on files with indirect mappingLukas Czerner2014-07-151-79/+202
* ext4: Fix hole punching for files with indirect blocksJan Kara2014-06-261-2/+10
* ext4: Fix block zeroing when punching holes in indirect block filesJan Kara2014-06-261-2/+2
* ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara2014-06-151-1/+7
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-4/+3
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
* ext4: switch the guts of ->direct_IO() to iov_iterAl Viro2014-05-061-8/+7
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-281-1/+0
* ext4: translate flag bits to strings in tracepointsTheodore Ts'o2013-07-011-1/+1
* ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarilyTheodore Ts'o2013-06-121-2/+4
* ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()Jan Kara2013-06-041-5/+0
* ext4: improve writepage credit estimate for files with indirect blocksJan Kara2013-06-041-18/+9
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ext4: refactor truncate codeTheodore Ts'o2013-04-031-84/+4
* ext4: refactor punch hole codeTheodore Ts'o2013-04-031-156/+2
* ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o2013-04-031-181/+46
* ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu2013-04-031-2/+2
* more file_inode() open-coded instancesAl Viro2013-02-271-1/+1
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-3/+4
* ext4: use WARN in ext4_alloc_blocksJulia Lawall2013-02-011-2/+1
* ext4: add punching hole support for non-extent-mapped filesZheng Liu2013-01-281-0/+240
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-121-3/+6
* ext4: rationalize ext4_extents.h inclusionTheodore Ts'o2012-11-281-0/+1
* ext4: let ext4 maintain extent status treeZheng Liu2012-11-081-0/+1
* ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitZheng Liu2012-11-081-2/+1
* ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov2012-10-051-3/+5
* ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov2012-09-291-0/+14
* ext4: completed_io locking cleanupDmitry Monakhov2012-09-291-4/+2
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-1/+0
* ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Theodore Ts'o2011-09-091-0/+7
* ext4: fix fsx truncate failureAllison Henderson2011-09-061-2/+11
* ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang2011-08-191-2/+7
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-011-4/+2
* ext4: refactor duplicated block placement codeEric Sandeen2011-06-281-27/+1
* ext4: move ext4_ind_* functions from inode.c to indirect.cAmir Goldstein2011-06-271-0/+1510
OpenPOWER on IntegriCloud