summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-02-28btrfs: device stats, log when stats are zeroedAnand Jain
2020-02-28btrfs: safely advance counter when looking up bio csumsDavid Sterba
2020-02-28btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba
2020-02-28Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-14btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-02-14Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-14btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
2020-02-14btrfs: free block groups after free'ing fs treesJosef Bacik
2020-02-14btrfs: use bool argument in free_root_pointers()Anand Jain
2020-02-14Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana
2020-02-14Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2020-02-14btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2020-02-14btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-01-27btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval
2020-01-27Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana
2020-01-27Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana
2020-01-27Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-01-17btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
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: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2019-12-31btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-12-05btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann
2019-12-01btrfs: handle error of get_old_rootNikolay Borisov
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-17btrfs: fix incorrect updating of log root treeJosef Bacik
2019-10-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-10-05btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi