summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: remove useless WARN_ON in record_root_in_transJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: do not special case the extent root for switch commit rootsJosef Bacik
2022-01-03btrfs: remove trans_handle->rootJosef Bacik
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik
2022-01-03btrfs: rework async transaction committingJosef Bacik
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2022-01-03btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-07-07btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana
2021-06-22btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota
2021-06-21btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba
2021-06-21btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana
2021-04-19btrfs: handle btrfs_update_reloc_root failure in commit_fs_rootsJosef Bacik
2021-04-19btrfs: return an error from btrfs_record_root_in_transJosef Bacik
2021-04-19btrfs: handle record_root_in_trans failure in create_pending_snapshotJosef Bacik
2021-04-19btrfs: handle record_root_in_trans failure in btrfs_record_root_in_transJosef Bacik
2021-04-19btrfs: handle record_root_in_trans failure in qgroup_account_snapshotJosef Bacik
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in start_transactionJosef Bacik
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana
2021-02-08btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik
2021-02-08btrfs: stop running all delayed refs during snapshotJosef Bacik
2021-02-08btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik
2021-02-08btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-02-08btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-01-12btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik