index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2023-07-23
ext4: turn quotas off if mount failed after enabling quotas
Baokun Li
1
-2
/
+4
2023-07-23
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-06-14
Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...
Theodore Ts'o
1
-5
/
+1
2023-06-09
ext4: enable the lazy init thread when remounting read/write
Theodore Ts'o
1
-12
/
+12
2023-05-24
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
1
-0
/
+2
2023-05-24
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
1
-1
/
+5
2023-05-24
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
Theodore Ts'o
1
-7
/
+9
2023-05-17
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-17
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-03-22
ext4: update s_journal_inum if it changes after journal replay
Baokun Li
1
-2
/
+5
2023-03-11
ext4: fix incorrect options show of original mount_opt and extend mount_opt2
Zhang Yi
1
-7
/
+21
2023-03-11
ext4: don't show commit interval if it is zero
Wang Jianjian
1
-1
/
+1
2023-01-07
ext4: fix uninititialized value in 'ext4_evict_inode'
Ye Bin
1
-0
/
+1
2023-01-07
ext4: don't allow journal inode to have encrypt flag
Eric Biggers
1
-1
/
+1
2023-01-07
ext4: journal_path mount options should follow links
Lukas Czerner
1
-1
/
+1
2023-01-07
ext4: add helper to check quota inums
Baokun Li
1
-3
/
+25
2023-01-07
ext4: correct inconsistent error msg in nojournal mode
Baokun Li
1
-4
/
+5
2022-11-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2022-11-06
ext4: fix wrong return err in ext4_load_and_init_journal()
Jason Yan
1
-1
/
+1
2022-10-28
fs/ext4/super.c: remove unused `deprecated_msg'
Andrew Morton
1
-4
/
+0
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-4
/
+3
2022-10-01
ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()
Jason Yan
1
-3
/
+3
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
[next]