summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Filipe Manana
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik
2020-04-27btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo
2020-03-23btrfs: hold a ref on the root on the dead roots listJosef Bacik
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko
2020-03-23btrfs: merge unlocking to common exit block in btrfs_commit_transactionDavid Sterba
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in create_pending_snapshotJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-01-23btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-01-23btrfs: drop log root for dropped rootsJosef Bacik
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2019-11-18btrfs: transaction: describe transaction states and transitionsQu Wenruo
2019-11-18Btrfs: make btrfs_wait_extents() staticFilipe Manana
2019-11-18btrfs: Add assert to catch nested transaction commitNikolay Borisov
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana
2019-07-30Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik
2019-04-29Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba