Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "The major change this cycle is deleting ext4's copy of the file system encryption code and switching things over to using the copies in fs/crypto. I've updated the MAINTAINERS file to add an entry for fs/crypto listing Jaeguk Kim and myself as the maintainers. There are also a number of bug fixes, most notably for some problems found by American Fuzzy Lop (AFL) courtesy of Vegard Nossum. Also fixed is a writeback deadlock detected by generic/130, and some potential races in the metadata checksum code" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (21 commits) ext4: verify extent header depth ext4: short-cut orphan cleanup on error ext4: fix reference counting bug on block allocation error MAINTAINRES: fs-crypto maintainers update ext4 crypto: migrate into vfs's crypto engine ext2: fix filesystem deadlock while reading corrupted xattr block ext4: fix project quota accounting without quota limits enabled ext4: validate s_reserved_gdt_blocks on mount ext4: remove unused page_idx ext4: don't call ext4_should_journal_data() on the journal inode ext4: Fix WARN_ON_ONCE in ext4_commit_super() ext4: fix deadlock during page writeback ext4: correct error value of function verifying dx checksum ext4: avoid modifying checksum fields directly during checksum verification ext4: check for extents that wrap around jbd2: make journal y2038 safe jbd2: track more dependencies on transaction commit jbd2: move lockdep tracking to journal_s jbd2: move lockdep instrumentation for jbd2 handles ext4: respect the nobarrier mount option in nojournal mode ...
Showing
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- fs/ext2/balloc.c 21 additions, 0 deletionsfs/ext2/balloc.c
- fs/ext2/ext2.h 3 additions, 0 deletionsfs/ext2/ext2.h
- fs/ext2/inode.c 10 additions, 0 deletionsfs/ext2/inode.c
- fs/ext2/xattr.c 9 additions, 0 deletionsfs/ext2/xattr.c
- fs/ext4/Kconfig 2 additions, 10 deletionsfs/ext4/Kconfig
- fs/ext4/Makefile 0 additions, 2 deletionsfs/ext4/Makefile
- fs/ext4/balloc.c 6 additions, 1 deletionfs/ext4/balloc.c
- fs/ext4/crypto.c 0 additions, 537 deletionsfs/ext4/crypto.c
- fs/ext4/crypto_fname.c 0 additions, 468 deletionsfs/ext4/crypto_fname.c
- fs/ext4/crypto_key.c 0 additions, 274 deletionsfs/ext4/crypto_key.c
- fs/ext4/crypto_policy.c 0 additions, 229 deletionsfs/ext4/crypto_policy.c
- fs/ext4/dir.c 14 additions, 12 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 75 additions, 134 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_crypto.h 0 additions, 159 deletionsfs/ext4/ext4_crypto.h
- fs/ext4/ext4_jbd2.h 9 additions, 1 deletionfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 10 additions, 2 deletionsfs/ext4/extents.c
- fs/ext4/file.c 5 additions, 5 deletionsfs/ext4/file.c
- fs/ext4/fsync.c 4 additions, 1 deletionfs/ext4/fsync.c
- fs/ext4/ialloc.c 4 additions, 3 deletionsfs/ext4/ialloc.c
Please register or sign in to comment