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
/
indirect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
Zhang Yi
1
-7
/
+0
2024-01-18
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
1
-1
/
+1
2023-06-27
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
1
-0
/
+8
2022-12-09
ext4: fix error code return to user-space in ext4_get_branch()
Luís Henriques
1
-1
/
+8
2022-08-03
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
1
-2
/
+2
2022-02-03
fs/ext4: fix comments mentioning i_mutex
hongnanli
1
-1
/
+1
2021-08-31
ext4: Support for checksumming from journal triggers
Jan Kara
1
-5
/
+10
2021-04-10
ext4: fix various seppling typos
Bhaskar Chowdhury
1
-1
/
+1
2020-12-03
ext4: use ASSERT() to replace J_ASSERT()
Chunguang Xu
1
-2
/
+2
2020-10-18
ext4: use ext4_sb_bread() instead of sb_bread()
zhangyi (F)
1
-3
/
+3
2020-10-18
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
1
-1
/
+1
2020-10-18
ext4: add trace exit in exception path.
Zhang Qilong
1
-1
/
+2
2020-10-18
ext4: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-1
/
+1
2020-08-18
ext4: change to use fallthrough macro
Shijie Luo
1
-6
/
+6
2020-08-07
ext4: check journal inode extents more carefully
Jan Kara
1
-4
/
+2
2020-06-04
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
1
-1
/
+3
2020-04-02
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
1
-1
/
+1
2020-01-18
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
Eric Biggers
1
-26
/
+0
2019-11-06
ext4: Reserve revoke credits for freed blocks
Jan Kara
1
-4
/
+8
2019-11-06
ext4: Provide function to handle transaction restarts
Jan Kara
1
-39
/
+54
2019-11-06
ext4: Avoid unnecessary revokes in ext4_alloc_branch()
Jan Kara
1
-9
/
+19
2019-06-19
ext4: clean up kerneldoc warnigns when building with W=1
Theodore Ts'o
1
-14
/
+8
2019-03-23
ext4: cleanup bh release code in ext4_ind_remove_space()
zhangyi (F)
1
-25
/
+22
2019-03-23
ext4: brelse all indirect buffer in ext4_ind_remove_space()
zhangyi (F)
1
-4
/
+8
2019-02-21
ext4: annotate more implicit fall throughs
Mathieu Malaterre
1
-0
/
+6
2018-05-13
ext4: fix hole length detection in ext4_ind_map_blocks()
Jan Kara
1
-4
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-22
ext4: call journal revoke when freeing ea_inode blocks
Tahsin Erdogan
1
-1
/
+2
2016-05-13
ext4: refactor direct IO code
Jan Kara
1
-127
/
+0
2016-03-10
ext4: return hole from ext4_map_blocks()
Jan Kara
1
-2
/
+17
2016-03-09
ext4: rename and split get blocks functions
Jan Kara
1
-5
/
+5
2015-10-17
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
1
-2
/
+1
2015-10-17
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
1
-1
/
+1
2015-09-09
dax: move DAX-related functions to a new header
Matthew Wilcox
1
-0
/
+1
2015-06-22
ext4: don't retry file block mapping on bigalloc fs with non-extent file
Darrick J. Wong
1
-1
/
+1
2015-06-21
ext4: prevent ext4_quota_write() from failing due to ENOSPC
Theodore Ts'o
1
-0
/
+2
2015-04-24
direct-io: only inc/dec inode->i_dio_count for file systems
Jens Axboe
1
-3
/
+3
2015-04-12
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
1
-5
/
+5
2015-04-12
Remove rw from dax_{do_,}io()
Omar Sandoval
1
-2
/
+2
2015-04-12
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
1
-5
/
+6
2015-04-12
Merge branch 'iocb' into for-next
Al Viro
1
-1
/
+1
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-02-23
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-34
/
+71
2015-02-17
ext4: add DAX functionality
Ross Zwisler
1
-5
/
+13
2015-02-15
ext4: fix indirect punch hole corruption
Omar Sandoval
1
-34
/
+71
2014-09-05
ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED
Theodore Ts'o
1
-1
/
+5
2014-09-05
ext4: pass allocation_request struct to ext4_(alloc,splice)_branch
Theodore Ts'o
1
-44
/
+38
2014-07-15
ext4: fix punch hole on files with indirect mapping
Lukas Czerner
1
-79
/
+202
2014-06-26
ext4: Fix hole punching for files with indirect blocks
Jan Kara
1
-2
/
+10
[next]