aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-01-07btrfs: add inode to truncate controlJosef Bacik
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik
2022-01-07btrfs: control extent reference updates with a control flag for truncateJosef Bacik
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik
2022-01-07btrfs: add truncate control structJosef Bacik
2022-01-07btrfs: remove found_extent from btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik
2022-01-07btrfs: remove free space cache inode check in btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik
2022-01-07btrfs: add an inode-item.hJosef Bacik
2022-01-07btrfs: remove stale comment about locking at btrfs_search_slot()Filipe Manana
2022-01-07btrfs: remove BUG_ON() after splitting leafFilipe Manana
2022-01-07btrfs: move leaf search logic out of btrfs_search_slot()Filipe Manana
2022-01-07btrfs: remove useless condition check before splitting leafFilipe Manana
2022-01-07btrfs: try to unlock parent nodes earlier when inserting a keyFilipe Manana
2022-01-07btrfs: allow generic_bin_search() to take low boundary as an argumentFilipe Manana
2022-01-07btrfs: check the root node for uptodate before returning itJosef Bacik
2022-01-07btrfs: allow device add if balance is pausedNikolay Borisov
2022-01-07btrfs: make device add compatible with paused balance in btrfs_exclop_start_t...Nikolay Borisov
2022-01-07btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov
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