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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-01
ext4: remove useless local variable 'blocksize'
Jason Yan
1
-24
/
+21
2022-10-01
ext4: unify the ext4 super block loading operation
Jason Yan
1
-80
/
+106
2022-10-01
ext4: factor out ext4_journal_data_mode_check()
Jason Yan
1
-25
/
+35
2022-10-01
ext4: factor out ext4_load_and_init_journal()
Jason Yan
1
-69
/
+88
2022-10-01
ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()
Jason Yan
1
-59
/
+84
2022-10-01
ext4: factor out ext4_geometry_check()
Jason Yan
1
-50
/
+61
2022-10-01
ext4: factor out ext4_check_feature_compatibility()
Jason Yan
1
-67
/
+77
2022-10-01
ext4: factor out ext4_init_metadata_csum()
Jason Yan
1
-37
/
+46
2022-10-01
ext4: factor out ext4_encoding_init()
Jason Yan
1
-36
/
+50
2022-10-01
ext4: factor out ext4_inode_info_init()
Jason Yan
1
-62
/
+75
2022-10-01
ext4: factor out ext4_fast_commit_init()
Jason Yan
1
-18
/
+25
2022-10-01
ext4: factor out ext4_handle_clustersize()
Jason Yan
1
-49
/
+61
2022-10-01
ext4: factor out ext4_set_def_opts()
Jason Yan
1
-49
/
+56
2022-10-01
ext4: remove cantfind_ext4 error handler
Jason Yan
1
-16
/
+13
2022-10-01
ext4: goto right label 'failed_mount3a'
Jason Yan
1
-5
/
+5
2022-10-01
ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
Zhang Yi
1
-11
/
+5
2022-10-01
ext4: unconditionally enable the i_version counter
Jeff Layton
1
-17
/
+5
2022-09-30
ext4: make ext4_lazyinit_thread freezable
Lalith Rajendran
1
-0
/
+1
2022-09-29
ext4: fix null-ptr-deref in ext4_write_info
Baokun Li
1
-1
/
+1
2022-09-29
ext4: don't run ext4lazyinit for read-only filesystems
Josh Triplett
1
-3
/
+3
2022-09-29
ext4: remove deprecated noacl/nouser_xattr options
Yang Xu
1
-10
/
+1
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+5
2022-08-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+11
2022-08-03
ext4: reflect mb_optimize_scan value in options file
Ojaswin Mujoo
1
-0
/
+9
2022-08-03
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
1
-1
/
+1
2022-08-03
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
1
-1
/
+1
2022-07-18
dax: introduce holder for dax_device
Shiyang Ruan
1
-4
/
+5
2022-07-14
fs/ext4: Use the new blk_opf_t type
Bart Van Assche
1
-7
/
+7
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-3
/
+3
2022-06-19
ext4: fix up test_dummy_encryption handling for new mount API
Eric Biggers
1
-63
/
+71
2022-06-19
ext4: fix super block checksum incorrect after mount
Ye Bin
1
-8
/
+8
2022-06-16
ext4: fix warning when submitting superblock in ext4_commit_super()
Zhang Yi
1
-6
/
+16
2022-05-25
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-156
/
+61
2022-05-24
ext4: only allow test_dummy_encryption when supported
Eric Biggers
1
-22
/
+38
2022-05-24
ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state
Theodore Ts'o
1
-2
/
+3
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+3
2022-05-22
ext4: move ext4 crypto code to its own file crypto.c
Ritesh Harjani
1
-122
/
+0
2022-05-18
ext4: fix memory leak in parse_apply_sb_mount_options()
Eric Biggers
1
-2
/
+4
2022-05-18
ext4: reject the 'commit' option on ext2 filesystems
Eric Biggers
1
-0
/
+1
2022-05-17
ext4: fix journal_ioprio mount option handling
Ojaswin Mujoo
1
-5
/
+10
2022-05-14
ext4: add unmount filesystem message
Zhang Yi
1
-0
/
+3
2022-05-11
ext4: remove unnecessary type castings
Yu Zhe
1
-2
/
+2
2022-05-11
ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCAN
Ojaswin Mujoo
1
-1
/
+0
2022-04-23
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+29
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-7
/
+3
2022-04-15
ext4: update the cached overhead value in the superblock
Theodore Ts'o
1
-0
/
+2
2022-04-15
ext4: force overhead calculation if the s_overhead_cluster makes no sense
Theodore Ts'o
1
-3
/
+12
2022-04-15
ext4: fix overhead calculation to account for the reserved gdt blocks
Theodore Ts'o
1
-1
/
+3
2022-04-13
ext4: fix bug_on in start_this_handle during umount filesystem
Ye Bin
1
-7
/
+12
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
[next]