-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Pull btrfs fixes from Chris Mason: "These are mostly bug fixes and a two small performance fixes. The most important of the bunch are Josef's fix for a snapshotting regression and Mark's update to fix compile problems on arm" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs: (25 commits) Btrfs: create the uuid tree on remount rw btrfs: change extent-same to copy entire argument struct Btrfs: dir_inode_operations should use btrfs_update_time also btrfs: Add btrfs: prefix to kernel log output btrfs: refuse to remount read-write after abort Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0 Btrfs: don't leak transaction in btrfs_sync_file() Btrfs: add the missing mutex unlock in write_all_supers() Btrfs: iput inode on allocation failure Btrfs: remove space_info->reservation_progress Btrfs: kill delay_iput arg to the wait_ordered functions Btrfs: fix worst case calculator for space usage Revert "Btrfs: rework the overcommit logic to be based on the total size" Btrfs: improve replacing nocow extents Btrfs: drop dir i_size when adding new names on replay Btrfs: replay dir_index items before other items Btrfs: check roots last log commit when checking if an inode has been logged Btrfs: actually log directory we are fsync()'ing Btrfs: actually limit the size of delalloc range Btrfs: allocate the free space by the existed max extent size when ENOSPC ...
Showing
- fs/btrfs/btrfs_inode.h 4 additions, 1 deletionfs/btrfs/btrfs_inode.h
- fs/btrfs/ctree.c 5 additions, 2 deletionsfs/btrfs/ctree.c
- fs/btrfs/ctree.h 4 additions, 13 deletionsfs/btrfs/ctree.h
- fs/btrfs/dev-replace.c 2 additions, 2 deletionsfs/btrfs/dev-replace.c
- fs/btrfs/disk-io.c 2 additions, 0 deletionsfs/btrfs/disk-io.c
- fs/btrfs/extent-tree.c 30 additions, 27 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/extent_io.c 5 additions, 3 deletionsfs/btrfs/extent_io.c
- fs/btrfs/file.c 2 additions, 2 deletionsfs/btrfs/file.c
- fs/btrfs/free-space-cache.c 47 additions, 20 deletionsfs/btrfs/free-space-cache.c
- fs/btrfs/free-space-cache.h 3 additions, 2 deletionsfs/btrfs/free-space-cache.h
- fs/btrfs/inode.c 11 additions, 5 deletionsfs/btrfs/inode.c
- fs/btrfs/ioctl.c 47 additions, 33 deletionsfs/btrfs/ioctl.c
- fs/btrfs/ordered-data.c 3 additions, 21 deletionsfs/btrfs/ordered-data.c
- fs/btrfs/ordered-data.h 2 additions, 3 deletionsfs/btrfs/ordered-data.h
- fs/btrfs/relocation.c 25 additions, 18 deletionsfs/btrfs/relocation.c
- fs/btrfs/scrub.c 98 additions, 14 deletionsfs/btrfs/scrub.c
- fs/btrfs/super.c 20 additions, 1 deletionfs/btrfs/super.c
- fs/btrfs/transaction.c 1 addition, 1 deletionfs/btrfs/transaction.c
- fs/btrfs/tree-log.c 48 additions, 4 deletionsfs/btrfs/tree-log.c
- fs/btrfs/volumes.c 4 additions, 3 deletionsfs/btrfs/volumes.c
Loading
Please register or sign in to comment