summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana
2021-03-16btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-03-16btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-16btrfs: subpage: make readahead work properlyQu Wenruo
2021-03-16btrfs: subpage: fix wild pointer access during metadata read failureQu Wenruo
2021-03-15btrfs: zoned: fix linked list corruption after log root tree allocation failureFilipe Manana
2021-03-15btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo
2021-03-15btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo
2021-03-15btrfs: fix wrong offset to zero out range beyond i_sizeQu Wenruo
2021-03-04btrfs: zoned: do not account freed region of read-only block group as zone_un...Naohiro Aota
2021-03-04btrfs: zoned: use sector_t for zone sectorsNaohiro Aota
2021-03-02btrfs: subpage: fix the false data csum mismatch errorQu Wenruo
2021-03-02btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-03-02btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-03-02btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-03-02btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-02btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-02btrfs: ref-verify: use 'inline void' keyword orderingRandy Dunlap
2021-02-22btrfs: zoned: fix deadlock on log syncJohannes Thumshirn
2021-02-22btrfs: avoid double put of block group when emptying clusterJosef Bacik
2021-02-22btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana
2021-02-22btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-02-22btrfs: fix race between swap file activation and snapshot creationFilipe Manana
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-22btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana
2021-02-22btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo
2021-02-22btrfs: fix raid6 qstripe kmapIra Weiny
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota
2021-02-09btrfs: zoned: deal with holes writing out tree-log pagesNaohiro Aota
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: serialize log transaction on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable relocation on a zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: support dev-replace in zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: implement copying for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: wait for existing extents before truncatingNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: introduce dedicated data write path for zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: enable zone append writing for direct IONaohiro Aota
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn