summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...Nikolay Borisov2022-01-071-1/+4
* | btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov2022-01-073-2/+36
* | btrfs: make send work with concurrent block group relocationFilipe Manana2022-01-077-104/+395
* | btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov2022-01-032-7/+7
* | btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov2022-01-032-19/+12
* | btrfs: consolidate unlink_free_space/__unlink_free_space functionsNikolay Borisov2022-01-031-25/+15
* | btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsNikolay Borisov2022-01-031-24/+13
* | btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-039-80/+263
* | btrfs: remove useless WARN_ON in record_root_in_transJosef Bacik2022-01-031-1/+0
* | btrfs: stop accessing ->free_space_root directlyJosef Bacik2022-01-034-20/+26
* | btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-0310-27/+60
* | btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik2022-01-035-4/+13
* | btrfs: fix csum assert to check objectid of the rootJosef Bacik2022-01-031-1/+1
* | btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-0316-44/+77
* | btrfs: init root block_rsv at init root timeJosef Bacik2022-01-033-23/+32
* | btrfs: don't use the extent_root in flush_spaceJosef Bacik2022-01-031-1/+1
* | btrfs: don't use extent_root in iterate_extent_inodesJosef Bacik2022-01-031-1/+1
* | btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_itemJosef Bacik2022-01-031-2/+1
* | btrfs: remove unnecessary extent root check in btrfs_defrag_leavesJosef Bacik2022-01-031-8/+0
* | btrfs: do not special case the extent root for switch commit rootsJosef Bacik2022-01-031-6/+2
* | btrfs: use chunk_root in find_free_extent_update_loopJosef Bacik2022-01-031-1/+1
* | btrfs: make remove_extent_backref pass the rootJosef Bacik2022-01-031-8/+10
* | btrfs: add a btrfs_block_group_root() helperJosef Bacik2022-01-032-9/+15
* | btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-031-3/+11
* | btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-031-1/+6
* | btrfs: remove SANITY_TESTS check form find_parent_nodesJosef Bacik2022-01-031-4/+0
* | btrfs: move comment in find_parent_nodes()Josef Bacik2022-01-031-7/+4
* | btrfs: pass the root to add_keyed_refsJosef Bacik2022-01-031-4/+5
* | btrfs: remove trans_handle->rootJosef Bacik2022-01-032-2/+0
* | btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik2022-01-032-3/+3
* | btrfs: rework async transaction committingJosef Bacik2022-01-035-61/+18
* | btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik2022-01-032-2/+0
* | btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov2022-01-031-7/+4
* | btrfs: don't check stripe length if the profile is not stripe basedQu Wenruo2022-01-031-1/+6
* | btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov2022-01-031-5/+4
* | btrfs: add self test for bytes_index free space cacheJosef Bacik2022-01-031-0/+181
* | btrfs: index free space entries on sizeJosef Bacik2022-01-032-44/+139
* | btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik2022-01-031-1/+25
* | btrfs: remove unnecessary @nr_written parametersQu Wenruo2022-01-031-16/+11
* | btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik2022-01-0313-30/+30
* | btrfs: get rid of root->orphan_cleanup_stateJosef Bacik2022-01-033-11/+3
* | btrfs: remove global rsv stealing logic for orphan cleanupJosef Bacik2022-01-031-7/+0
* | btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik2022-01-032-12/+19
* | btrfs: check ticket->steal in steal_from_global_block_rsvJosef Bacik2022-01-031-2/+4
* | btrfs: check for priority ticket granting before flushingJosef Bacik2022-01-031-1/+14
* | btrfs: handle priority ticket failures in their respective helpersJosef Bacik2022-01-031-25/+21
* | btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-035-13/+87
* | btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue2022-01-031-3/+2
* | btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana2022-01-031-34/+42
* | btrfs: consolidate device_list_mutex in prepare_sprout to its parentAnand Jain2022-01-031-18/+51