summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-12-05btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-11-13btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik1-2/+5
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo1-9/+1
2018-11-13btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo1-11/+38
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+13
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo1-6/+12
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-05-19btrfs: Take trans lock before access running trans in check_delayed_refethanwu1-0/+7
2017-12-14btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-30btrfs: change how we decide to commit transactions during flushingJosef Bacik1-14/+28
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney1-1/+1
2017-08-21Btrfs: add one more sanity check for shared ref typeLiu Bo1-4/+25
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo1-6/+30
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo1-0/+37
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov1-3/+3
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-5/+6
2017-08-18btrfs: Remove never-reached WARN_ONNikolay Borisov1-1/+1
2017-08-16btrfs: Simplify math in should_alloc chunkNikolay Borisov1-5/+4
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney1-1/+1
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-11/+11
2017-08-16btrfs: Make flush_space return voidNikolay Borisov1-8/+8
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-3/+3
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov1-3/+1
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba1-1/+1
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov1-9/+2
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov1-9/+7
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov1-1/+0
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval1-4/+0
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney1-2/+5
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-6/+6
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo1-5/+7
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-10/+13
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo1-1/+1
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval1-9/+32
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval1-24/+27
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval1-21/+20
2017-06-19btrfs: Use btrfs_space_info_used instead of opencoding itNikolay Borisov1-6/+3
2017-06-19btrfs: Refactor update_space_infoNikolay Borisov1-40/+18
2017-06-19btrfs: Separate space_info create/updateNikolay Borisov1-66/+66