summaryrefslogtreecommitdiffstats
path: root/fs/ext4/indirect.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-181-1/+1
* ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2023-06-261-0/+8
* ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques2022-12-081-1/+8
* ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-021-2/+2
* fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-031-1/+1
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-5/+10
* ext4: fix various seppling typosBhaskar Chowdhury2021-04-091-1/+1
* ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-031-2/+2
* ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)2020-10-181-3/+3
* ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-1/+1
* ext4: add trace exit in exception path.Zhang Qilong2020-10-181-1/+2
* ext4: delete duplicated words + other fixesRandy Dunlap2020-10-181-1/+1
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-1/+1
* ext4: change to use fallthrough macroShijie Luo2020-08-181-6/+6
* ext4: check journal inode extents more carefullyJan Kara2020-08-071-4/+2
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-1/+3
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-1/+1
* ext4: remove ext4_{ind,ext}_calc_metadata_amount()Eric Biggers2020-01-171-26/+0
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-4/+8
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-39/+54
* ext4: Avoid unnecessary revokes in ext4_alloc_branch()Jan Kara2019-11-051-9/+19
* ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-191-14/+8
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-231-25/+22
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-231-4/+8
* ext4: annotate more implicit fall throughsMathieu Malaterre2019-02-211-0/+6
* ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara2018-05-121-4/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-211-1/+2
* ext4: refactor direct IO codeJan Kara2016-05-131-127/+0
* ext4: return hole from ext4_map_blocks()Jan Kara2016-03-091-2/+17
* ext4: rename and split get blocks functionsJan Kara2016-03-081-5/+5
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-2/+1
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-1/+1
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-081-0/+1
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-06-211-1/+1
* ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-211-0/+2
* direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-3/+3
* direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-5/+5
* Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
* Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-5/+6
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-221-34/+71
|\ \ | |/ |/|
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-141-34/+71
* | ext4: add DAX functionalityRoss Zwisler2015-02-161-5/+13
|/
* ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o2014-09-041-1/+5
* ext4: pass allocation_request struct to ext4_(alloc,splice)_branchTheodore Ts'o2014-09-041-44/+38
* ext4: fix punch hole on files with indirect mappingLukas Czerner2014-07-151-79/+202
* ext4: Fix hole punching for files with indirect blocksJan Kara2014-06-261-2/+10
* ext4: Fix block zeroing when punching holes in indirect block filesJan Kara2014-06-261-2/+2