Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "Convert ext4 to use the new mount API, and add support for the FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL ioctls. In addition the usual large number of clean ups and bug fixes, in particular for the fast_commit feature" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (48 commits) ext4: don't use the orphan list when migrating an inode ext4: use BUG_ON instead of if condition followed by BUG ext4: fix a copy and paste typo ext4: set csum seed in tmp inode while migrating to extents ext4: remove unnecessary 'offset' assignment ext4: remove redundant o_start statement ext4: drop an always true check ext4: remove unused assignments ext4: remove redundant statement ext4: remove useless resetting io_end_size in mpage_process_page() ext4: allow to change s_last_trim_minblks via sysfs ext4: change s_last_trim_minblks type to unsigned long ext4: implement support for get/set fs label ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specified ext4: don't use kfree() on rcu protected pointer sbi->s_qf_names ext4: avoid trim error on fs with small groups ext4: fix an use-after-free issue about data=journal writeback mode ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' ext4: initialize err_blk before calling __ext4_get_inode_loc ext4: fix a possible ABBA deadlock due to busy PA ...
No related branches found
No related tags found
Showing
- fs/ext4/acl.c 0 additions, 2 deletionsfs/ext4/acl.c
- fs/ext4/dir.c 0 additions, 1 deletionfs/ext4/dir.c
- fs/ext4/ext4.h 13 additions, 9 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.c 2 additions, 0 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/extents.c 3 additions, 13 deletionsfs/ext4/extents.c
- fs/ext4/fast_commit.c 86 additions, 121 deletionsfs/ext4/fast_commit.c
- fs/ext4/fast_commit.h 14 additions, 13 deletionsfs/ext4/fast_commit.h
- fs/ext4/file.c 0 additions, 4 deletionsfs/ext4/file.c
- fs/ext4/inode.c 18 additions, 42 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 311 additions, 13 deletionsfs/ext4/ioctl.c
- fs/ext4/mballoc.c 28 additions, 24 deletionsfs/ext4/mballoc.c
- fs/ext4/migrate.c 11 additions, 12 deletionsfs/ext4/migrate.c
- fs/ext4/move_extent.c 0 additions, 1 deletionfs/ext4/move_extent.c
- fs/ext4/resize.c 15 additions, 4 deletionsfs/ext4/resize.c
- fs/ext4/super.c 1201 additions, 714 deletionsfs/ext4/super.c
- fs/ext4/sysfs.c 19 additions, 17 deletionsfs/ext4/sysfs.c
- fs/fs_parser.c 23 additions, 8 deletionsfs/fs_parser.c
- fs/jbd2/journal.c 2 additions, 0 deletionsfs/jbd2/journal.c
- include/linux/fs_parser.h 1 addition, 1 deletioninclude/linux/fs_parser.h
- include/trace/events/ext4.h 23 additions, 0 deletionsinclude/trace/events/ext4.h
Loading
Please register or sign in to comment