summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-01btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2-13/+8
2018-11-27btrfs: fix pinned underflow after transaction abortedLu Fengqi1-4/+15
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-21btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-11-21Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-11-21btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-11-21Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-11-21btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-21btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-11-21btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-21btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-21btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-21btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+14
2018-11-21btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2-7/+13
2018-11-10btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney3-11/+22
2018-09-15btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-15btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo1-11/+12
2018-09-15btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro1-0/+6
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-08-06btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo1-0/+19
2018-08-06btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba1-2/+8
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-1/+1
2018-07-03Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-3/+30