summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: change test_range_bit to scan the whole rangeDavid Sterba2023-10-125-22/+22
| * | btrfs: add specific helper for range bit test existsDavid Sterba2023-10-125-10/+40
| * | btrfs: move btrfs_realloc_node() from ctree.c into defrag.cFilipe Manana2023-10-123-116/+105
| * | btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()Filipe Manana2023-10-122-37/+38
| * | btrfs: rename and export __btrfs_cow_block()Filipe Manana2023-10-122-15/+22
| * | btrfs: use round_down() to align block offset at btrfs_cow_block()Filipe Manana2023-10-121-1/+1
| * | btrfs: remove noinline attribute from btrfs_cow_block()Filipe Manana2023-10-121-1/+1
| * | btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain2023-10-122-157/+6
| * | btrfs: reject devices with CHANGING_FSID_V2Anand Jain2023-10-122-10/+7
| * | btrfs: relocation: constify parameters where possibleDavid Sterba2023-10-122-32/+33
| * | btrfs: relocation: return bool from btrfs_should_ignore_reloc_rootDavid Sterba2023-10-122-11/+10
| * | btrfs: switch btrfs_backref_cache::is_reloc to boolDavid Sterba2023-10-123-4/+4
| * | btrfs: relocation: open code mapping_tree_initDavid Sterba2023-10-121-8/+2
| * | btrfs: relocation: switch bitfields to bool in reloc_controlDavid Sterba2023-10-121-9/+9
| * | btrfs: relocation: use enum for stagesDavid Sterba2023-10-121-7/+9
| * | btrfs: relocation: use more natural types for tree_block bitfieldsDavid Sterba2023-10-121-4/+4
| * | btrfs: move btrfs_defrag_root() to defrag.{c,h}Filipe Manana2023-10-124-43/+42
| * | btrfs: remove redundant root argument from fixup_inode_link_count()Filipe Manana2023-10-121-11/+9
| * | btrfs: remove redundant root argument from maybe_insert_hole()Filipe Manana2023-10-121-4/+3
| * | btrfs: remove redundant root argument from btrfs_delayed_update_inode()Filipe Manana2023-10-123-3/+2
| * | btrfs: remove redundant root argument from btrfs_update_inode_item()Filipe Manana2023-10-121-5/+4
| * | btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-1210-44/+41
| * | btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana2023-10-123-8/+8
| * | btrfs: remove noinline from btrfs_update_inode()Filipe Manana2023-10-121-3/+3
| * | btrfs: simplify error check condition at btrfs_dirty_inode()Filipe Manana2023-10-121-1/+1
| * | btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsBoris Burkov2023-10-122-9/+7
| * | btrfs: track data relocation with simple quotaBoris Burkov2023-10-123-6/+59
| * | btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov2023-10-125-13/+23
| * | btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov2023-10-125-6/+31
| * | btrfs: qgroup: simple quota auto hierarchy for nested subvolumesBoris Burkov2023-10-124-12/+67
| * | btrfs: record simple quota deltas in delayed refsBoris Burkov2023-10-123-8/+82
| * | btrfs: add helper for inline owner ref lookupBoris Burkov2023-10-122-0/+50
| * | btrfs: new inline ref storing owning subvol of data extentsBoris Burkov2023-10-126-11/+72
| * | btrfs: track original extent owner in head_refBoris Burkov2023-10-122-4/+22
| * | btrfs: track owning root in btrfs_refBoris Burkov2023-10-126-25/+42
| * | btrfs: rename tree_ref and data_ref owning_rootBoris Burkov2023-10-124-18/+18
| * | btrfs: add helper for recording simple quota deltasBoris Burkov2023-10-122-0/+61
| * | btrfs: create qgroup earlier in snapshot creationBoris Burkov2023-10-122-0/+9
| * | btrfs: qgroup: flush reservations during quota disableBoris Burkov2023-10-121-3/+44
| * | btrfs: sysfs: add simple_quota incompat feature entryBoris Burkov2023-10-121-0/+2
| * | btrfs: sysfs: expose quota mode via sysfsBoris Burkov2023-10-121-0/+28
| * | btrfs: qgroup: add new quota mode for simple quotasBoris Burkov2023-10-127-44/+104
| * | btrfs: qgroup: introduce quota modeBoris Burkov2023-10-122-0/+13
| * | btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba2023-10-128-42/+44
| * | btrfs: add raid stripe tree to features enabled with debug configJohannes Thumshirn2023-10-121-0/+1
| * | btrfs: tree-checker: add support for raid stripe treeJohannes Thumshirn2023-10-121-0/+42
| * | btrfs: tracepoints: add events for raid stripe treeJohannes Thumshirn2023-10-121-0/+8
| * | btrfs: sysfs: announce presence of raid-stripe-treeJohannes Thumshirn2023-10-121-0/+3
| * | btrfs: add raid stripe tree pretty printerJohannes Thumshirn2023-10-121-0/+23
| * | btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn2023-10-123-5/+135