summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
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-02-23btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo
2019-01-31btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain
2019-01-31btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney
2019-01-23btrfs: wait on ordered extents on abort cleanupJosef Bacik
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko
2018-12-12Merge tag 'v4.9.144' into 4.9-2.3.x-imxMarcel Ziswiler
2018-12-08btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2018-12-08btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2018-12-08btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2018-12-08btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2018-12-08btrfs: tree-checker: Verify block_group_itemQu Wenruo
2018-12-08btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2018-12-08btrfs: tree-checker: use %zu format string for size_tArnd Bergmann
2018-12-08btrfs: tree-checker: Add checker for dir itemQu Wenruo
2018-12-08btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2018-12-08btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo
2018-12-08btrfs: struct-funcs, constify readersJeff Mahoney
2018-12-08btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2018-12-08btrfs: Add checker for EXTENT_CSUMQu Wenruo
2018-12-08btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2018-12-08btrfs: Check if item pointer overlaps with the item itselfQu Wenruo
2018-12-08btrfs: Refactor check_leaf function for later expansionQu Wenruo
2018-12-08btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2018-12-08btrfs: validate type when reading a chunkGu Jinxiang
2018-12-08Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-12-05btrfs: release metadata before running delayed refsJosef Bacik
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-11-27btrfs: fix pinned underflow after transaction abortedLu Fengqi
2018-11-27btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-11-27btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-21Btrfs: fix cur_offset in the error case for nocowRobbie Ko
2018-11-13btrfs: set max_extent_size properlyJosef Bacik
2018-11-13Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana
2018-11-13btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik
2018-11-13btrfs: reset max_extent_size on clear in a bitmapJosef Bacik
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-11-10Btrfs: incremental send, fix invalid memory accessFilipe Manana
2018-11-10Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo