aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: change name and type of private member of btrfs_free_space_ctlNikolay Borisov
2022-01-03btrfs: make __btrfs_add_free_space take just block group referenceNikolay Borisov
2022-01-03btrfs: consolidate unlink_free_space/__unlink_free_space functionsNikolay Borisov
2022-01-03btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bitsNikolay Borisov
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik
2022-01-03btrfs: remove useless WARN_ON in record_root_in_transJosef Bacik
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik
2022-01-03btrfs: fix csum assert to check objectid of the rootJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: init root block_rsv at init root timeJosef Bacik
2022-01-03btrfs: don't use the extent_root in flush_spaceJosef Bacik
2022-01-03btrfs: don't use extent_root in iterate_extent_inodesJosef Bacik
2022-01-03btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_itemJosef Bacik
2022-01-03btrfs: remove unnecessary extent root check in btrfs_defrag_leavesJosef Bacik
2022-01-03btrfs: do not special case the extent root for switch commit rootsJosef Bacik
2022-01-03btrfs: use chunk_root in find_free_extent_update_loopJosef Bacik
2022-01-03btrfs: make remove_extent_backref pass the rootJosef Bacik
2022-01-03btrfs: add a btrfs_block_group_root() helperJosef Bacik
2022-01-03btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik
2022-01-03btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik
2022-01-03btrfs: remove SANITY_TESTS check form find_parent_nodesJosef Bacik
2022-01-03btrfs: move comment in find_parent_nodes()Josef Bacik
2022-01-03btrfs: pass the root to add_keyed_refsJosef Bacik
2022-01-03btrfs: remove trans_handle->rootJosef Bacik
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik
2022-01-03btrfs: rework async transaction committingJosef Bacik
2022-01-03btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik
2022-01-03btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov
2022-01-03btrfs: don't check stripe length if the profile is not stripe basedQu Wenruo
2022-01-03btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov
2022-01-03btrfs: add self test for bytes_index free space cacheJosef Bacik
2022-01-03btrfs: index free space entries on sizeJosef Bacik
2022-01-03btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik
2022-01-03btrfs: remove unnecessary @nr_written parametersQu Wenruo
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2022-01-03btrfs: get rid of root->orphan_cleanup_stateJosef Bacik
2022-01-03btrfs: remove global rsv stealing logic for orphan cleanupJosef Bacik
2022-01-03btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik
2022-01-03btrfs: check ticket->steal in steal_from_global_block_rsvJosef Bacik
2022-01-03btrfs: check for priority ticket granting before flushingJosef Bacik
2022-01-03btrfs: handle priority ticket failures in their respective helpersJosef Bacik
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota
2022-01-03btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue
2022-01-03btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana
2022-01-03btrfs: consolidate device_list_mutex in prepare_sprout to its parentAnand Jain
2022-01-03btrfs: switch seeding_dev in init_new_device to boolAnand Jain
2022-01-03btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval