summaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney2023-01-181-0/+8
* ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques2022-09-281-0/+4
* ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2022-07-211-3/+5
* ext4: prevent partial update of the extent blocksZhang Yi2022-02-231-2/+16
* ext4: check for inconsistent extents between index and leaf blockZhang Yi2022-02-231-23/+36
* ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi2022-02-231-7/+14
* ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-07-141-0/+3
* ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-101-20/+23
* ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-241-1/+1
* ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-04-291-20/+27
* ext4: do not zeroout extents beyond i_disksizeJan Kara2020-04-211-4/+4
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-08-221-2/+2
* ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o2019-08-111-8/+86
* 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