summaryrefslogtreecommitdiffstats
path: root/fs/ext4/extents.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mb/dio' into masterTheodore Ts'o2019-11-051-9/+2
|\
| * ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski2019-11-051-9/+2
* | Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-051-32/+57
|\ \ | |/ |/|
| * ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-7/+20
| * ext4: Provide function to handle transaction restartsJan Kara2019-11-051-28/+40
* | ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani2019-10-221-2/+9
* | ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani2019-10-221-15/+27
|/
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-08-231-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-111-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-03-011-7/+10
| * ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-111-11/+1
* | ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-241-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-131-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-181-13/+1
* ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-041-0/+1
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-10-071-2/+4
* ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-061-1/+1
* ext4: remove unused mode parameterTahsin Erdogan2017-08-061-5/+4
* ext4: call journal revoke when freeing ea_inode blocksTahsin Erdogan2017-06-221-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-091-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-091-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-151-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-151-5/+5
* | ext4: allow ext4_ext_truncate() to return an errorTheodore Ts'o2016-11-141-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-061-7/+0
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-2/+2