summaryrefslogtreecommitdiff
path: root/fs/ext4/indirect.c
AgeCommit message (Expand)Author
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi
2023-06-26ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2022-12-08ext4: fix error code return to user-space in ext4_get_branch()Luís Henriques
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara
2022-02-03fs/ext4: fix comments mentioning i_mutexhongnanli
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: add trace exit in exception path.Zhang Qilong
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-18ext4: change to use fallthrough macroShijie Luo
2020-08-07ext4: check journal inode extents more carefullyJan Kara
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o
2020-01-17ext4: remove ext4_{ind,ext}_calc_metadata_amount()Eric Biggers
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-05ext4: Provide function to handle transaction restartsJan Kara
2019-11-05ext4: Avoid unnecessary revokes in ext4_alloc_branch()Jan Kara
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o
2019-03-23ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)
2019-03-23ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)
2019-02-21ext4: annotate more implicit fall throughsMathieu Malaterre
2018-05-12ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-21ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan
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