-
- Downloads
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 fixes from Ted Ts'o: "Fix a number of ext4 bugs; the most serious of which is a bug in the lazytime mount optimization code where we could end up updating the timestamps to the wrong inode" * tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: fix an ext3 collapse range regression in xfstests jbd2: fix r_count overflows leading to buffer overflow in journal recovery ext4: check for zero length extent explicitly ext4: fix NULL pointer dereference when journal restart fails ext4: remove unused function prototype from ext4.h ext4: don't save the error information if the block device is read-only ext4: fix lazytime optimization
No related branches found
No related tags found
Showing
- fs/ext4/ext4.h 0 additions, 1 deletionfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.c 6 additions, 0 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/extents.c 9 additions, 1 deletionfs/ext4/extents.c
- fs/ext4/inode.c 1 addition, 1 deletionfs/ext4/inode.c
- fs/ext4/super.c 2 additions, 0 deletionsfs/ext4/super.c
- fs/jbd2/recovery.c 9 additions, 1 deletionfs/jbd2/recovery.c
- fs/jbd2/revoke.c 10 additions, 8 deletionsfs/jbd2/revoke.c
- fs/jbd2/transaction.c 16 additions, 9 deletionsfs/jbd2/transaction.c
Loading
Please register or sign in to comment