Skip to content
  • Linus Torvalds's avatar
    Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · e893123c
    Linus Torvalds authored
    * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (49 commits)
      ext4: Avoid corrupting the uninitialized bit in the extent during truncate
      ext4: Don't treat a truncation of a zero-length file as replace-via-truncate
      ext4: fix dx_map_entry to support 256k directory blocks
      ext4: truncate the file properly if we fail to copy data from userspace
      ext4: Avoid leaking blocks after a block allocation failure
      ext4: Change all super.c messages to print the device
      ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle()
      ext4: super.c whitespace cleanup
      jbd2: Fix minor typos in comments in fs/jbd2/journal.c
      ext4: Clean up calls to ext4_get_group_desc()
      ext4: remove unused function __ext4_write_dirty_metadata
      ext2: Fix memory leak in ext2_fill_super() in case of a failed mount
      ext3: Fix memory leak in ext3_fill_super() in case of a failed mount
      ext4: Fix memory leak in ext4_fill_super() in case of a failed mount
      ext4: down i_data_sem only for read when walking tree for fiemap
      ext4: Add a comprehensive block validity check to ext4_get_blocks()
      ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state
      ext4: Merge ext4_da_get_block_write() into mpage_da_map_blocks()
      ext4: Add BUG_ON debugging checks to noalloc_get_block_write()
      ext4: Add documentation to the ext4_*get_block* functions
      ...
    e893123c