summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-12-05btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2018-12-05btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2018-12-05btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-12-05btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2018-12-05btrfs: tree-checker: Verify block_group_itemQu Wenruo3-1/+103
2018-12-05btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2018-12-05btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2018-12-05btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141
2018-12-05btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2018-12-05btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2018-12-05btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-282/+340
2018-12-05btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2018-12-05btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2018-12-05btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2018-12-05btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2018-12-05btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-12-05btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-21Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana1-0/+2
2018-11-21Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2018-11-21btrfs: fix pinned underflow after transaction abortedLu Fengqi1-1/+11
2018-11-13Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana1-0/+30
2018-11-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-11-13Btrfs: fix use-after-free during inode evictionFilipe Manana1-1/+3
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik2-2/+12
2018-11-13btrfs: don't run delayed_iputs in commitJosef Bacik1-9/+0
2018-11-13btrfs: only free reserved extent if we didn't insert itJosef Bacik1-1/+9
2018-11-13btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik1-2/+5
2018-11-13btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-11-13Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana1-1/+2
2018-11-13Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-11-13btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-11-13Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-13btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-11-13btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik1-0/+8
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2-13/+8
2018-11-13btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo1-11/+38
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney1-3/+6
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+13
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2-7/+13
2018-11-13btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2-0/+6
2018-11-04btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo1-1/+3
2018-10-10btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain1-1/+6
2018-09-19Btrfs: fix data corruption when deduplicating between different filesFilipe Manana1-0/+19
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1