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: "A number of bug fixes for ext4: - Fix for the new fast_commit feature - Fix some error handling codepaths in whiteout handling and mountpoint sampling - Fix how we write ext4_error information so it goes through the journal when journalling is active, to avoid races that can lead to lost error information, superblock checksum failures, or DIF/DIX features" * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: remove expensive flush on fast commit ext4: fix bug for rename with RENAME_WHITEOUT ext4: fix wrong list_splice in ext4_fc_cleanup ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR ext4: don't leak old mountpoint samples ext4: drop ext4_handle_dirty_super() ext4: fix superblock checksum failure when setting password salt ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() ext4: save error info to sb through journal if available ext4: protect superblock modifications with a buffer lock ext4: drop sync argument of ext4_commit_super() ext4: combine ext4_handle_error() and save_error_info()
Showing
- fs/ext4/ext4_jbd2.c 0 additions, 17 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/ext4_jbd2.h 0 additions, 5 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/fast_commit.c 18 additions, 17 deletionsfs/ext4/fast_commit.c
- fs/ext4/file.c 5 additions, 2 deletionsfs/ext4/file.c
- fs/ext4/inode.c 5 additions, 1 deletionfs/ext4/inode.c
- fs/ext4/ioctl.c 3 additions, 0 deletionsfs/ext4/ioctl.c
- fs/ext4/namei.c 17 additions, 10 deletionsfs/ext4/namei.c
- fs/ext4/resize.c 16 additions, 4 deletionsfs/ext4/resize.c
- fs/ext4/super.c 118 additions, 72 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 4 additions, 1 deletionfs/ext4/xattr.c
Loading
Please register or sign in to comment