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: (64 commits) ext4: Update documentation about quota mount options ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK ext4: Fix the alloc on close after a truncate hueristic ext4: Add a tracepoint for ext4_alloc_da_blocks() ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags ext4: limit block allocations for indirect-block files to < 2^32 ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT ext4: Add null extent check to ext_get_path ext4: Replace BUG_ON() with ext4_error() in move_extents.c ext4: Replace get_ext_path macro with an inline funciton ext4: Fix include/trace/events/ext4.h to work with Systemtap ext4: Fix initalization of s_flex_groups ext4: Always set dx_node's fake_dirent explicitly. ext4: Fix async commit mode to be safe by using a barrier ext4: Don't update superblock write time when filesystem is read-only ext4: Clarify the locking details in mballoc ext4: check for need init flag in ext4_mb_load_buddy ext4: move ext4_mb_init_group() function earlier in the mballoc.c ext4: Make non-journal fsync work properly ext4: Assure that metadata blocks are written during fsync in no journal mode ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/ext4.txt 13 additions, 11 deletionsDocumentation/filesystems/ext4.txt
- fs/ext4/Kconfig 10 additions, 1 deletionfs/ext4/Kconfig
- fs/ext4/balloc.c 1 addition, 1 deletionfs/ext4/balloc.c
- fs/ext4/ext4.h 70 additions, 21 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 2 additions, 2 deletionsfs/ext4/ext4_extents.h
- fs/ext4/ext4_jbd2.c 6 additions, 3 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/extents.c 71 additions, 41 deletionsfs/ext4/extents.c
- fs/ext4/fsync.c 9 additions, 4 deletionsfs/ext4/fsync.c
- fs/ext4/ialloc.c 1 addition, 1 deletionfs/ext4/ialloc.c
- fs/ext4/inode.c 99 additions, 51 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 3 additions, 4 deletionsfs/ext4/ioctl.c
- fs/ext4/mballoc.c 224 additions, 205 deletionsfs/ext4/mballoc.c
- fs/ext4/mballoc.h 15 additions, 7 deletionsfs/ext4/mballoc.h
- fs/ext4/migrate.c 11 additions, 11 deletionsfs/ext4/migrate.c
- fs/ext4/move_extent.c 224 additions, 110 deletionsfs/ext4/move_extent.c
- fs/ext4/namei.c 15 additions, 7 deletionsfs/ext4/namei.c
- fs/ext4/resize.c 1 addition, 6 deletionsfs/ext4/resize.c
- fs/ext4/super.c 88 additions, 67 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 13 additions, 2 deletionsfs/ext4/xattr.c
- fs/jbd2/commit.c 7 additions, 4 deletionsfs/jbd2/commit.c
Loading
Please register or sign in to comment