-
- Downloads
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 fixes from Ted Ts'o: "Some ext4 bug fixes (mostly to address Syzbot reports)" * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: bail out of ext4_xattr_ibody_get() fails for any reason ext4: add bounds checking in get_max_inline_xattr_value_size() ext4: add indication of ro vs r/w mounts in the mount message ext4: fix deadlock when converting an inline directory in nojournal mode ext4: improve error recovery code paths in __ext4_remount() ext4: improve error handling from ext4_dirhash() ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled ext4: check iomap type only if ext4_iomap_begin() does not fail ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum ext4: fix data races when using cached status extents ext4: avoid deadlock in fs reclaim with page writeback ext4: fix invalid free tracking in ext4_xattr_move_to_block() ext4: remove a BUG_ON in ext4_mb_release_group_pa() ext4: allow ext4_get_group_info() to fail ext4: fix lockdep warning when enabling MMP ext4: fix WARNING in mb_find_extent
No related branches found
No related tags found
Showing
- fs/ext4/balloc.c 42 additions, 1 deletionfs/ext4/balloc.c
- fs/ext4/ext4.h 26 additions, 13 deletionsfs/ext4/ext4.h
- fs/ext4/extents_status.c 13 additions, 17 deletionsfs/ext4/extents_status.c
- fs/ext4/hash.c 5 additions, 1 deletionfs/ext4/hash.c
- fs/ext4/ialloc.c 8 additions, 4 deletionsfs/ext4/ialloc.c
- fs/ext4/inline.c 14 additions, 3 deletionsfs/ext4/inline.c
- fs/ext4/inode.c 11 additions, 9 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 58 additions, 12 deletionsfs/ext4/mballoc.c
- fs/ext4/migrate.c 6 additions, 5 deletionsfs/ext4/migrate.c
- fs/ext4/mmp.c 21 additions, 9 deletionsfs/ext4/mmp.c
- fs/ext4/namei.c 37 additions, 16 deletionsfs/ext4/namei.c
- fs/ext4/super.c 25 additions, 12 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 3 additions, 2 deletionsfs/ext4/xattr.c
Loading
Please register or sign in to comment