aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2017-07-21Merge branch 'cleanup/arg-reduction' into for-next-next-v4.14-20170721David Sterba
2017-07-21Merge branch 'ext/hans/ssd-no-spread' into for-next-next-v4.14-20170721David Sterba
2017-07-21Merge branch 'ext/jeffm/lockup-find-free-ro-bg' into for-next-next-v4.14-2017...David Sterba
2017-07-21Merge branch 'ext/omar/shrink-delalloc-no-overcommit' into for-next-next-v4.1...David Sterba
2017-07-21Merge branch 'ext/jeffm/pinned-bytes-should-alloc-chunk' into for-next-next-v...David Sterba
2017-07-21Btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg
2017-07-21btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney
2017-07-21Btrfs: fix early ENOSPC due to delallocOmar Sandoval
2017-07-21btrfs: Remove unused parameters from volume.c functionsNikolay Borisov
2017-07-20btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-07-20btrfs: Simplify math in should_alloc chunkNikolay Borisov
2017-07-20btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney
2017-07-17btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-07-17btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov
2017-07-17btrfs: Remove redundant argument of flush_spaceNikolay Borisov
2017-07-17btrfs: remove unused sectorsize memberNikolay Borisov
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov
2017-06-19btrfs: Refactor update_space_infoNikolay Borisov
2017-06-19btrfs: Separate space_info create/updateNikolay Borisov
2017-06-19Btrfs: skip commit transaction if we don't have enough pinned bytesLiu Bo
2017-06-19btrfs: remove root usage from can_overcommitJeff Mahoney
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov
2017-06-01btrfs: fix race with relocation recovery and fs_root setupJeff Mahoney
2017-06-01btrfs: fix memory leak in update_space_info failure pathJeff Mahoney
2017-04-18btrfs: scrub: Introduce full stripe lock for RAID56Qu Wenruo
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba
2017-04-18Btrfs: update comments in cache_save_setupLiu Bo
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov