summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba2022-07-151-49/+63
* btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler2022-05-161-63/+49
* btrfs: use a read/write lock for protecting the block groups treeFilipe Manana2022-05-161-2/+2
* btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik2022-03-141-2/+2
* btrfs: add support for multiple global rootsJosef Bacik2022-03-141-0/+15
* btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval2022-03-021-1/+31
* btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-021-1/+32
* btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana2022-02-091-2/+10
* btrfs: fix use-after-free after failure to create a snapshotFilipe Manana2022-01-311-0/+24
* btrfs: make send work with concurrent block group relocationFilipe Manana2022-01-071-0/+4
* btrfs: remove useless WARN_ON in record_root_in_transJosef Bacik2022-01-031-1/+0
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-1/+1
* btrfs: do not special case the extent root for switch commit rootsJosef Bacik2022-01-031-6/+2
* btrfs: remove trans_handle->rootJosef Bacik2022-01-031-1/+0
* btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik2022-01-031-2/+2
* btrfs: rework async transaction committingJosef Bacik2022-01-031-53/+11
* btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik2022-01-031-2/+2
* btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana2022-01-031-34/+42
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-6/+5
* btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-5/+5
* btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-071-5/+0
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-3/+0
* btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota2021-06-221-1/+1
* btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba2021-06-211-13/+7
* btrfs: sink wait_for_unblock parameter to async commitDavid Sterba2021-06-211-22/+2
* btrfs: clear defrag status of a root if starting transaction failsDavid Sterba2021-06-211-2/+4
* btrfs: always abort the transaction if we abort a trans handleJosef Bacik2021-06-211-8/+0
* btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana2021-04-191-1/+11
* btrfs: handle btrfs_update_reloc_root failure in commit_fs_rootsJosef Bacik2021-04-191-1/+3
* btrfs: return an error from btrfs_record_root_in_transJosef Bacik2021-04-191-2/+3
* btrfs: handle record_root_in_trans failure in create_pending_snapshotJosef Bacik2021-04-191-3/+8
* btrfs: handle record_root_in_trans failure in btrfs_record_root_in_transJosef Bacik2021-04-191-2/+3
* btrfs: handle record_root_in_trans failure in qgroup_account_snapshotJosef Bacik2021-04-191-2/+4
* btrfs: handle btrfs_record_root_in_trans failure in start_transactionJosef Bacik2021-04-191-1/+10
* btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana2021-04-191-0/+5
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+10
* btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana2021-02-081-8/+31
* btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik2021-02-081-11/+12
* btrfs: stop running all delayed refs during snapshotJosef Bacik2021-02-081-6/+0
* btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik2021-02-081-6/+17
* btrfs: only run delayed refs once before committingJosef Bacik2021-02-081-6/+0
* btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2021-02-081-17/+15
* btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-02-081-5/+6
* btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba2021-01-121-8/+0
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-0/+2
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-19/+0
* btrfs: return bool from btrfs_should_end_transactionNikolay Borisov2020-12-081-2/+2
* btrfs: return bool from should_end_transactionNikolay Borisov2020-12-081-2/+2
* btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov2020-12-081-1/+1