Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 fixes from Ted Ts'o: "A collection of bug fixes destined for stable and some printk cleanups and a patch so that instead of BUG'ing we use the ext4_error() framework to mark the file system is corrupted" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: add explicit casts when masking cluster sizes ext4: fix deadlock when writing in ENOSPC conditions jbd2: rename obsoleted msg JBD->JBD2 jbd2: revise KERN_EMERG error messages jbd2: don't BUG but return ENOSPC if a handle runs out of space ext4: Do not reserve clusters when fs doesn't support extents ext4: fix del_timer() misuse for ->s_err_report ext4: check for overlapping extents in ext4_valid_extent_entries() ext4: fix use-after-free in ext4_mb_new_blocks ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails
Showing
- fs/ext4/ext4.h 10 additions, 0 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.c 9 additions, 0 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/extents.c 30 additions, 15 deletionsfs/ext4/extents.c
- fs/ext4/inode.c 0 additions, 12 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 11 additions, 6 deletionsfs/ext4/mballoc.c
- fs/ext4/super.c 15 additions, 6 deletionsfs/ext4/super.c
- fs/jbd2/journal.c 8 additions, 10 deletionsfs/jbd2/journal.c
- fs/jbd2/recovery.c 1 addition, 1 deletionfs/jbd2/recovery.c
- fs/jbd2/transaction.c 9 additions, 7 deletionsfs/jbd2/transaction.c
Loading
Please register or sign in to comment