summaryrefslogtreecommitdiff
path: root/fs/ext4/extents.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-07-22
|\
| * ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-07-20
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-07-10
|\|
| * ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-10
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-04-19
|\|
| * ext4: check journal inode extents more carefullyJan Kara2021-03-24
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-07-24
|\|
| * ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-29
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-05-14
|\|
| * ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2020-05-02
| * ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-05-02
| * ext4: do not zeroout extents beyond i_disksizeJan Kara2020-04-24
* | Merge android-4.4.181 (bd858d7) into msm-4.4Srinivasarao P2019-06-12
|\|
| * ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-06-11
* | Merge android-4.4.140 (789274d) into msm-4.4Blagovest Kolenichev2018-07-18
|\|
| * ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2018-07-11
* | Merge android-4.4.131 (d5d6526) into msm-4.4Srinivasarao P2018-05-03
|\|
| * ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-05-02
* | Merge android-4.4.107 (79f138a) into msm-4.4Srinivasarao P2018-01-18
|\|
| * ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-20
* | Merge android-4.4.103 (9fbf3d7) into msm-4.4Srinivasarao P2018-01-02
|\|
| * ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-30
* | ext4: provide ext4_issue_zeroout()Jan Kara2017-10-16
|/
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-14
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-03-12
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-03-12
* ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-10-22
* ext4: check for extents that wrap aroundVegard Nossum2016-08-16
* ext4: verify extent header depthVegard Nossum2016-08-10
* ext4: fix races of writeback with punch hole and zero rangeJan Kara2016-05-04
* ext4: fix races between buffered IO and collapse / insert rangeJan Kara2016-05-04
* ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara2016-05-04
* ext4: fix races between page faults and hole punchingJan Kara2016-05-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-17
* | ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2015-10-03
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-05
|\
| * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-07-02
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \ | |/ |/|
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* | ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-21
* | ext4: wait for existing dio workers in ext4_alloc_file_blocks()Lukas Czerner2015-06-15
* | ext4: recalculate journal credits as inode depth changesLukas Czerner2015-06-15
* | ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-06-09
* | ext4: BUG_ON assertion repeated for inode1, not done for inode2David Moore2015-06-08
* | ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o2015-05-15
* | ext4: check for zero length extent explicitlyEryu Guan2015-05-14
|/
* ext4: move check under lock scope to close a race.Davide Italiano2015-05-02