summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik1-1/+0
2022-12-05btrfs: convert __TRANS_* defines to enum bitsDavid Sterba1-8/+10
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik1-0/+3
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik1-1/+1
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik1-0/+1
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana1-0/+2
2022-01-03btrfs: remove trans_handle->rootJosef Bacik1-1/+0
2022-01-03btrfs: rework async transaction committingJosef Bacik1-1/+1
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana1-1/+1
2021-07-07btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana1-7/+0
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana1-2/+0
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba1-2/+1
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik1-1/+0
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana1-0/+7
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana1-1/+1
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+3
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana1-0/+2
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov1-1/+1
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues1-1/+0
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik1-0/+1
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana1-0/+7
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo1-14/+0
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo1-0/+2
2020-07-27btrfs: make btrfs_set_inode_last_trans take btrfs_inodeNikolay Borisov1-6/+6
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik1-2/+1
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-0/+1
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba1-0/+12
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov1-1/+1
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo1-1/+0
2019-11-18Btrfs: make btrfs_wait_extents() staticFilipe Manana1-2/+0
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana1-0/+3
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik1-0/+1
2019-04-29Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana1-1/+0
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-1/+0
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov1-0/+1
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana1-1/+0
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba1-7/+7
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana1-2/+0
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais1-1/+1
2018-05-30btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang1-1/+0
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo1-0/+14
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+4
2018-03-31btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov1-5/+1
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov1-0/+16
2018-03-26btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov1-3/+0
2018-01-22btrfs: reorder btrfs_transaction members for better packingDavid Sterba1-2/+2
2018-01-22btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba1-1/+1
2018-01-22btrfs: reorder btrfs_trans_handle members for better packingDavid Sterba1-2/+2
2018-01-22btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba1-1/+1
2018-01-22btrfs: remove unused member of btrfs_trans_handleDavid Sterba1-1/+0