summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval2020-03-121-1/+3
* Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-281-5/+5
* btrfs: don't set path->leave_spinning for truncateJosef Bacik2020-02-281-2/+0
* Btrfs: fix race between shrinking truncate and fiemapFilipe Manana2020-02-281-0/+8
* Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-281-1/+6
* btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-281-1/+0
* btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-281-0/+1
* btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-281-3/+13
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-284-0/+17
* btrfs: handle logged extent failure properlyJosef Bacik2020-02-281-0/+2
* btrfs: do not do delalloc reservation under page lockJosef Bacik2020-02-241-16/+60
* btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov2020-02-241-4/+38
* btrfs: separate definition of assertion failure handlersDavid Sterba2020-02-241-8/+12
* btrfs: device stats, log when stats are zeroedAnand Jain2020-02-241-0/+2
* btrfs: safely advance counter when looking up bio csumsDavid Sterba2020-02-241-1/+2
* btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn2020-02-241-2/+1
* Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2020-02-241-17/+44
* btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba2020-02-191-0/+2
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-191-0/+1
* btrfs: ref-verify: fix memory leaksWenwen Wang2020-02-191-0/+5
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-191-0/+11
* btrfs: free block groups after free'ing fs treesJosef Bacik2020-02-111-2/+9
* btrfs: use bool argument in free_root_pointers()Anand Jain2020-02-111-5/+5
* btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-02-112-14/+27
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-02-111-1/+10
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-115-16/+8
* btrfs: drop log root for dropped rootsJosef Bacik2020-02-111-10/+12
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-02-111-0/+8
* Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana2020-02-111-0/+44
* Btrfs: make deduplication with range including the last block workFilipe Manana2020-02-111-1/+2
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-02-111-288/+100
* btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov2020-02-111-3/+14
* btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik2020-02-111-2/+10
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* Btrfs: always copy scrub arguments back to user spaceFilipe Manana2020-01-231-1/+13
* btrfs: check rw_devices, not num_devices for balanceJosef Bacik2020-01-231-1/+5
* btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-231-1/+5
* btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo2020-01-231-5/+46
* btrfs: do not delete mismatched root refsJosef Bacik2020-01-231-4/+6
* btrfs: fix invalid removal of root refJosef Bacik2020-01-231-8/+19
* btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-231-26/+20
* btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues2020-01-171-2/+3
* Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana2020-01-121-11/+5
* btrfs: handle error in btrfs_cache_block_groupJosef Bacik2020-01-121-2/+18
* Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana2020-01-121-2/+2
* btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2020-01-121-2/+2
* Btrfs: only associate the locked page with one async_chunk structChris Mason2020-01-092-5/+22
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2020-01-0912-145/+50
* Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana2020-01-091-3/+3
* btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval2019-12-311-2/+1