Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: jbd2: clean up jbd2_journal_try_to_free_buffers() ext4: Don't update ctime for non-extent-mapped inodes ext4: Fix up whitespace issues in fs/ext4/inode.c ext4: Fix 64-bit block type problem on 32-bit platforms ext4: teach the inode allocator to use a goal inode number ext4: Use a hash of the topdir directory name for the Orlov parent group ext4: document the "abort" mount option ext4: move the abort flag from s_mount_opts to s_mount_flags ext4: update the s_last_mounted field in the superblock ext4: change s_mount_opt to be an unsigned int ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl ext4: avoid unnecessary spinlock in critical POSIX ACL path ext3: avoid unnecessary spinlock in critical POSIX ACL path ext4: convert instrumentation from markers to tracepoints jbd2: convert instrumentation from markers to tracepoints
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-fs-ext4 10 additions, 0 deletionsDocumentation/ABI/testing/sysfs-fs-ext4
- Documentation/filesystems/ext4.txt 4 additions, 0 deletionsDocumentation/filesystems/ext4.txt
- fs/ext4/Makefile 1 addition, 1 deletionfs/ext4/Makefile
- fs/ext4/ext4.h 28 additions, 11 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 4 additions, 0 deletionsfs/ext4/ext4_extents.h
- fs/ext4/extents.c 2 additions, 2 deletionsfs/ext4/extents.c
- fs/ext4/file.c 35 additions, 1 deletionfs/ext4/file.c
- fs/ext4/fsync.c 4 additions, 4 deletionsfs/ext4/fsync.c
- fs/ext4/ialloc.c 31 additions, 17 deletionsfs/ext4/ialloc.c
- fs/ext4/inode.c 121 additions, 160 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 36 additions, 0 deletionsfs/ext4/ioctl.c
- fs/ext4/mballoc.c 31 additions, 54 deletionsfs/ext4/mballoc.c
- fs/ext4/mballoc.h 0 additions, 1 deletionfs/ext4/mballoc.h
- fs/ext4/migrate.c 5 additions, 3 deletionsfs/ext4/migrate.c
- fs/ext4/move_extent.c 1320 additions, 0 deletionsfs/ext4/move_extent.c
- fs/ext4/namei.c 6 additions, 4 deletionsfs/ext4/namei.c
- fs/ext4/super.c 12 additions, 8 deletionsfs/ext4/super.c
- fs/jbd2/checkpoint.c 2 additions, 3 deletionsfs/jbd2/checkpoint.c
- fs/jbd2/commit.c 7 additions, 6 deletionsfs/jbd2/commit.c
- fs/jbd2/journal.c 69 additions, 0 deletionsfs/jbd2/journal.c
Loading
Please register or sign in to comment