summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov3-10/+26
2019-07-10btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-07-10Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
2019-06-11Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-06-11btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2019-06-11Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-06-11btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov1-6/+19
2019-06-11Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana1-6/+12
2019-04-03btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi1-1/+2
2019-04-03btrfs: remove WARN_ON in log_dir_itemsJosef Bacik1-2/+9
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-03-23btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn1-2/+2
2019-01-26btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-17btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2019-01-17btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2019-01-17btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2019-01-17btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2019-01-17btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2019-01-17btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2019-01-17btrfs: tree-checker: Verify block_group_itemQu Wenruo4-1/+104
2019-01-17btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2019-01-17btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2019-01-17btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141
2019-01-17btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2019-01-17btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2019-01-17btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-281/+340
2019-01-17btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2019-01-17btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2-0/+104
2019-01-17btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2019-01-17btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2019-01-17btrfs: struct-funcs, constify readersJeff Mahoney4-89/+91
2019-01-17Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2019-01-17Btrfs: memset to avoid stale content in btree leafLiu Bo3-19/+28
2019-01-17Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2019-01-17Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2019-01-17Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2019-01-17Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2019-01-17Btrfs: check btree node's nritemsLiu Bo1-0/+16
2019-01-17Btrfs: detect corruption when non-root leaf has zero itemLiu Bo1-1/+22
2019-01-17Btrfs: fix em leak in find_first_block_groupJosef Bacik1-0/+1
2019-01-17Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2019-01-17Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2019-01-17btrfs: Enhance chunk validation checkQu Wenruo1-1/+32
2019-01-17btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney6-17/+25
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko1-3/+8
2018-12-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-12-13btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-12-13btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-12-13Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1