• Linus Torvalds's avatar
    Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs · 66cea28a
    Linus Torvalds authored
    Pull btrfs fixes from Chris Mason:
     "Some fixes that Dave Sterba collected.
    
      We've been hitting an early enospc problem on production machines that
      Omar tracked down to an old int->u64 mistake. I waited a bit on this
      pull to make sure it was really the problem from production, but it's
      on ~2100 hosts now and I think we're good.
    
      Omar also noticed a commit in the queue would make new early ENOSPC
      problems. I pulled that out for now, which is why the top three
      commits are younger than the rest.
    
      Otherwise these are all fixes, some explaining very old bugs that
      we've been poking at for a while"
    
    * 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
      Btrfs: fix delalloc accounting leak caused by u32 overflow
      Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io
      btrfs: tree-log.c: Wrong printk information about namelen
      btrfs: fix race with relocation recovery and fs_root setup
      btrfs: fix memory leak in update_space_info failure path
      btrfs: use correct types for page indices in btrfs_page_exists_in_range
      btrfs: fix incorrect error return ret being passed to mapping_set_error
      btrfs: Make flush bios explicitely sync
      btrfs: fiemap: Cache and merge fiemap extent before submit it to user
    66cea28a
disk-io.c 126 KB