Messages in this thread |  | | Date | Sun, 22 Nov 2020 14:07:43 -0500 | From | "Theodore Y. Ts'o" <> | Subject | [GIT PULL] ext4 bug fixes for 5.10-rc |
| |
The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_fixes2
for you to fetch changes up to f902b216501094495ff75834035656e8119c537f:
ext4: fix bogus warning in ext4_update_dx_flag() (2020-11-19 22:41:10 -0500)
---------------------------------------------------------------- A final set of miscellaneous bug fixes for ext4
---------------------------------------------------------------- Jan Kara (1): ext4: fix bogus warning in ext4_update_dx_flag()
Mauro Carvalho Chehab (1): jbd2: fix kernel-doc markups
Theodore Ts'o (1): ext4: drop fast_commit from /proc/mounts
fs/ext4/ext4.h | 3 ++- fs/ext4/super.c | 4 ---- fs/jbd2/journal.c | 34 ++++++++++++++++++---------------- fs/jbd2/transaction.c | 31 ++++++++++++++++--------------- include/linux/jbd2.h | 2 +- 5 files changed, 37 insertions(+), 37 deletions(-)
|  |