index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-16
ext4: do not zeroout extents beyond i_disksize
Jan Kara
1
-4
/
+4
2020-04-02
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
1
-15
/
+12
2020-03-14
ext4: remove map_from_cluster from ext4_ext_map_blocks
Eric Whitney
1
-4
/
+1
2020-03-14
ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()
Eric Whitney
1
-13
/
+17
2020-03-14
ext4: move ext4_fiemap to use iomap framework
Ritesh Harjani
1
-242
/
+48
2020-03-14
ext4: optimize ext4_ext_precache for 0 depth
Ritesh Harjani
1
-3
/
+6
2020-03-06
ext4: clean up error return for convert_initialized_extent()
Eric Whitney
1
-9
/
+9
2020-03-06
ext4: delete declaration for ext4_split_extent()
Eric Whitney
1
-7
/
+0
2020-03-05
ext4: remove EXT4_EOFBLOCKS_FL and associated code
Eric Whitney
1
-85
/
+7
2020-01-23
ext4: fix extent_status fragmentation for plain files
Dmitry Monakhov
1
-20
/
+27
2020-01-18
ext4: add missing braces in ext4_ext_drop_refs()
Eric Biggers
1
-1
/
+2
2020-01-18
ext4: fix some nonstandard indentation in extents.c
Eric Biggers
1
-11
/
+11
2020-01-18
ext4: remove obsolete comment from ext4_can_extents_be_merged()
Eric Biggers
1
-5
/
+0
2020-01-18
ext4: fix documentation for ext4_ext_try_to_merge()
Eric Biggers
1
-3
/
+4
2020-01-18
ext4: make some functions static in extents.c
Eric Biggers
1
-7
/
+15
2020-01-18
ext4: remove redundant S_ISREG() checks from ext4_fallocate()
Eric Biggers
1
-9
/
+0
2020-01-18
ext4: clean up len and offset checks in ext4_fallocate()
Eric Biggers
1
-15
/
+13
2020-01-18
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
Eric Biggers
1
-47
/
+0
2020-01-18
ext4: re-enable extent zeroout optimization on encrypted files
Eric Biggers
1
-3
/
+0
2020-01-18
ext4: allow ZERO_RANGE on encrypted files
Eric Biggers
1
-6
/
+1
2020-01-18
ext4: use true,false for bool variable
zhengbin
1
-2
/
+2
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
1
-0
/
+1
2019-11-06
Merge branch 'mb/dio' into master
Theodore Ts'o
1
-9
/
+2
2019-11-06
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
1
-32
/
+57
2019-11-06
ext4: Reserve revoke credits for freed blocks
Jan Kara
1
-7
/
+20
2019-11-06
ext4: Provide function to handle transaction restarts
Jan Kara
1
-28
/
+40
2019-11-05
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
1
-9
/
+2
2019-10-22
ext4: Add support for blocksize < pagesize in dioread_nolock
Ritesh Harjani
1
-2
/
+9
2019-10-22
ext4: Add API to bring in support for unwritten io_end_vec conversion
Ritesh Harjani
1
-15
/
+27
2019-08-23
ext4: fix warning inside ext4_convert_unwritten_extents_endio
Rakesh Pandit
1
-2
/
+2
2019-08-11
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
1
-8
/
+86
2019-06-19
ext4: clean up kerneldoc warnigns when building with W=1
Theodore Ts'o
1
-2
/
+2
2019-05-22
ext4: don't perform block validity checks on the journal inode
Theodore Ts'o
1
-4
/
+8
2019-05-11
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
1
-2
/
+15
2019-03-13
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-18
/
+11
2019-03-01
ext4: fix bigalloc cluster freeing when hole punching under load
Eric Whitney
1
-7
/
+10
2019-02-11
ext4: cleanup clean_bdev_aliases() calls
zhangyi (F)
1
-11
/
+1
2019-01-24
ext4: use IS_ENCRYPTED() to check encryption status
Chandan Rajendra
1
-2
/
+2
2018-10-01
ext4: adjust reserved cluster count when removing extents
Eric Whitney
1
-111
/
+173
2018-10-01
ext4: reduce reserved cluster count by number of allocated clusters
Eric Whitney
1
-160
/
+28
2018-10-01
ext4: fix reserved cluster accounting at delayed write time
Eric Whitney
1
-0
/
+79
2018-10-01
ext4: generalize extents status tree search functions
Eric Whitney
1
-40
/
+12
2018-07-30
ext4: handle layout changes to pinned DAX mappings
Ross Zwisler
1
-0
/
+17
2018-07-08
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2018-06-14
ext4: verify the depth of extent tree in ext4_find_extent()
Theodore Ts'o
1
-0
/
+6
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-4
/
+4
2018-04-12
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
Eric Biggers
1
-5
/
+11
2018-03-26
ext4: fix comments in ext4_swap_extents()
zhenwei.pi
1
-2
/
+2
2018-03-22
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
Nikolay Borisov
1
-14
/
+5
2017-12-18
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
1
-13
/
+1
[next]