aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/indirect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+1
2020-08-18ext4: change to use fallthrough macroShijie Luo1-6/+6
2020-08-07ext4: check journal inode extents more carefullyJan Kara1-4/+2
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-1/+3
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-1/+1
2020-01-17ext4: remove ext4_{ind,ext}_calc_metadata_amount()Eric Biggers1-26/+0
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-4/+8
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-39/+54
2019-11-05ext4: Avoid unnecessary revokes in ext4_alloc_branch()Jan Kara1-9/+19
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o1-14/+8
2019-03-23ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)1-25/+22
2019-03-23ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)1-4/+8
2019-02-21ext4: annotate more implicit fall throughsMathieu Malaterre1-0/+6
2018-05-12ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara1-4/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-21ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan1-1/+2
2016-05-13ext4: refactor direct IO codeJan Kara1-127/+0
2016-03-09ext4: return hole from ext4_map_blocks()Jan Kara1-2/+17
2016-03-08ext4: rename and split get blocks functionsJan Kara1-5/+5
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-2/+1
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-1/+1
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox1-0/+1
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