aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11
2021-04-19btrfs: handle btrfs_update_reloc_root failure in commit_fs_rootsJosef Bacik1-1/+3
2021-04-19btrfs: return an error from btrfs_record_root_in_transJosef Bacik1-2/+3
2021-04-19btrfs: handle record_root_in_trans failure in create_pending_snapshotJosef Bacik1-3/+8
2021-04-19btrfs: handle record_root_in_trans failure in btrfs_record_root_in_transJosef Bacik1-2/+3
2021-04-19btrfs: handle record_root_in_trans failure in qgroup_account_snapshotJosef Bacik1-2/+4
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in start_transactionJosef Bacik1-1/+10
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana1-0/+5
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+10
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana1-8/+31
2021-02-08btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik1-11/+12
2021-02-08btrfs: stop running all delayed refs during snapshotJosef Bacik1-6/+0
2021-02-08btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik1-6/+17
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik1-6/+0
2021-02-08btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik1-17/+15
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov1-1/+1
2021-02-08btrfs: fix error handling in commit_fs_rootsJosef Bacik1-5/+6
2021-01-12btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba1-8/+0
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov1-0/+2
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-19/+0
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov1-2/+2
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov1-2/+2
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik1-0/+2
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik1-2/+40
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik1-2/+0
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction commitFilipe Manana1-43/+6
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-2/+3
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana1-0/+10
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana1-0/+1
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik1-1/+4
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOTQu Wenruo1-1/+0
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo1-1/+1
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_info::journal_infoQu 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