index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2021-07-22
|
\
|
*
ext4: fix kernel infoleak via ext4_extent_header
Anirudh Rayabharam
2021-07-20
*
|
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2021-07-10
|
\
|
|
*
ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
Ye Bin
2021-06-10
*
|
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2021-04-19
|
\
|
|
*
ext4: check journal inode extents more carefully
Jan Kara
2021-03-24
*
|
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2020-07-24
|
\
|
|
*
ext4: fix partial cluster initialization when splitting extent
Jeffle Xu
2020-06-29
*
|
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2020-05-14
|
\
|
|
*
ext4: don't perform block validity checks on the journal inode
Theodore Ts'o
2020-05-02
|
*
ext4: fix extent_status fragmentation for plain files
Dmitry Monakhov
2020-05-02
|
*
ext4: do not zeroout extents beyond i_disksize
Jan Kara
2020-04-24
*
|
Merge android-4.4.181 (bd858d7) into msm-4.4
Srinivasarao P
2019-06-12
|
\
|
|
*
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
2019-06-11
*
|
Merge android-4.4.140 (789274d) into msm-4.4
Blagovest Kolenichev
2018-07-18
|
\
|
|
*
ext4: verify the depth of extent tree in ext4_find_extent()
Theodore Ts'o
2018-07-11
*
|
Merge android-4.4.131 (d5d6526) into msm-4.4
Srinivasarao P
2018-05-03
|
\
|
|
*
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
Eric Biggers
2018-05-02
*
|
Merge android-4.4.107 (79f138a) into msm-4.4
Srinivasarao P
2018-01-18
|
\
|
|
*
ext4: fix fdatasync(2) after fallocate(2) operation
Eryu Guan
2017-12-20
*
|
Merge android-4.4.103 (9fbf3d7) into msm-4.4
Srinivasarao P
2018-01-02
|
\
|
|
*
ext4: fix interaction between i_size, fallocate, and delalloc after a crash
Theodore Ts'o
2017-11-30
*
|
ext4: provide ext4_issue_zeroout()
Jan Kara
2017-10-16
|
/
*
ext4: fix fdatasync(2) after extent manipulation operations
Jan Kara
2017-06-14
*
ext4: do not polute the extents cache while shifting extents
Roman Pen
2017-03-12
*
ext4: Include forgotten start block on fallocate insert range
Roman Pen
2017-03-12
*
ext4: fix memory leak in ext4_insert_range()
Fabian Frederick
2016-10-22
*
ext4: check for extents that wrap around
Vegard Nossum
2016-08-16
*
ext4: verify extent header depth
Vegard Nossum
2016-08-10
*
ext4: fix races of writeback with punch hole and zero range
Jan Kara
2016-05-04
*
ext4: fix races between buffered IO and collapse / insert range
Jan Kara
2016-05-04
*
ext4: move unlocked dio protection from ext4_alloc_file_blocks()
Jan Kara
2016-05-04
*
ext4: fix races between page faults and hole punching
Jan Kara
2016-05-04
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-11-07
|
\
|
*
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-29
*
|
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
*
|
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-17
*
|
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
Theodore Ts'o
2015-10-03
|
/
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-07-05
|
\
|
*
ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp
Nikolay Borisov
2015-07-02
*
|
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
|
\
\
|
|
/
|
/
|
|
*
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
*
|
ext4: prevent ext4_quota_write() from failing due to ENOSPC
Theodore Ts'o
2015-06-21
*
|
ext4: wait for existing dio workers in ext4_alloc_file_blocks()
Lukas Czerner
2015-06-15
*
|
ext4: recalculate journal credits as inode depth changes
Lukas Czerner
2015-06-15
*
|
ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2015-06-09
*
|
ext4: BUG_ON assertion repeated for inode1, not done for inode2
David Moore
2015-06-08
*
|
ext4: fix an ext3 collapse range regression in xfstests
Theodore Ts'o
2015-05-15
*
|
ext4: check for zero length extent explicitly
Eryu Guan
2015-05-14
|
/
*
ext4: move check under lock scope to close a race.
Davide Italiano
2015-05-02
[next]