aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheGravatar Boris Burkov 1-0/+2
2020-12-09btrfs: remove inode number cache featureGravatar Nikolay Borisov 1-19/+0
2020-12-08btrfs: return bool from btrfs_should_end_transactionGravatar Nikolay Borisov 1-2/+2
2020-12-08btrfs: return bool from should_end_transactionGravatar Nikolay Borisov 1-2/+2
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockGravatar Josef Bacik 1-0/+2
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsGravatar Josef Bacik 1-2/+40
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 1-2/+0
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Gravatar Filipe Manana 1-43/+6
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksGravatar Josef Bacik 1-2/+3
2020-10-07btrfs: make fast fsyncs wait only for writebackGravatar Filipe Manana 1-0/+10
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotGravatar Filipe Manana 1-0/+1
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesGravatar Josef Bacik 1-1/+4
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Gravatar Qu Wenruo 1-1/+0
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationGravatar Qu Wenruo 1-1/+1
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-1/+1
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 1-7/+7
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameGravatar Filipe Manana 1-1/+1
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataGravatar Josef Bacik 1-0/+18
2020-05-25btrfs: improve global reserve stealing logicGravatar Josef Bacik 1-37/+5
2020-04-27btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Gravatar Qu Wenruo 1-2/+11
2020-03-23btrfs: hold a ref on the root on the dead roots listGravatar Josef Bacik 1-1/+4
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootGravatar Josef Bacik 1-0/+4
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotGravatar Nikolay Borisov 1-2/+2
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseGravatar Nikolay Borisov 1-3/+3
2020-03-23btrfs: switch to use new generic UUID APIGravatar Andy Shevchenko 1-4/+3
2020-03-23btrfs: merge unlocking to common exit block in btrfs_commit_transactionGravatar David Sterba 1-35/+23
2020-03-23btrfs: switch to per-transaction pinned extentsGravatar Nikolay Borisov 1-0/+2
2020-03-23btrfs: add wrapper for transaction abort predicateGravatar David Sterba 1-12/+13
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-6/+0
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotGravatar Josef Bacik 1-0/+6
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-1/+1
2020-02-19btrfs: destroy qgroup extent records on transaction abortGravatar Jeff Mahoney 1-0/+2
2020-01-23btrfs: set trans->drity in btrfs_commit_transactionGravatar Josef Bacik 1-0/+8
2020-01-23btrfs: drop log root for dropped rootsGravatar Josef Bacik 1-10/+12
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-3/+3
2019-11-18btrfs: Rename btrfs_join_transaction_nolockGravatar Nikolay Borisov 1-1/+1
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDGravatar Qu Wenruo 1-12/+3
2019-11-18btrfs: transaction: describe transaction states and transitionsGravatar Qu Wenruo 1-0/+71
2019-11-18Btrfs: make btrfs_wait_extents() staticGravatar Filipe Manana 1-1/+1
2019-11-18btrfs: Add assert to catch nested transaction commitGravatar Nikolay Borisov 1-0/+2
2019-09-09btrfs: move cond_wake_up functions out of ctreeGravatar David Sterba 1-0/+1
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersGravatar Josef Bacik 1-2/+2
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 1-0/+1
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsGravatar Filipe Manana 1-4/+18
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortGravatar Filipe Manana 1-0/+10
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataGravatar Josef Bacik 1-0/+18
2019-04-29Btrfs: remove no longer used member num_dirty_bgs from transactionGravatar Filipe Manana 1-1/+0
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_replaceGravatar David Sterba 1-1/+1
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_statsGravatar David Sterba 1-1/+1