summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-12-21btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-12-21btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-12-05btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2019-11-28btrfs: handle error of get_old_rootNikolay Borisov
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-21Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-07-10btrfs: start readahead also in seed devicesNaohiro Aota
2019-07-10Btrfs: fix race between readahead and device replace/removalFilipe Manana
2019-06-11Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-06-11btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2019-06-11Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-06-11btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov
2019-06-11Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana
2019-04-03btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi
2019-04-03btrfs: remove WARN_ON in log_dir_itemsJosef Bacik
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana
2019-03-23btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn
2019-01-26btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-16btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2019-01-16btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2019-01-16btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2019-01-16btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2019-01-16btrfs: validate type when reading a chunkGu Jinxiang
2019-01-16btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2019-01-16btrfs: tree-checker: Verify block_group_itemQu Wenruo
2019-01-16btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2019-01-16btrfs: tree-checker: use %zu format string for size_tArnd Bergmann
2019-01-16btrfs: tree-checker: Add checker for dir itemQu Wenruo
2019-01-16btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2019-01-16btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo
2019-01-16btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2019-01-16btrfs: Add checker for EXTENT_CSUMQu Wenruo
2019-01-16btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2019-01-16btrfs: Check if item pointer overlaps with the item itselfQu Wenruo
2019-01-16btrfs: Refactor check_leaf function for later expansionQu Wenruo
2019-01-16btrfs: struct-funcs, constify readersJeff Mahoney
2019-01-16Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2019-01-16Btrfs: memset to avoid stale content in btree leafLiu Bo
2019-01-16Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo
2019-01-16Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo
2019-01-16Btrfs: memset to avoid stale content in btree node blockLiu Bo
2019-01-16Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2019-01-16Btrfs: check btree node's nritemsLiu Bo
2019-01-16Btrfs: detect corruption when non-root leaf has zero itemLiu Bo