index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-20
ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
Ritesh Harjani (IBM)
1
-2
/
+5
2025-05-20
ext4: remove sb argument from ext4_superblock_csum()
Eric Biggers
1
-5
/
+4
2025-05-20
ext4: remove sbi argument from ext4_chksum()
Eric Biggers
1
-7
/
+6
2025-05-20
ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers
Christoph Hellwig
1
-24
/
+22
2025-05-08
ext4: convert s_fc_lock to mutex type
Harshad Shirwadkar
1
-1
/
+1
2025-05-08
ext4: temporarily elevate commit thread priority
Harshad Shirwadkar
1
-3
/
+2
2025-05-08
ext4: convert i_fc_lock to spinlock
Harshad Shirwadkar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-21
ext4: on a remount, only log the ro or r/w state when it has changed
Nicolas Bretz
1
-3
/
+4
2025-03-21
ext4: Make sb update interval tunable
Ojaswin Mujoo
1
-7
/
+8
2025-03-21
ext4: avoid journaling sb update on error if journal is destroying
Ojaswin Mujoo
1
-8
/
+8
2025-03-21
ext4: define ext4_journal_destroy wrapper
Ojaswin Mujoo
1
-10
/
+6
2025-03-20
ext4: don't over-report free space or inodes in statvfs
Theodore Ts'o
1
-10
/
+17
2025-03-18
ext4: clear DISCARD flag if device does not support discard
Diangang Li
1
-1
/
+3
2025-03-18
ext4: remove references to bh->b_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-17
ext4: remove redundant function ext4_has_metadata_csum
Eric Biggers
1
-6
/
+7
2025-03-13
ext4: show 'shutdown' hint when ext4 is forced to shutdown
Baokun Li
1
-0
/
+3
2025-03-13
ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set
Baokun Li
1
-0
/
+3
2025-03-13
ext4: correct behavior under errors=remount-ro mode
Baokun Li
1
-11
/
+8
2025-03-13
ext4: add more ext4_emergency_state() checks around sb_rdonly()
Baokun Li
1
-11
/
+15
2025-03-13
ext4: add ext4_emergency_state() helper function
Baokun Li
1
-9
/
+10
2025-03-13
ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'
Baokun Li
1
-8
/
+1
2025-03-13
jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR
Baokun Li
1
-4
/
+0
2025-03-13
ext4: extract ext4_has_journal_option() from __ext4_fill_super()
Baokun Li
1
-25
/
+25
2025-03-13
ext4: reject the 'data_err=abort' option in nojournal mode
Baokun Li
1
-0
/
+12
2025-03-05
ext4: protect ext4_release_dquot against freezing
Ojaswin Mujoo
1
-0
/
+17
2025-02-10
ext4: remove unneeded forward declaration
Kemeng Shi
1
-1
/
+0
2025-02-10
ext4: remove unused ext4 journal callback
Kemeng Shi
1
-14
/
+0
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+3
2024-12-11
fs: enable pre-content events on supported file systems
Josef Bacik
1
-0
/
+3
2024-12-01
ext4: switch to using the crc32c library
Eric Biggers
1
-15
/
+0
2024-11-18
Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-26
/
+54
2024-11-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+31
2024-11-13
ext4: prevent an infinite loop in the lazyinit thread
Mathieu Othacehe
1
-7
/
+13
2024-11-12
ext4: prevent delalloc to nodelalloc on remount
Nicolas Bretz
1
-0
/
+7
2024-11-12
ext4: fix race in buffer_head read fault injection
Long Li
1
-8
/
+15
2024-11-12
ext4: mark ctx_*_flags() with __maybe_unused
Andy Shevchenko
1
-4
/
+4
2024-11-12
ext4: return error on syncfs after shutdown
Amir Goldstein
1
-1
/
+1
2024-11-12
ext4: show the default enabled prefetch_block_bitmaps option
Baokun Li
1
-0
/
+3
2024-11-05
ext4: Add statx support for atomic writes
Ritesh Harjani (IBM)
1
-0
/
+31
2024-10-30
ext4: avoid remount errors with 'abort' mount option
Jan Kara
1
-3
/
+8
2024-10-30
ext4: supress data-race warnings in ext4_free_inodes_{count,set}()
Jeongjun Park
1
-4
/
+4
2024-10-10
Merge patch series "timekeeping/fs: multigrain timestamp redux"
Christian Brauner
1
-1
/
+1
2024-10-10
ext4: switch to multigrain timestamps
Jeff Layton
1
-1
/
+1
2024-09-03
ext4: check stripe size compatibility on remount as well
Ojaswin Mujoo
1
-7
/
+22
2024-09-03
ext4: fix error message when rejecting the default hash
Gabriel Krisman Bertazi
1
-10
/
+17
2024-08-26
ext4: don't set SB_RDONLY after filesystem errors
Jan Kara
1
-4
/
+5
2024-08-26
ext4: fix access to uninitialised lock in fc replay path
Luis Henriques (SUSE)
1
-1
/
+2
2024-08-26
ext4: fix timer use-after-free on failed mount
Xiaxi Shen
1
-1
/
+1
[next]