summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov2020-03-231-8/+1
* btrfs: Open code insert_extent_backrefNikolay Borisov2020-03-231-20/+9
* btrfs: factor out prepare_allocation() for extent allocationNaohiro Aota2020-03-231-42/+68
* btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocationNaohiro Aota2020-03-231-0/+3
* btrfs: factor out chunk_allocation_failed() for extent allocationNaohiro Aota2020-03-231-9/+18
* btrfs: drop unnecessary arguments from find_free_extent_update_loop()Naohiro Aota2020-03-231-5/+2
* btrfs: factor out found_extent() for extent allocationNaohiro Aota2020-03-231-5/+25
* btrfs: factor out release_block_group()Naohiro Aota2020-03-231-5/+19
* btrfs: drop unnecessary arguments from clustered allocation functionsNaohiro Aota2020-03-231-9/+7
* btrfs: factor out do_allocation() for extent allocationNaohiro Aota2020-03-231-31/+44
* btrfs: move variables for clustered allocation into find_free_extent_ctlNaohiro Aota2020-03-231-15/+23
* btrfs: move hint_byte into find_free_extent_ctlNaohiro Aota2020-03-231-5/+9
* btrfs: introduce extent allocation policyNaohiro Aota2020-03-231-0/+8
* btrfs: change full_search to bool in find_free_extent_update_loopNaohiro Aota2020-03-231-1/+1
* btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba2020-03-231-4/+3
* btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov2020-03-231-44/+0
* btrfs: handle logged extent failure properlyJosef Bacik2020-03-231-1/+1
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-23/+8
* btrfs: Mark pinned log extents as excludedNikolay Borisov2020-03-231-0/+8
* btrfs: Make pin_down_extent take transaction handleNikolay Borisov2020-03-231-5/+6
* btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov2020-03-231-2/+2
* btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov2020-03-231-3/+5
* btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov2020-03-231-11/+6
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-03-231-5/+5
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: handle logged extent failure properlyJosef Bacik2020-02-191-0/+2
* btrfs: calculate discard delay based on number of extentsDennis Zhou2020-01-201-1/+3
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-0/+4
* btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou2020-01-201-1/+1
* btrfs: remove struct find_free_extent.ram_bytesOmar Sandoval2020-01-201-2/+0
* btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov2020-01-201-19/+11
* btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extentNikolay Borisov2020-01-201-9/+15
* btrfs: Don't discard unwritten extentsNikolay Borisov2020-01-201-2/+0
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-131-3/+4
* btrfs: handle error in btrfs_cache_block_groupJosef Bacik2019-12-131-2/+18
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-34/+33
* btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2019-11-181-10/+31
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-14/+14
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-2/+1
* btrfs: User assert to document transaction requirementNikolay Borisov2019-11-181-3/+2
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-181-1/+1
* btrfs: refactor the ticket wakeup codeJosef Bacik2019-09-091-2/+2
* btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik2019-09-091-9/+0
* btrfs: move math functions to misc.hDavid Sterba2019-09-091-1/+0
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: improve comments around nocow pathNikolay Borisov2019-09-091-0/+3
* btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo2019-09-091-1/+1
* btrfs: migrate the block group cleanup codeJosef Bacik2019-09-091-128/+0
* btrfs: migrate the alloc_profile helpersJosef Bacik2019-09-091-121/+1
* btrfs: migrate the chunk allocation codeJosef Bacik2019-09-091-244/+0