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
starfive-6.6.48-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
/
ext4.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-20
ext4: fix bogus warning in ext4_update_dx_flag()
Jan Kara
1
-1
/
+2
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
1
-3
/
+3
2020-11-07
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
1
-11
/
+29
2020-11-07
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
1
-3
/
+0
2020-11-07
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
1
-6
/
+10
2020-11-07
ext4: describe fast_commit feature flags
Harshad Shirwadkar
1
-0
/
+7
2020-10-28
ext4: use generic casefolding support
Daniel Rosenberg
1
-12
/
+0
2020-10-28
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
1
-4
/
+4
2020-10-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-10
/
+126
2020-10-22
ext4: add fast commit stats in procfs
Harshad Shirwadkar
1
-1
/
+1
2020-10-22
ext4: fast commit recovery path
Harshad Shirwadkar
1
-0
/
+26
2020-10-22
ext4: main fast-commit commit path
Harshad Shirwadkar
1
-0
/
+70
2020-10-22
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
1
-0
/
+4
2020-10-22
ext4: add fast_commit feature and handling for extended mount options
Harshad Shirwadkar
1
-0
/
+4
2020-10-18
ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()
zhangyi (F)
1
-0
/
+2
2020-10-18
ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...
zhangyi (F)
1
-0
/
+1
2020-10-18
ext4: introduce new metadata buffer read helpers
zhangyi (F)
1
-0
/
+5
2020-10-18
ext4: make mb_check_counter per group
Chunguang Xu
1
-0
/
+3
2020-10-18
ext4: rename system_blks to s_system_blks inside ext4_sb_info
Chunguang Xu
1
-1
/
+1
2020-10-18
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
1
-1
/
+1
2020-10-18
ext4: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-10-18
ext4: disallow modifying DAX inode flag if inline_data has been set
Xiao Yang
1
-1
/
+1
2020-10-18
ext4: do not interpret high bytes if 64bit feature is disabled
Petr Malat
1
-6
/
+8
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-3
/
+3
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-1
/
+3
2020-08-18
ext4: remove unused parameter of ext4_generic_delete_entry function
Kyoungho Koo
1
-2
/
+1
2020-08-07
ext4: check journal inode extents more carefully
Jan Kara
1
-3
/
+3
2020-08-07
ext4: export msg_count and warning_count via sysfs
Dmitry Monakhov
1
-0
/
+2
2020-08-07
ext4: remove some redundant function declarations
Shijie Luo
1
-6
/
+0
2020-08-07
ext4: add prefetch_block_bitmaps mount option
Theodore Ts'o
1
-1
/
+14
2020-08-07
ext4: abort the filesystem if failed to async write metadata buffer
zhangyi (F)
1
-0
/
+3
2020-08-06
ext4: add prefetching for block allocation bitmaps
Alex Zhuravlev
1
-1
/
+7
2020-08-06
ext4: use generic names for generic ioctls
Eric Biggers
1
-11
/
+1
2020-08-06
ext4: don't hardcode bit values in EXT4_FL_USER_*
Eric Biggers
1
-2
/
+28
2020-06-15
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+20
2020-06-11
Enable ext4 support for per-file/directory dax operations
Theodore Ts'o
1
-7
/
+20
2020-06-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-14
/
+26
2020-06-04
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2020-06-04
ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
Ritesh Harjani
1
-1
/
+1
2020-06-04
add comment for ext4_dir_entry_2 file_type member
Jonathan Grant
1
-1
/
+1
2020-06-04
ext4: mballoc: use lock for checking free blocks while retrying
Ritesh Harjani
1
-0
/
+2
2020-06-04
ext4: add casefold flag to EXT4_INODE_* flags
Eric Biggers
1
-1
/
+3
2020-06-04
ext4: make ext_debug() implementation to use pr_debug()
Ritesh Harjani
1
-5
/
+13
2020-06-04
ext4: use BIT() macro for BH_** state bits
Ritesh Harjani
1
-4
/
+4
2020-06-04
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
1
-0
/
+1
2020-06-04
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
1
-1
/
+1
2020-06-04
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
1
-2
/
+0
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-06-01
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-3
/
+4
[next]