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: (44 commits) ext4: fix trimming starting with block 0 with small blocksize ext4: revert buggy trim overflow patch ext4: don't pass entire map to check_eofblocks_fl ext4: fix memory leak in ext4_free_branches ext4: remove ext4_mb_return_to_preallocation() ext4: flush the i_completed_io_list during ext4_truncate ext4: add error checking to calls to ext4_handle_dirty_metadata() ext4: fix trimming of a single group ext4: fix uninitialized variable in ext4_register_li_request ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary ext4: drop i_state_flags on architectures with 64-bit longs ext4: reorder ext4_inode_info structure elements to remove unneeded padding ext4: drop ec_type from the ext4_ext_cache structure ext4: use ext4_lblk_t instead of sector_t for logical blocks ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED ext4: fix 32bit overflow in ext4_ext_find_goal() ext4: add more error checks to ext4_mkdir() ext4: ext4_ext_migrate should use NULL not 0 ext4: Use ext4_error_file() to print the pathname to the corrupted inode ext4: use IS_ERR() to check for errors in ext4_error_file ...
No related branches found
No related tags found
Showing
- fs/ext2/xattr.c 1 addition, 9 deletionsfs/ext2/xattr.c
- fs/ext3/xattr.c 1 addition, 1 deletionfs/ext3/xattr.c
- fs/ext4/balloc.c 2 additions, 1 deletionfs/ext4/balloc.c
- fs/ext4/dir.c 36 additions, 20 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 56 additions, 37 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_extents.h 2 additions, 6 deletionsfs/ext4/ext4_extents.h
- fs/ext4/ext4_jbd2.h 1 addition, 1 deletionfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 55 additions, 33 deletionsfs/ext4/extents.c
- fs/ext4/file.c 22 additions, 0 deletionsfs/ext4/file.c
- fs/ext4/fsync.c 2 additions, 2 deletionsfs/ext4/fsync.c
- fs/ext4/ialloc.c 1 addition, 1 deletionfs/ext4/ialloc.c
- fs/ext4/inode.c 52 additions, 22 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 25 additions, 30 deletionsfs/ext4/mballoc.c
- fs/ext4/migrate.c 1 addition, 1 deletionfs/ext4/migrate.c
- fs/ext4/namei.c 48 additions, 21 deletionsfs/ext4/namei.c
- fs/ext4/page-io.c 2 additions, 5 deletionsfs/ext4/page-io.c
- fs/ext4/resize.c 46 additions, 18 deletionsfs/ext4/resize.c
- fs/ext4/super.c 156 additions, 132 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 14 additions, 14 deletionsfs/ext4/xattr.c
- fs/jbd2/journal.c 17 additions, 17 deletionsfs/jbd2/journal.c
Loading
Please register or sign in to comment