aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/indirect.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-13ext4: refactor direct IO codeGravatar Jan Kara 1-127/+0
2016-03-09ext4: return hole from ext4_map_blocks()Gravatar Jan Kara 1-2/+17
2016-03-08ext4: rename and split get blocks functionsGravatar Jan Kara 1-5/+5
2015-10-17ext4: clean up feature test macros with predicate functionsGravatar Darrick J. Wong 1-2/+1
2015-10-17ext4: call out CRC and corruption errors with specific error codesGravatar Darrick J. Wong 1-1/+1
2015-09-08dax: move DAX-related functions to a new headerGravatar Matthew Wilcox 1-0/+1
2015-06-21ext4: don't retry file block mapping on bigalloc fs with non-extent fileGravatar Darrick J. Wong 1-1/+1
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCGravatar Theodore Ts'o 1-0/+2
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsGravatar Jens Axboe 1-3/+3
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-5/+5
2015-04-11Remove rw from dax_{do_,}io()Gravatar Omar Sandoval 1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-5/+6
2015-04-11Merge branch 'iocb' into for-nextGravatar Al Viro 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-34/+71
2015-02-16ext4: add DAX functionalityGravatar Ross Zwisler 1-5/+13
2015-02-14ext4: fix indirect punch hole corruptionGravatar Omar Sandoval 1-34/+71
2014-09-04ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDGravatar Theodore Ts'o 1-1/+5
2014-09-04ext4: pass allocation_request struct to ext4_(alloc,splice)_branchGravatar Theodore Ts'o 1-44/+38
2014-07-15ext4: fix punch hole on files with indirect mappingGravatar Lukas Czerner 1-79/+202
2014-06-26ext4: Fix hole punching for files with indirect blocksGravatar Jan Kara 1-2/+10
2014-06-26ext4: Fix block zeroing when punching holes in indirect block filesGravatar Jan Kara 1-2/+2
2014-06-15ext4: Fix buffer double free in ext4_alloc_branch()Gravatar Jan Kara 1-1/+7
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-4/+3
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+1
2014-05-06ext4: switch the guts of ->direct_IO() to iov_iterGravatar Al Viro 1-8/+7
2013-08-28ext4: isolate ext4_extents.h fileGravatar Zheng Liu 1-1/+0
2013-07-01ext4: translate flag bits to strings in tracepointsGravatar Theodore Ts'o 1-1/+1
2013-06-12ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarilyGravatar Theodore Ts'o 1-2/+4
2013-06-04ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()Gravatar Jan Kara 1-5/+0
2013-06-04ext4: improve writepage credit estimate for files with indirect blocksGravatar Jan Kara 1-18/+9
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-03ext4: refactor truncate codeGravatar Theodore Ts'o 1-84/+4
2013-04-03ext4: refactor punch hole codeGravatar Theodore Ts'o 1-156/+2
2013-04-03ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Gravatar Theodore Ts'o 1-181/+46
2013-04-03ext4: fix big-endian bugs which could cause fs corruptionsGravatar Zheng Liu 1-2/+2
2013-02-27more file_inode() open-coded instancesGravatar Al Viro 1-1/+1
2013-02-08ext4: pass context information to jbd2__journal_start()Gravatar Theodore Ts'o 1-3/+4
2013-02-01ext4: use WARN in ext4_alloc_blocksGravatar Julia Lawall 1-2/+1
2013-01-28ext4: add punching hole support for non-extent-mapped filesGravatar Zheng Liu 1-0/+240
2013-01-12ext4: return ENOMEM if sb_getblk() failsGravatar Theodore Ts'o 1-3/+6
2012-11-28ext4: rationalize ext4_extents.h inclusionGravatar Theodore Ts'o 1-0/+1
2012-11-08ext4: let ext4 maintain extent status treeGravatar Zheng Liu 1-0/+1
2012-11-08ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitGravatar Zheng Liu 1-2/+1
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsGravatar Dmitry Monakhov 1-3/+5
2012-09-29ext4: serialize dio nonlocked reads with defrag workersGravatar Dmitry Monakhov 1-0/+14
2012-09-29ext4: completed_io locking cleanupGravatar Dmitry Monakhov 1-4/+2
2012-01-09ext2/3/4: delete unneeded includes of module.hGravatar Paul Gortmaker 1-1/+0
2011-09-09ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)Gravatar Theodore Ts'o 1-0/+7
2011-09-06ext4: fix fsx truncate failureGravatar Allison Henderson 1-2/+11