summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-31Merge 4.9.180 into android-4.9Greg Kroah-Hartman139-358/+821
2019-05-31Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba1-19/+6
2019-05-31btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2019-05-31Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-05-31Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana1-3/+1
2019-05-27Merge 4.9.179 into android-4.9Greg Kroah-Hartman45-173/+499
2019-05-25btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov1-6/+19
2019-05-21Merge 4.9.178 into android-4.9Greg Kroah-Hartman47-181/+377
2019-05-21Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana1-6/+12
2019-04-17Merge 4.9.169 into android-4.9Greg Kroah-Hartman84-294/+1141
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana1-0/+10
2019-04-03Merge 4.9.167 into android-4.9Greg Kroah-Hartman63-250/+420
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-23Merge 4.9.165 into android-4.9Greg Kroah-Hartman122-432/+918
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-02-23Merge 4.9.160 into android-4.9Greg Kroah-Hartman25-65/+122
2019-02-23btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo1-16/+12
2019-01-31Merge 4.9.154 into android-4.9Greg Kroah-Hartman52-120/+396
2019-01-31btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain1-0/+2
2019-01-31btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney1-2/+5
2019-01-23Merge 4.9.152 into android-4.9Greg Kroah-Hartman44-170/+367
2019-01-23btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2018-12-17Merge 4.9.146 into android-4.9Greg Kroah-Hartman49-215/+417
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko1-3/+8
2018-12-08Merge 4.9.144 into android-4.9Greg Kroah-Hartman86-689/+1727
2018-12-08btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2018-12-08btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2018-12-08btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-12-08btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2018-12-08btrfs: tree-checker: Verify block_group_itemQu Wenruo3-1/+103
2018-12-08btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2018-12-08btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2018-12-08btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141
2018-12-08btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2018-12-08btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2018-12-08btrfs: struct-funcs, constify readersJeff Mahoney4-89/+91
2018-12-08btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-281/+340
2018-12-08btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2018-12-08btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2-0/+104
2018-12-08btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2018-12-08btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2018-12-08btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-12-08btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2018-12-08Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-12-05Merge 4.9.143 into android-4.9Greg Kroah-Hartman40-318/+423
2018-12-05btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
[next]