aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/indirect.c
AgeCommit message (Expand)Author
2016-05-13ext4: refactor direct IO codeJan Kara
2016-03-09ext4: return hole from ext4_map_blocks()Jan Kara
2016-03-08ext4: rename and split get blocks functionsJan Kara
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-06-21ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-16ext4: add DAX functionalityRoss Zwisler
2015-02-14ext4: fix indirect punch hole corruptionOmar Sandoval
2014-09-04ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o
2014-09-04ext4: pass allocation_request struct to ext4_(alloc,splice)_branchTheodore Ts'o
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-06-26ext4: Fix hole punching for files with indirect blocksJan Kara
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara
2014-06-15ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterAl Viro
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