]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'delalloc-buffer-write' into dev
authorTheodore Ts'o <tytso@mit.edu>
Sun, 5 Sep 2021 03:46:32 +0000 (23:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Sep 2021 14:47:06 +0000 (10:47 -0400)
commit2ff9e046b7d836d970af13f8a778ef7afc7ab25d
tree7ecde02153887ecd74bbc7e5b916a3a1f48ec90f
parent561fdac2a20eaa5bd65ba2c808756c57bd72dfba
parent778082e99fb8037c0568a80685b01fd5692d88db
Merge branch 'delalloc-buffer-write' into dev

Fix a bug in how we update i_disksize, and the error path in
inline_data_end.  Finally, drop an unnecessary creation of a journal
handle which was only needed for inline data, which can give us a
large performance gain in delayed allocation writes.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inline.c
fs/ext4/inode.c