summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-1/+1
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-7/+7
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana1-1/+1
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik1-0/+18
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik1-37/+5
2020-04-27btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo1-2/+11
2020-03-23btrfs: hold a ref on the root on the dead roots listJosef Bacik1-1/+4
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik1-0/+4
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov1-2/+2
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-3/+3
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko1-4/+3
2020-03-23btrfs: merge unlocking to common exit block in btrfs_commit_transactionDavid Sterba1-35/+23
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-0/+2
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba1-12/+13
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-6/+0
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik1-0/+6
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney1-0/+2
2020-01-23btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-01-23btrfs: drop log root for dropped rootsJosef Bacik1-10/+12
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-3/+3
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov1-1/+1
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo1-12/+3
2019-11-18btrfs: transaction: describe transaction states and transitionsQu Wenruo1-0/+71
2019-11-18Btrfs: make btrfs_wait_extents() staticFilipe Manana1-1/+1
2019-11-18btrfs: Add assert to catch nested transaction commitNikolay Borisov1-0/+2
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba1-0/+1
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-2/+2
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana1-4/+18
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana1-0/+10
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik1-0/+18
2019-04-29Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana1-1/+0
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba1-1/+1
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-9/+0
2019-04-29btrfs: Rename and export clear_btree_io_treeNikolay Borisov1-33/+4
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov1-2/+3
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-1/+1
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-1/+1
2019-03-13Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana1-6/+43
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-1/+1
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo1-0/+1
2019-02-25btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik1-4/+2
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba1-0/+16
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik1-8/+0
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17btrfs: don't run delayed refs in the end transaction logicJosef Bacik1-38/+0