summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)Author
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-07-07btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
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-07-27btrfs: make btrfs_set_inode_last_trans take btrfs_inodeNikolay Borisov
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2019-11-18Btrfs: make btrfs_wait_extents() staticFilipe Manana
2019-07-30Btrfs: fix deadlock between fiemap and transaction commitsFilipe 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: replace pending/pinned chunks lists with io treeJeff Mahoney
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov
2019-04-29Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais
2018-05-30btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-31btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov
2018-03-26btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov
2018-01-22btrfs: reorder btrfs_transaction members for better packingDavid Sterba
2018-01-22btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba
2018-01-22btrfs: reorder btrfs_trans_handle members for better packingDavid Sterba
2018-01-22btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba
2018-01-22btrfs: remove unused member of btrfs_trans_handleDavid Sterba
2018-01-22btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney