index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-10-29
1
-8
/
+8
|
\
|
*
ext4: use generic casefolding support
Daniel Rosenberg
2020-10-28
1
-6
/
+6
|
*
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
2020-10-28
1
-2
/
+2
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-10-22
1
-45
/
+307
|
\
\
|
*
|
ext4: add a mount opt to forcefully turn fast commits on
Harshad Shirwadkar
2020-10-21
1
-1
/
+5
|
*
|
ext4: fast commit recovery path
Harshad Shirwadkar
2020-10-21
1
-0
/
+21
|
*
|
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-10-21
1
-0
/
+31
|
*
|
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
2020-10-21
1
-0
/
+1
|
*
|
ext4: add fast_commit feature and handling for extended mount options
Harshad Shirwadkar
2020-10-21
1
-5
/
+22
|
*
|
ext4: Detect already used quota file early
Jan Kara
2020-10-18
1
-0
/
+5
|
*
|
ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()
Mauricio Faria de Oliveira
2020-10-18
1
-2
/
+85
|
*
|
jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...
Mauricio Faria de Oliveira
2020-10-18
1
-0
/
+4
|
*
|
ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()
zhangyi (F)
2020-10-18
1
-9
/
+29
|
*
|
ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...
zhangyi (F)
2020-10-18
1
-1
/
+11
|
*
|
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
2020-10-18
1
-11
/
+11
|
*
|
ext4: introduce new metadata buffer read helpers
zhangyi (F)
2020-10-18
1
-0
/
+62
|
*
|
ext4: clear buffer verified flag if read meta block from disk
zhangyi (F)
2020-10-18
1
-0
/
+1
|
*
|
ext4: fix bdev write error check failed when mount fs with ro
Zhang Xiaoxu
2020-10-18
1
-11
/
+2
|
*
|
ext4: rename system_blks to s_system_blks inside ext4_sb_info
Chunguang Xu
2020-10-18
1
-3
/
+3
|
*
|
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
2020-10-18
1
-7
/
+7
|
*
|
ext4: fix superblock checksum calculation race
Constantine Sapuntzakis
2020-10-18
1
-0
/
+11
|
*
|
ext4: fix leaking sysfs kobject after failed mount
Eric Biggers
2020-10-18
1
-0
/
+1
*
|
|
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
2020-09-22
1
-1
/
+1
*
|
|
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
1
-8
/
+8
|
/
/
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-08-21
1
-79
/
+189
|
\
\
|
|
/
|
/
|
|
*
ext4: limit the length of per-inode prealloc list
brookxu
2020-08-19
1
-1
/
+2
|
*
fs: prevent BUG_ON in submit_bh_wbc()
Xianting Tian
2020-08-07
1
-7
/
+0
|
*
ext4: correctly restore system zone info when remount fails
Jan Kara
2020-08-07
1
-8
/
+21
|
*
ext4: handle error of ext4_setup_system_zone() on remount
Jan Kara
2020-08-07
1
-1
/
+4
|
*
ext4: export msg_count and warning_count via sysfs
Dmitry Monakhov
2020-08-07
1
-3
/
+9
|
*
ext4: handle option set by mount flags correctly
Lukas Czerner
2020-08-07
1
-5
/
+16
|
*
ext4: add prefetch_block_bitmaps mount option
Theodore Ts'o
2020-08-07
1
-16
/
+41
|
*
jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()
zhangyi (F)
2020-08-07
1
-2
/
+2
|
*
ext4: abort the filesystem if failed to async write metadata buffer
zhangyi (F)
2020-08-07
1
-0
/
+17
|
*
ext4: handle read only external journal device
Lukas Czerner
2020-08-06
1
-18
/
+33
|
*
ext4: don't BUG on inconsistent journal feature
Jan Kara
2020-08-06
1
-21
/
+47
*
|
ext4: add inline encryption support
Eric Biggers
2020-07-08
1
-0
/
+12
|
/
*
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-15
1
-35
/
+89
|
\
|
*
ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...
zhangyi (F)
2020-06-12
1
-11
/
+5
|
*
ext4: stop overwrite the errcode in ext4_setup_super
yangerkun
2020-06-11
1
-0
/
+1
|
*
ext4: avoid race conditions when remounting with options that change dax
Theodore Ts'o
2020-06-11
1
-18
/
+24
|
*
Enable ext4 support for per-file/directory dax operations
Theodore Ts'o
2020-06-11
1
-16
/
+69
|
|
\
|
|
*
fs/ext4: Introduce DAX inode flag
Ira Weiny
2020-05-28
1
-0
/
+3
|
|
*
fs/ext4: Make DAX mount option a tri-state
Ira Weiny
2020-05-28
1
-10
/
+57
|
|
*
fs/ext4: Only change S_DAX on inode load
Ira Weiny
2020-05-28
1
-2
/
+2
|
|
*
fs/ext4: Update ext4_should_use_dax()
Ira Weiny
2020-05-28
1
-1
/
+4
|
|
*
fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
Ira Weiny
2020-05-28
1
-6
/
+6
*
|
|
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-3
/
+3
[next]