summaryrefslogtreecommitdiff
path: root/fs/ext4/indirect.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-21
* ext4: refactor direct IO codeJan Kara2016-05-13
* ext4: return hole from ext4_map_blocks()Jan Kara2016-03-09
* ext4: rename and split get blocks functionsJan Kara2016-03-08
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-17
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-08
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-06-21
* ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-21
* direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-24
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
* Remove rw from dax_{do_,}io()Omar Sandoval2015-04-11
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
* Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-22
|\ \ | |/ |/|
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-14
* | ext4: add DAX functionalityRoss Zwisler2015-02-16
|/
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-04
* ext4: pass allocation_request struct to ext4_(alloc,splice)_branchTheodore Ts'o2014-09-04
* ext4: fix punch hole on files with indirect mappingLukas Czerner2014-07-15
* ext4: Fix hole punching for files with indirect blocksJan Kara2014-06-26
* ext4: Fix block zeroing when punching holes in indirect block filesJan Kara2014-06-26
* ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara2014-06-15
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-06
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-06
* ext4: switch the guts of ->direct_IO() to iov_iterAl Viro2014-05-06
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-28
* ext4: translate flag bits to strings in tracepointsTheodore Ts'o2013-07-01
* ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarilyTheodore Ts'o2013-06-12
* ext4: Remove wait for unwritten extents in ext4_ind_direct_IO()Jan Kara2013-06-04
* ext4: improve writepage credit estimate for files with indirect blocksJan Kara2013-06-04
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* ext4: refactor truncate codeTheodore Ts'o2013-04-03
* ext4: refactor punch hole codeTheodore Ts'o2013-04-03
* ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o2013-04-03
* ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu2013-04-03
* more file_inode() open-coded instancesAl Viro2013-02-27
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-08
* ext4: use WARN in ext4_alloc_blocksJulia Lawall2013-02-01
* ext4: add punching hole support for non-extent-mapped filesZheng Liu2013-01-28
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-12
* ext4: rationalize ext4_extents.h inclusionTheodore Ts'o2012-11-28
* ext4: let ext4 maintain extent status treeZheng Liu2012-11-08
* ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exitZheng Liu2012-11-08
* ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov2012-10-05
* ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov2012-09-29
* ext4: completed_io locking cleanupDmitry Monakhov2012-09-29
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-09