index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
ext4.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-22
/
+85
2021-04-12
ext4: convert to fileattr
Miklos Szeredi
1
-9
/
+3
2021-04-09
ext4: make prefetch_block_bitmaps default
Harshad Shirwadkar
1
-1
/
+1
2021-04-09
ext4: add proc files to monitor new structures
Harshad Shirwadkar
1
-0
/
+1
2021-04-09
ext4: improve cr 0 / cr 1 group scanning
Harshad Shirwadkar
1
-2
/
+19
2021-04-09
ext4: add mballoc stats proc file
Harshad Shirwadkar
1
-0
/
+5
2021-04-09
ext4: drop s_mb_bal_lock and convert protected fields to atomic
Harshad Shirwadkar
1
-3
/
+2
2021-04-05
ext4: optimize match for casefolded encrypted dirs
Daniel Rosenberg
1
-8
/
+9
2021-04-05
ext4: handle casefolding with encryption
Daniel Rosenberg
1
-8
/
+48
2021-03-21
ext4: fix rename whiteout with fast commit
Harshad Shirwadkar
1
-0
/
+2
2021-03-06
ext4: shrink race window in ext4_should_retry_alloc()
Eric Whitney
1
-0
/
+1
2021-01-24
ext4: support idmapped mounts
Christian Brauner
1
-6
/
+7
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-3
/
+6
2020-12-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-19
/
+58
2020-12-22
ext4: remove unnecessary wbc parameter from ext4_bio_write_page
Lei Chen
1
-1
/
+0
2020-12-22
ext4: defer saving error info from atomic context
Jan Kara
1
-0
/
+21
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+0
2020-12-17
ext4: make ext4_abort() use __ext4_error()
Jan Kara
1
-17
/
+12
2020-12-17
ext4: remove the unused EXT4_CURRENT_REV macro
Kaixu Xia
1
-1
/
+0
2020-12-03
ext4: use ASSERT() to replace J_ASSERT()
Chunguang Xu
1
-0
/
+10
2020-12-03
ext4: add helpers for checking whether quota can be enabled/is journalled
Roman Anufriev
1
-0
/
+15
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-4
/
+0
2020-11-19
ext4: fix bogus warning in ext4_update_dx_flag()
Jan Kara
1
-1
/
+2
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
1
-3
/
+3
2020-11-06
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
1
-11
/
+29
2020-11-06
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
1
-3
/
+0
2020-11-06
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
1
-6
/
+10
2020-11-06
ext4: describe fast_commit feature flags
Harshad Shirwadkar
1
-0
/
+7
2020-10-28
ext4: use generic casefolding support
Daniel Rosenberg
1
-12
/
+0
2020-10-28
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
1
-4
/
+4
2020-10-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-10
/
+126
2020-10-21
ext4: add fast commit stats in procfs
Harshad Shirwadkar
1
-1
/
+1
2020-10-21
ext4: fast commit recovery path
Harshad Shirwadkar
1
-0
/
+26
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
1
-0
/
+70
2020-10-21
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar
1
-0
/
+4
2020-10-21
ext4: add fast_commit feature and handling for extended mount options
Harshad Shirwadkar
1
-0
/
+4
2020-10-18
ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()
zhangyi (F)
1
-0
/
+2
2020-10-18
ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...
zhangyi (F)
1
-0
/
+1
2020-10-18
ext4: introduce new metadata buffer read helpers
zhangyi (F)
1
-0
/
+5
2020-10-18
ext4: make mb_check_counter per group
Chunguang Xu
1
-0
/
+3
2020-10-18
ext4: rename system_blks to s_system_blks inside ext4_sb_info
Chunguang Xu
1
-1
/
+1
2020-10-18
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
1
-1
/
+1
2020-10-18
ext4: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-10-18
ext4: disallow modifying DAX inode flag if inline_data has been set
Xiao Yang
1
-1
/
+1
2020-10-18
ext4: do not interpret high bytes if 64bit feature is disabled
Petr Malat
1
-6
/
+8
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-3
/
+3
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-1
/
+3
2020-08-18
ext4: remove unused parameter of ext4_generic_delete_entry function
Kyoungho Koo
1
-2
/
+1
2020-08-07
ext4: check journal inode extents more carefully
Jan Kara
1
-3
/
+3
2020-08-07
ext4: export msg_count and warning_count via sysfs
Dmitry Monakhov
1
-0
/
+2
[prev]
[next]