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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
ext4: only check dquot_initialize_needed() when debugging
Theodore Ts'o
1
-2
/
+4
2023-06-08
Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...
Theodore Ts'o
1
-5
/
+1
2023-06-02
Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...
Ojaswin Mujoo
1
-1
/
+15
2023-05-30
ext4: enable the lazy init thread when remounting read/write
Theodore Ts'o
1
-12
/
+12
2023-05-30
ext4: fix fsync for non-directories
Jan Kara
1
-0
/
+7
2023-05-30
ext4: add lockdep annotations for i_data_sem for ea_inode's
Theodore Ts'o
2
-0
/
+6
2023-05-30
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
1
-0
/
+3
2023-05-30
ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
Theodore Ts'o
1
-0
/
+1
2023-05-28
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
3
-35
/
+35
2023-05-14
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-14
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-14
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
1
-4
/
+6
2023-05-14
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-14
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-14
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2
-17
/
+42
2023-05-14
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
1
-1
/
+5
2023-05-14
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-14
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-05-14
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2023-05-14
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
3
-13
/
+40
2023-05-14
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
1
-2
/
+3
2023-05-14
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
1
-1
/
+5
2023-05-14
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
5
-29
/
+82
2023-05-08
ext4: fix lockdep warning when enabling MMP
Jan Kara
1
-9
/
+21
2023-05-08
ext4: fix WARNING in mb_find_extent
Ye Bin
1
-0
/
+25
2023-05-01
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-36
/
+56
2023-04-28
ext4: clean up error handling in __ext4_fill_super()
Theodore Ts'o
1
-22
/
+29
2023-04-28
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
Theodore Ts'o
2
-8
/
+17
2023-04-28
ext4: fix lost error code reporting in __ext4_fill_super()
Theodore Ts'o
1
-1
/
+2
2023-04-28
ext4: fix unused iterator variable warnings
Nathan Chancellor
1
-4
/
+3
2023-04-28
ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
Ye Bin
1
-1
/
+2
2023-04-28
ext4: fix i_disksize exceeding i_size problem in paritally written case
Zhihao Cheng
1
-0
/
+3
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-22
/
+25
2023-04-26
Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2023-04-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
17
-1410
/
+1263
2023-04-24
Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-13
/
+12
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-04-20
ext4: Add a uapi header for ext4 userspace APIs
Josh Triplett
1
-90
/
+1
2023-04-20
ext4: remove useless conditional branch code
wuchi
1
-4
/
+1
2023-04-20
ext4: remove unneeded check of nr_to_submit
Tom Rix
1
-1
/
+1
2023-04-15
ext4: move dax and encrypt checking into ext4_check_feature_compatibility()
Jason Yan
1
-26
/
+28
2023-04-15
ext4: factor out ext4_block_group_meta_init()
Jason Yan
1
-39
/
+51
2023-04-15
ext4: move s_reserved_gdt_blocks and addressable checking into ext4_check_geo...
Jason Yan
1
-19
/
+19
2023-04-15
ext4: rename two functions with 'check'
Jason Yan
1
-4
/
+4
2023-04-15
ext4: factor out ext4_flex_groups_free()
Jason Yan
1
-18
/
+17
2023-04-15
ext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated ...
Jason Yan
1
-18
/
+14
2023-04-15
ext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy()
Jason Yan
1
-39
/
+46
2023-04-15
ext4: factor out ext4_hash_info_init()
Jason Yan
1
-20
/
+30
2023-04-15
Revert "ext4: Fix warnings when freezing filesystem with journaled data"
Jan Kara
2
-25
/
+1
2023-04-15
ext4: Update comment in mpage_prepare_extent_to_map()
Jan Kara
1
-5
/
+4
[next]