commit | 995a3ed67fc8c0e3301a770016fb66f1bbf15ec8 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Thu Oct 15 13:37:54 2020 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 21 23:22:26 2020 -0400 |
tree | af8c37a9fed1588a0465a0784e32e87915d49f81 | |
parent | f5b8b297b04208e101c1f92fe804cd4e66df30e8 [diff] |
ext4: add fast_commit feature and handling for extended mount options We are running out of mount option bits. Add handling for using s_mount_opt2. Add ext4 and jbd2 fast commit feature flag and also add ability to turn off the fast commit feature in Ext4. Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201015203802.3597742-3-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>