summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-1/+1
* btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-071-7/+0
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-2/+0
* btrfs: sink wait_for_unblock parameter to async commitDavid Sterba2021-06-211-2/+1
* btrfs: always abort the transaction if we abort a trans handleJosef Bacik2021-06-211-1/+0
* btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana2021-04-191-0/+7
* btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-04-191-1/+1
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+3
* btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana2021-02-081-0/+2
* btrfs: return bool from btrfs_should_end_transactionNikolay Borisov2020-12-081-1/+1
* btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues2020-12-081-1/+0
* btrfs: dio iomap DSYNC workaroundJosef Bacik2020-10-071-0/+1
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-0/+7
* btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-271-14/+0
* btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo2020-07-271-0/+2
* btrfs: make btrfs_set_inode_last_trans take btrfs_inodeNikolay Borisov2020-07-271-6/+6
* btrfs: improve global reserve stealing logicJosef Bacik2020-05-251-2/+1
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-0/+1
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-03-231-0/+12
* btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov2019-11-181-1/+1
* btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo2019-11-181-1/+0
* Btrfs: make btrfs_wait_extents() staticFilipe Manana2019-11-181-2/+0
* Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana2019-07-301-0/+3
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-041-0/+1
* Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana2019-04-291-1/+0
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-1/+0
* btrfs: combine device update operations during transaction commitNikolay Borisov2019-04-291-0/+1
* Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana2019-04-291-1/+0
* btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-171-7/+7
* Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana2018-12-171-2/+0
* btrfs: replace get_seconds with new 64bit time APIAllen Pais2018-08-061-1/+1
* btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang2018-05-301-1/+0
* btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-181-0/+14
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4
* btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-311-5/+1
* btrfs: Document consistency of transaction->io_bgs listNikolay Borisov2018-03-261-0/+16
* btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov2018-03-261-3/+0
* btrfs: reorder btrfs_transaction members for better packingDavid Sterba2018-01-221-2/+2
* btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba2018-01-221-1/+1
* btrfs: reorder btrfs_trans_handle members for better packingDavid Sterba2018-01-221-2/+2
* btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba2018-01-221-1/+1
* btrfs: remove unused member of btrfs_trans_handleDavid Sterba2018-01-221-1/+0
* btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba2018-01-221-1/+1
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-2/+0
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+3
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-14/+4
* btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney2016-12-061-2/+3
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-3/+3
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-0/+1
* btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-261-0/+1