aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/indirect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-21ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o1-0/+2
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-3/+3
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-5/+5
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-5/+6
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-34/+71
2015-02-16ext4: add DAX functionalityRoss Zwisler1-5/+13
2015-02-14ext4: fix indirect punch hole corruptionOmar Sandoval1-34/+71
2014-09-04ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o1-1/+5
2014-09-04ext4: pass allocation_request struct to ext4_(alloc,splice)_branchTheodore Ts'o1-44/+38
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