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 large number of ext4 bug fixes and cleanups for v4.13" * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: fix copy paste error in ext4_swap_extents() ext4: fix overflow caused by missing cast in ext4_resize_fs() ext4, project: expand inode extra size if possible ext4: cleanup ext4_expand_extra_isize_ea() ext4: restructure ext4_expand_extra_isize ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize ext4: make xattr inode reads faster ext4: inplace xattr block update fails to deduplicate blocks ext4: remove unused mode parameter ext4: fix warning about stack corruption ext4: fix dir_nlink behaviour ext4: silence array overflow warning ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize ext4: release discard bio after sending discard commands ext4: convert swap_inode_data() over to use swap() on most of the fields ext4: error should be cleared if ea_inode isn't added to the cache ext4: Don't clear SGID when inheriting ACLs ext4: preserve i_mode if __ext4_set_acl() fails ext4: remove unused metadata accounting variables ext4: correct comment references to ext4_ext_direct_IO()
No related branches found
No related tags found
Showing
- fs/ext4/acl.c 17 additions, 8 deletionsfs/ext4/acl.c
- fs/ext4/ext4.h 7 additions, 6 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.h 3 additions, 0 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 5 additions, 6 deletionsfs/ext4/extents.c
- fs/ext4/file.c 3 additions, 0 deletionsfs/ext4/file.c
- fs/ext4/inode.c 150 additions, 48 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 14 additions, 13 deletionsfs/ext4/ioctl.c
- fs/ext4/mballoc.c 9 additions, 6 deletionsfs/ext4/mballoc.c
- fs/ext4/namei.c 26 additions, 38 deletionsfs/ext4/namei.c
- fs/ext4/resize.c 2 additions, 1 deletionfs/ext4/resize.c
- fs/ext4/super.c 0 additions, 2 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 46 additions, 41 deletionsfs/ext4/xattr.c
- include/trace/events/ext4.h 8 additions, 27 deletionsinclude/trace/events/ext4.h
Loading
Please register or sign in to comment