index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-5
/
+5
2020-08-07
ext4: check journal inode extents more carefully
Jan Kara
1
-10
/
+6
2020-08-06
ext4: delete unnecessary checks before brelse()
Markus Elfring
1
-4
/
+2
2020-07-29
ext4: fix spelling mistakes in extents.c
Keyur Patel
1
-5
/
+5
2020-06-11
ext4: fix partial cluster initialization when splitting extent
Jeffle Xu
1
-1
/
+1
2020-06-04
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
1
-1
/
+1
2020-06-04
fs: move fiemap range validation into the file systems instances
Christoph Hellwig
1
-2
/
+3
2020-06-04
ext4: remove the call to fiemap_check_flags in ext4_fiemap
Christoph Hellwig
1
-3
/
+0
2020-06-04
ext4: split _ext4_fiemap
Christoph Hellwig
1
-37
/
+35
2020-06-04
ext4: fix fiemap size checks for bitmap files
Christoph Hellwig
1
-0
/
+31
2020-06-04
ext4: rework map struct instantiation in ext4_ext_map_blocks()
Eric Whitney
1
-25
/
+25
2020-06-04
ext4: make ext_debug() implementation to use pr_debug()
Ritesh Harjani
1
-75
/
+69
2020-06-04
ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_exte...
Ritesh Harjani
1
-3
/
+1
2020-06-04
ext4: improve ext_debug() msg in case of block allocation failure
Ritesh Harjani
1
-2
/
+2
2020-06-04
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
1
-10
/
+33
2020-06-04
ext4: fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2020-06-04
ext4: clean up ext4_ext_convert_to_initialized() error handling
Eric Whitney
1
-5
/
+18
2020-06-04
ext4: clean up GET_BLOCKS_PRE_IO error handling
Eric Whitney
1
-6
/
+20
2020-06-04
ext4: remove redundant GET_BLOCKS_CONVERT code
Eric Whitney
1
-18
/
+8
2020-06-04
ext4: remove dead GET_BLOCKS_ZERO code
Eric Whitney
1
-8
/
+0
2020-06-04
ext4: don't ignore return values from ext4_ext_dirty()
Harshad Shirwadkar
1
-1
/
+5
2020-06-04
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
1
-14
/
+20
2020-06-04
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
1
-4
/
+0
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
[next]