summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-05-22Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-04-28btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-04-28btrfs: do not delete mismatched root refsJosef Bacik
2020-04-28btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi
2020-04-28Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2020-04-28btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2020-04-28btrfs: skip log replay on orphaned rootsJosef Bacik
2020-04-28btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-04-28btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2020-04-28Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2020-04-28btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-04-28btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn
2020-04-28btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2020-04-28btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2020-04-28btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2020-04-28btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2020-04-28btrfs: validate type when reading a chunkGu Jinxiang
2020-04-28btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2020-04-28btrfs: tree-checker: Verify block_group_itemQu Wenruo
2020-04-28btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2020-04-28btrfs: tree-checker: use %zu format string for size_tArnd Bergmann
2020-04-28btrfs: tree-checker: Add checker for dir itemQu Wenruo
2020-04-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2020-04-28btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo
2020-04-28btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2020-04-28btrfs: Add checker for EXTENT_CSUMQu Wenruo
2020-04-28btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2020-04-28btrfs: Check if item pointer overlaps with the item itselfQu Wenruo
2020-04-28btrfs: Refactor check_leaf function for later expansionQu Wenruo
2020-04-28btrfs: struct-funcs, constify readersJeff Mahoney
2020-04-28Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2020-04-28Btrfs: memset to avoid stale content in btree leafLiu Bo
2020-04-28Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo
2020-04-28Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo
2020-04-28Btrfs: memset to avoid stale content in btree node blockLiu Bo
2020-04-28Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2020-04-28Btrfs: check btree node's nritemsLiu Bo
2020-04-28Btrfs: detect corruption when non-root leaf has zero itemLiu Bo
2020-04-28Btrfs: fix em leak in find_first_block_groupJosef Bacik
2020-04-28Btrfs: check inconsistence between chunk and block groupLiu Bo
2020-04-28Btrfs: add validadtion checks for chunk loadingLiu Bo
2020-04-28btrfs: Enhance chunk validation checkQu Wenruo
2020-04-28btrfs: handle invalid num_stripes in sys_arrayDavid Sterba
2020-04-28btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2020-04-28btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba
2020-04-28btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba
2020-04-28btrfs: kill extent_buffer_page helperDavid Sterba
2020-04-28btrfs: new define for the inline extent data startDavid Sterba
2020-04-28Btrfs: fix wrong max inline data size limitWang Shilong
2020-02-11btrfs: check page->mapping when loading free space cacheJosef Bacik