aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba1-2/+2
2022-09-26btrfs: don't save block group root into super blockQu Wenruo1-8/+0
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-41/+0
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos1-10/+43
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos1-0/+13
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos1-5/+33
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-2/+2
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos1-0/+22
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba1-49/+63
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler1-63/+49
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana1-2/+2
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik1-2/+2
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-0/+15
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transaction()Omar Sandoval1-1/+31
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik1-1/+32
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana1-2/+10
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana1-0/+24
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana1-0/+4
2022-01-03btrfs: remove useless WARN_ON in record_root_in_transJosef Bacik1-1/+0
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+1
2022-01-03btrfs: do not special case the extent root for switch commit rootsJosef Bacik1-6/+2
2022-01-03btrfs: remove trans_handle->rootJosef Bacik1-1/+0
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik1-2/+2
2022-01-03btrfs: rework async transaction committingJosef Bacik1-53/+11
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-2/+2
2022-01-03btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana1-34/+42
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-6/+5
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana1-5/+5
2021-07-07btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana1-5/+0
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana1-3/+0
2021-06-22btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota1-1/+1
2021-06-21btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba1-13/+7
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba1-22/+2
2021-06-21btrfs: clear defrag status of a root if starting transaction failsDavid Sterba1-2/+4
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik1-8/+0
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11
2021-04-19btrfs: handle btrfs_update_reloc_root failure in commit_fs_rootsJosef Bacik1-1/+3
2021-04-19btrfs: return an error from btrfs_record_root_in_transJosef Bacik1-2/+3
2021-04-19btrfs: handle record_root_in_trans failure in create_pending_snapshotJosef Bacik1-3/+8
2021-04-19btrfs: handle record_root_in_trans failure in btrfs_record_root_in_transJosef Bacik1-2/+3
2021-04-19btrfs: handle record_root_in_trans failure in qgroup_account_snapshotJosef Bacik1-2/+4
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in start_transactionJosef Bacik1-1/+10
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana1-0/+5
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+10
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana1-8/+31
2021-02-08btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik1-11/+12