Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Ted writes: Various ext4 bug fixes; primarily making ext4 more robust against maliciously crafted file systems, and some DAX fixes. * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4, dax: set ext4_dax_aops for dax files ext4, dax: add ext4_bmap to ext4_dax_aops ext4: don't mark mmp buffer head dirty ext4: show test_dummy_encryption mount option in /proc/mounts ext4: close race between direct IO and ext4_break_layouts() ext4: fix online resizing for bigalloc file systems with a 1k block size ext4: fix online resize's handling of a too-small final block group ext4: recalucate superblock checksum after updating free blocks/inodes ext4: avoid arithemetic overflow that can trigger a BUG ext4: avoid divide by zero fault when deleting corrupted inline directories ext4: check to make sure the rename(2)'s destination is not freed ext4: add nonstring annotations to ext4.h
Showing
- fs/ext4/dir.c 9 additions, 11 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 17 additions, 3 deletionsfs/ext4/ext4.h
- fs/ext4/inline.c 3 additions, 1 deletionfs/ext4/inline.c
- fs/ext4/inode.c 11 additions, 9 deletionsfs/ext4/inode.c
- fs/ext4/mmp.c 0 additions, 1 deletionfs/ext4/mmp.c
- fs/ext4/namei.c 6 additions, 0 deletionsfs/ext4/namei.c
- fs/ext4/resize.c 22 additions, 1 deletionfs/ext4/resize.c
- fs/ext4/super.c 4 additions, 0 deletionsfs/ext4/super.c
Please register or sign in to comment