Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs updates from David Sterba: "The core updates improve error handling (mostly related to bios), with the usual incremental work on the GFP_NOFS (mis)use removal, refactoring or cleanups. Except the two top patches, all have been in for-next for an extensive amount of time. User visible changes: - statx support - quota override tunable - improved compression thresholds - obsoleted mount option alloc_start Core updates: - bio-related updates: - faster bio cloning - no allocation failures - preallocated flush bios - more kvzalloc use, memalloc_nofs protections, GFP_NOFS updates - prep work for btree_inode removal - dir-item validation - qgoup fixes and updates - cleanups: - removed unused struct members, unused code, refactoring - argument refactoring (fs_info/root, caller -> callee sink) - SEARCH_TREE ioctl docs" * 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: (115 commits) btrfs: Remove false alert when fiemap range is smaller than on-disk extent btrfs: Don't clear SGID when inheriting ACLs btrfs: fix integer overflow in calc_reclaim_items_nr btrfs: scrub: fix target device intialization while setting up scrub context btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges btrfs: qgroup: Introduce extent changeset for qgroup reserve functions btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quotas being enabled btrfs: qgroup: Return actually freed bytes for qgroup release or free data btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function btrfs: qgroup: Add quick exit for non-fs extents Btrfs: rework delayed ref total_bytes_pinned accounting Btrfs: return old and new total ref mods when adding delayed refs Btrfs: always account pinned bytes when dropping a tree block ref Btrfs: update total_bytes_pinned when pinning down extents Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT() Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64 btrfs: fix validation of XATTR_ITEM dir items btrfs: Verify dir_item in iterate_object_props btrfs: Check name_len before in btrfs_del_root_ref btrfs: Check name_len before reading btrfs_get_name ...
Showing
- fs/btrfs/acl.c 7 additions, 6 deletionsfs/btrfs/acl.c
- fs/btrfs/backref.c 5 additions, 5 deletionsfs/btrfs/backref.c
- fs/btrfs/check-integrity.c 21 additions, 32 deletionsfs/btrfs/check-integrity.c
- fs/btrfs/compression.c 21 additions, 73 deletionsfs/btrfs/compression.c
- fs/btrfs/compression.h 40 additions, 4 deletionsfs/btrfs/compression.h
- fs/btrfs/ctree.c 21 additions, 21 deletionsfs/btrfs/ctree.c
- fs/btrfs/ctree.h 48 additions, 36 deletionsfs/btrfs/ctree.h
- fs/btrfs/delayed-ref.c 21 additions, 8 deletionsfs/btrfs/delayed-ref.c
- fs/btrfs/delayed-ref.h 4 additions, 2 deletionsfs/btrfs/delayed-ref.h
- fs/btrfs/dev-replace.c 2 additions, 2 deletionsfs/btrfs/dev-replace.c
- fs/btrfs/dir-item.c 74 additions, 2 deletionsfs/btrfs/dir-item.c
- fs/btrfs/disk-io.c 98 additions, 96 deletionsfs/btrfs/disk-io.c
- fs/btrfs/disk-io.h 6 additions, 6 deletionsfs/btrfs/disk-io.h
- fs/btrfs/export.c 5 additions, 0 deletionsfs/btrfs/export.c
- fs/btrfs/extent-tree.c 260 additions, 233 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/extent_io.c 108 additions, 137 deletionsfs/btrfs/extent_io.c
- fs/btrfs/extent_io.h 63 additions, 23 deletionsfs/btrfs/extent_io.h
- fs/btrfs/file-item.c 15 additions, 16 deletionsfs/btrfs/file-item.c
- fs/btrfs/file.c 29 additions, 17 deletionsfs/btrfs/file.c
- fs/btrfs/free-space-tree.c 15 additions, 23 deletionsfs/btrfs/free-space-tree.c
Loading
Please register or sign in to comment