Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Pull btrfs fixes from Chris Mason: "This is an assortment of fixes. Most of the commits are from Filipe (fsync, the inode allocation cache and a few others). Mark kicked in a series fixing corners in the extent sharing ioctls, and everyone else fixed up on assorted other problems" * 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs: Btrfs: fix wrong check for btrfs_force_chunk_alloc() Btrfs: fix warning of bytes_may_use Btrfs: fix hang when failing to submit bio of directIO Btrfs: fix a comment in inode.c:evict_inode_truncate_pages() Btrfs: fix memory corruption on failure to submit bio for direct IO btrfs: don't update mtime/ctime on deduped inodes btrfs: allow dedupe of same inode btrfs: fix deadlock with extent-same and readpage btrfs: pass unaligned length to btrfs_cmp_data() Btrfs: fix fsync after truncate when no_holes feature is enabled Btrfs: fix fsync xattr loss in the fast fsync path Btrfs: fix fsync data loss after append write Btrfs: fix crash on close_ctree() if cleaner starts new transaction Btrfs: fix race between caching kthread and returning inode to inode cache Btrfs: use kmem_cache_free when freeing entry in inode cache Btrfs: fix race between balance and unused block group deletion btrfs: add error handling for scrub_workers_get() btrfs: cleanup noused initialization of dev in btrfs_end_bio() btrfs: qgroup: allow user to clear the limitation on qgroup
No related branches found
No related tags found
Showing
- fs/btrfs/btrfs_inode.h 2 additions, 0 deletionsfs/btrfs/btrfs_inode.h
- fs/btrfs/ctree.h 1 addition, 0 deletionsfs/btrfs/ctree.h
- fs/btrfs/disk-io.c 40 additions, 1 deletionfs/btrfs/disk-io.c
- fs/btrfs/extent-tree.c 3 additions, 0 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/inode-map.c 12 additions, 5 deletionsfs/btrfs/inode-map.c
- fs/btrfs/inode.c 63 additions, 26 deletionsfs/btrfs/inode.c
- fs/btrfs/ioctl.c 188 additions, 53 deletionsfs/btrfs/ioctl.c
- fs/btrfs/ordered-data.c 5 additions, 0 deletionsfs/btrfs/ordered-data.c
- fs/btrfs/qgroup.c 41 additions, 8 deletionsfs/btrfs/qgroup.c
- fs/btrfs/relocation.c 1 addition, 1 deletionfs/btrfs/relocation.c
- fs/btrfs/scrub.c 20 additions, 19 deletionsfs/btrfs/scrub.c
- fs/btrfs/tree-log.c 221 additions, 5 deletionsfs/btrfs/tree-log.c
- fs/btrfs/volumes.c 44 additions, 6 deletionsfs/btrfs/volumes.c
Loading
Please register or sign in to comment