-
- Downloads
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 bugfixes from Ted Ts'o: "Bug fixes for ext4; most of which relate to vulnerabilities where a maliciously crafted file system image can result in a kernel OOPS or hang. At least one fix addresses an inline data bug could be triggered by userspace without the need of a crafted file system (although it does require that the inline data feature be enabled)" * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: check superblock mapped prior to committing ext4: add more mount time checks of the superblock ext4: add more inode number paranoia checks ext4: avoid running out of journal credits when appending to an inline file jbd2: don't mark block as modified if the handle is out of credits ext4: never move the system.data xattr out of the inode body ext4: clear i_data in ext4_inode_info when removing inline data ext4: include the illegal physical block in the bad map ext4_error msg ext4: verify the depth of extent tree in ext4_find_extent() ext4: only look at the bg_flags field if it is valid ext4: make sure bitmaps and the inode table don't overlap with bg descriptors ext4: always check block group bounds in ext4_init_block_bitmap() ext4: always verify the magic number in xattr blocks ext4: add corruption check in ext4_xattr_set_entry() ext4: add warn_on_error mount option
No related branches found
No related tags found
Showing
- fs/ext4/balloc.c 13 additions, 8 deletionsfs/ext4/balloc.c
- fs/ext4/ext4.h 1 addition, 8 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 1 addition, 0 deletionsfs/ext4/ext4_extents.h
- fs/ext4/extents.c 6 additions, 0 deletionsfs/ext4/extents.c
- fs/ext4/ialloc.c 12 additions, 2 deletionsfs/ext4/ialloc.c
- fs/ext4/inline.c 2 additions, 37 deletionsfs/ext4/inline.c
- fs/ext4/inode.c 4 additions, 3 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 4 additions, 2 deletionsfs/ext4/mballoc.c
- fs/ext4/super.c 86 additions, 13 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 18 additions, 22 deletionsfs/ext4/xattr.c
- fs/jbd2/transaction.c 8 additions, 1 deletionfs/jbd2/transaction.c
Loading
Please register or sign in to comment