summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-02-24btrfs: do not do delalloc reservation under page lockJosef Bacik
2020-02-24btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-02-24btrfs: separate definition of assertion failure handlersDavid Sterba
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain
2020-02-24btrfs: safely advance counter when looking up bio csumsDavid Sterba
2020-02-24btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn
2020-02-24Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason
2020-02-19btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-19btrfs: print message when tree-log replay startsDavid Sterba
2020-02-19btrfs: ref-verify: fix memory leaksWenwen Wang
2020-02-19Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-11btrfs: free block groups after free'ing fs treesJosef Bacik
2020-02-11btrfs: use bool argument in free_root_pointers()Anand Jain
2020-02-11btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-11btrfs: drop log root for dropped rootsJosef Bacik
2020-02-11btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-02-11Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana
2020-02-11Btrfs: make deduplication with range including the last block workFilipe Manana
2020-02-11Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana
2020-02-11btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov
2020-02-11btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-01-23Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2020-01-23btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-01-23btrfs: relocation: fix reloc_root lifespan and accessQu Wenruo
2020-01-23btrfs: do not delete mismatched root refsJosef Bacik
2020-01-23btrfs: fix invalid removal of root refJosef Bacik
2020-01-23btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-01-17btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2020-01-12Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana
2020-01-12btrfs: handle error in btrfs_cache_block_groupJosef Bacik
2020-01-12Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana
2020-01-12btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov
2020-01-09Btrfs: only associate the locked page with one async_chunk structChris Mason
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2020-01-09Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2019-12-31btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval
2019-12-31btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval
2019-12-31btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-12-31btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-31btrfs: send: remove WARN_ON for readonly mountAnand Jain
2019-12-31Btrfs: fix missing data checksums after replaying a log treeFilipe Manana