aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov
2024-04-17btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2023-10-25btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov
2023-08-03btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-08-03btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-04-06btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba
2022-09-26btrfs: don't save block group root into super blockQu Wenruo
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos
2022-07-25btrfs: clean up chained assignmentsDavid Sterba
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
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