index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
fast_commit.h
Age
Commit message (
Expand
)
Author
2023-01-07
ext4: add missing validation of fast-commit record lengths
Eric Biggers
2023-01-07
ext4: disable fast-commit of encrypted dir operations
Eric Biggers
2022-09-30
ext4: introduce EXT4_FC_TAG_BASE_LEN helper
Ye Bin
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
2022-03-12
ext4: remove unused enum EXT4_FC_COMMIT_FAILED
Ritesh Harjani
2022-03-02
ext4: improve fast_commit performance and scalability
Ritesh Harjani
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2021-12-23
ext4: simplify updating of fast commit stats
Harshad Shirwadkar
2021-06-06
ext4: fix fast commit alignment issues
Harshad Shirwadkar
2020-12-17
ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h
Harshad Shirwadkar
2020-11-06
ext4: disable fast commit with data journalling
Harshad Shirwadkar
2020-11-06
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
2020-11-06
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
2020-10-21
ext4: fast commit recovery path
Harshad Shirwadkar
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-10-21
ext4 / jbd2: add fast commit initialization
Harshad Shirwadkar