summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-10-051-0/+8
* Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba2019-05-311-19/+6
* btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-311-2/+1
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-05-251-6/+19
* btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2018-12-051-1/+27
* btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2018-12-051-1/+57
* btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-11-131-2/+5
* btrfs: make sure we create all new block groupsJosef Bacik2018-11-131-2/+5
* btrfs: wait on caching when putting the bg cacheJosef Bacik2018-11-131-0/+1
* btrfs: don't attempt to trim devices that don't support itJeff Mahoney2018-11-131-0/+4
* btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney2018-11-131-2/+2
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-11-131-9/+1
* btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo2018-11-131-11/+38
* btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo2018-11-131-0/+13
* btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2018-11-131-6/+12
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-09-151-1/+1
* btrfs: don't leak ret from do_chunk_allocJosef Bacik2018-09-051-1/+1
* btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-05-301-0/+1
* btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-191-0/+7
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-141-0/+1
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* btrfs: change how we decide to commit transactions during flushingJosef Bacik2017-11-301-14/+28
* btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-211-1/+1
* Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-211-4/+25
* Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-211-6/+30
* Btrfs: add a helper to retrive extent inline ref typeLiu Bo2017-08-211-0/+37
* btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-211-3/+3
* btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-211-5/+6
* btrfs: Remove never-reached WARN_ONNikolay Borisov2017-08-181-1/+1
* btrfs: Simplify math in should_alloc chunkNikolay Borisov2017-08-161-5/+4
* btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney2017-08-161-1/+1
* btrfs: fix spelling of snapshottingDavid Sterba2017-08-161-11/+11
* btrfs: Make flush_space return voidNikolay Borisov2017-08-161-8/+8
* btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-3/+3
* btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-3/+1
* btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-161-1/+1
* btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov2017-08-161-9/+2
* btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-9/+7
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-161-1/+0
* Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-07-241-4/+0
* btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney2017-07-241-2/+5
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-6/+6
* btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-5/+7
* btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-10/+13
* btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo2017-06-291-1/+1
* Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval2017-06-291-9/+32
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-291-24/+27
* Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval2017-06-291-9/+8
* Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval2017-06-291-1/+2
* Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval2017-06-291-1/+1