summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-261-0/+8
* btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2019-01-161-1/+1
* btrfs: tree-checker: Check level for leaves and nodesQu Wenruo2019-01-161-0/+14
* btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2019-01-161-1/+57
* btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2019-01-161-1/+27
* btrfs: validate type when reading a chunkGu Jinxiang2019-01-161-0/+28
* btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo2019-01-161-1/+14
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2019-01-164-1/+104
* btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba2019-01-161-1/+2
* btrfs: tree-checker: use %zu format string for size_tArnd Bergmann2019-01-161-1/+1
* btrfs: tree-checker: Add checker for dir itemQu Wenruo2019-01-161-0/+141
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2019-01-163-8/+43
* btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo2019-01-161-7/+61
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2019-01-164-281/+340
* btrfs: Add checker for EXTENT_CSUMQu Wenruo2019-01-161-0/+24
* btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2019-01-162-0/+104
* btrfs: Check if item pointer overlaps with the item itselfQu Wenruo2019-01-161-0/+7
* btrfs: Refactor check_leaf function for later expansionQu Wenruo2019-01-161-23/+27
* btrfs: struct-funcs, constify readersJeff Mahoney2019-01-164-89/+91
* Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2019-01-161-1/+12
* Btrfs: memset to avoid stale content in btree leafLiu Bo2019-01-163-19/+28
* Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo2019-01-161-1/+7
* Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo2019-01-161-4/+28
* Btrfs: memset to avoid stale content in btree node blockLiu Bo2019-01-161-0/+11
* Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2019-01-161-3/+7
* Btrfs: check btree node's nritemsLiu Bo2019-01-161-0/+16
* Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2019-01-161-1/+22
* Btrfs: fix em leak in find_first_block_groupJosef Bacik2019-01-161-0/+1
* Btrfs: check inconsistence between chunk and block groupLiu Bo2019-01-161-1/+16
* Btrfs: add validadtion checks for chunk loadingLiu Bo2019-01-161-15/+67
* btrfs: Enhance chunk validation checkQu Wenruo2019-01-161-1/+32
* btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2019-01-166-17/+25
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-12-171-3/+8
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-12-131-0/+2
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-131-9/+1
* btrfs: release metadata before running delayed refsJosef Bacik2018-12-131-3/+3
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-131-0/+1
* btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2018-12-012-13/+8
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-271-4/+15
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* btrfs: set max_extent_size properlyJosef Bacik2018-11-211-10/+20
* Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-11-211-0/+1
* btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo2018-11-211-0/+1
* Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana2018-11-211-3/+27
* btrfs: make sure we create all new block groupsJosef Bacik2018-11-211-2/+5
* btrfs: reset max_extent_size on clear in a bitmapJosef Bacik2018-11-211-0/+2
* btrfs: wait on caching when putting the bg cacheJosef Bacik2018-11-211-0/+1
* btrfs: don't attempt to trim devices that don't support itJeff Mahoney2018-11-211-0/+4