summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-05-31Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba
2019-05-31btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding
2019-05-25btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov
2018-12-05btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2018-12-05btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2018-11-13btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-11-13btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov
2018-05-19btrfs: Take trans lock before access running trans in check_delayed_refethanwu
2017-12-14btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik
2017-11-30btrfs: change how we decide to commit transactions during flushingJosef Bacik
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney
2017-08-21Btrfs: add one more sanity check for shared ref typeLiu Bo
2017-08-21Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo
2017-08-21Btrfs: add a helper to retrive extent inline ref typeLiu Bo
2017-08-21btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg
2017-08-18btrfs: Remove never-reached WARN_ONNikolay Borisov
2017-08-16btrfs: Simplify math in should_alloc chunkNikolay Borisov
2017-08-16btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-08-16btrfs: Make flush_space return voidNikolay Borisov
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-08-16btrfs: Remove unused parameters from volume.c functionsNikolay Borisov
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney
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