summaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-191-2/+2
* ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-05-221-4/+8
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-101-2/+15
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-03-121-18/+11
|\
| * ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-02-281-7/+10
| * ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-101-11/+1
* | ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-2/+2
|/
* ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-011-111/+173
* ext4: reduce reserved cluster count by number of allocated clustersEric Whitney2018-10-011-160/+28
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-011-0/+79
* ext4: generalize extents status tree search functionsEric Whitney2018-10-011-40/+12
* ext4: handle layout changes to pinned DAX mappingsRoss Zwisler2018-07-291-0/+17
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-081-0/+6
|\
| * ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-06-141-0/+6
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
|/
* ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* ext4: fix comments in ext4_swap_extents()zhenwei.pi2018-03-261-2/+2
* ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-221-14/+5
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-13/+1
* ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-031-0/+1
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-10-061-2/+4
* ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-061-1/+1
* ext4: remove unused mode parameterTahsin Erdogan2017-08-051-5/+4
* ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-211-1/+2
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-291-0/+5
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-01-081-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-081-6/+12
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-11/+2
|\
| * ext4: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-041-11/+2
* | ext4: remove another test in ext4_alloc_file_blocks()Dan Carpenter2016-12-031-1/+1
* | ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-141-5/+5
* | ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o2016-11-131-8/+7
|/
* ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2016-09-151-12/+3
* ext4: remove unneeded test in ext4_alloc_file_blocks()Fabian Frederick2016-09-151-7/+2
* ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-09-151-0/+3
* ext4: verify extent header depthVegard Nossum2016-07-151-0/+4
* ext4: check for extents that wrap aroundVegard Nossum2016-06-301-2/+6
* ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange2016-05-051-7/+0
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-2/+2
* ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()Theodore Ts'o2016-04-251-2/+7
* ext4: fix misspellings in comments.Adam Buchbinder2016-03-091-1/+1
* ext4: return hole from ext4_map_blocks()Jan Kara2016-03-091-2/+9
* ext4: factor out determining of hole sizeJan Kara2016-03-091-33/+47
* ext4: simplify io_end handling for AIO DIOJan Kara2016-03-081-29/+6
* ext4: trim unused parameter from convert_initialized_extent()Eric Whitney2016-02-221-2/+2
* ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan2016-02-121-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-10/+10
* ext4: implement allocation of pre-zeroed blocksJan Kara2015-12-071-0/+8