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