summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-6/+5
* btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-5/+5
* btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-071-5/+0
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-3/+0
* btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota2021-06-221-1/+1
* btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba2021-06-211-13/+7
* btrfs: sink wait_for_unblock parameter to async commitDavid Sterba2021-06-211-22/+2
* btrfs: clear defrag status of a root if starting transaction failsDavid Sterba2021-06-211-2/+4
* btrfs: always abort the transaction if we abort a trans handleJosef Bacik2021-06-211-8/+0
* btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana2021-04-191-1/+11
* btrfs: handle btrfs_update_reloc_root failure in commit_fs_rootsJosef Bacik2021-04-191-1/+3
* btrfs: return an error from btrfs_record_root_in_transJosef Bacik2021-04-191-2/+3
* btrfs: handle record_root_in_trans failure in create_pending_snapshotJosef Bacik2021-04-191-3/+8
* btrfs: handle record_root_in_trans failure in btrfs_record_root_in_transJosef Bacik2021-04-191-2/+3
* btrfs: handle record_root_in_trans failure in qgroup_account_snapshotJosef Bacik2021-04-191-2/+4
* btrfs: handle btrfs_record_root_in_trans failure in start_transactionJosef Bacik2021-04-191-1/+10
* btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana2021-04-191-0/+5
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+10
* btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana2021-02-081-8/+31
* btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik2021-02-081-11/+12
* btrfs: stop running all delayed refs during snapshotJosef Bacik2021-02-081-6/+0
* btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik2021-02-081-6/+17
* btrfs: only run delayed refs once before committingJosef Bacik2021-02-081-6/+0
* btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2021-02-081-17/+15
* btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-02-081-5/+6
* btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba2021-01-121-8/+0
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-0/+2
* 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