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