summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik2020-12-081-0/+2
* btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik2020-12-081-2/+40
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-2/+0
* btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Filipe Manana2020-12-081-43/+6
* btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik2020-10-071-2/+3
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-0/+10
* btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana2020-09-071-0/+1
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-07-271-1/+4
* btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-271-1/+0
* btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo2020-07-271-1/+1
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-1/+1
* btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-7/+7
* btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-251-1/+1
* btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik2020-05-251-0/+18
* btrfs: improve global reserve stealing logicJosef Bacik2020-05-251-37/+5
* btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo2020-04-271-2/+11
* btrfs: hold a ref on the root on the dead roots listJosef Bacik2020-03-231-1/+4
* btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik2020-03-231-0/+4
* btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov2020-03-231-2/+2
* btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov2020-03-231-3/+3
* btrfs: switch to use new generic UUID APIAndy Shevchenko2020-03-231-4/+3
* btrfs: merge unlocking to common exit block in btrfs_commit_transactionDavid Sterba2020-03-231-35/+23
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-0/+2
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-03-231-12/+13
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-6/+0
* btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik2020-03-231-0/+6
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-1/+1
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-191-0/+2
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-01-231-0/+8
* btrfs: drop log root for dropped rootsJosef Bacik2020-01-231-10/+12
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-3/+3
* btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov2019-11-181-1/+1
* btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo2019-11-181-12/+3
* btrfs: transaction: describe transaction states and transitionsQu Wenruo2019-11-181-0/+71
* Btrfs: make btrfs_wait_extents() staticFilipe Manana2019-11-181-1/+1
* btrfs: Add assert to catch nested transaction commitNikolay Borisov2019-11-181-0/+2
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-2/+2
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana2019-07-301-4/+18
* Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana2019-07-301-0/+10
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-041-0/+18
* Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana2019-04-291-1/+0
* btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba2019-04-291-1/+1