summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-171-3/+3
* btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-171-1/+1
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-04-031-1/+2
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9
* Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-04-031-0/+13
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-03-231-0/+9
* btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain2019-01-311-0/+2
* btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney2019-01-311-2/+5
* btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2019-01-261-1/+6
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-231-0/+8
* Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-231-3/+0
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2019-01-093-0/+39
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-12-171-3/+8
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-081-9/+1
* btrfs: tree-checker: Don't check max block group size as current max chunk size limit is unreliableQu Wenruo2018-12-081-5/+3
* btrfs: release metadata before running delayed refsJosef Bacik2018-12-051-3/+3
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-12-051-0/+1
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-051-0/+1
* btrfs: tree-checker: Fix misleading group system informationShaokun Zhang2018-12-051-1/+1
* btrfs: tree-checker: Check level for leaves and nodesQu Wenruo2018-12-051-0/+14
* btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo2018-12-051-1/+27
* btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo2018-12-051-1/+14
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2018-12-053-1/+103
* btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba2018-12-051-1/+2
* btrfs: tree-checker: use %zu format string for size_tArnd Bergmann2018-12-051-1/+1
* btrfs: tree-checker: Add checker for dir itemQu Wenruo2018-12-051-0/+141
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2018-12-053-8/+43
* btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo2018-12-051-7/+61
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2018-12-054-282/+340
* btrfs: Add checker for EXTENT_CSUMQu Wenruo2018-12-051-0/+24
* btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2018-12-051-0/+103
* btrfs: Check if item pointer overlaps with the item itselfQu Wenruo2018-12-051-0/+7
* btrfs: Refactor check_leaf function for later expansionQu Wenruo2018-12-051-23/+27
* btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo2018-12-051-1/+57
* btrfs: validate type when reading a chunkGu Jinxiang2018-12-051-0/+28
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana2018-11-211-0/+2
* Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-211-3/+2
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-211-1/+11
* Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana2018-11-131-0/+30
* Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-11-131-0/+2
* Btrfs: fix use-after-free during inode evictionFilipe Manana2018-11-131-1/+3
* btrfs: move the dio_sem higher up the callchainJosef Bacik2018-11-132-2/+12
* btrfs: don't run delayed_iputs in commitJosef Bacik2018-11-131-9/+0
* btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-11-131-1/+9
* btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-11-131-2/+5
* btrfs: set max_extent_size properlyJosef Bacik2018-11-131-10/+20