summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)Author
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov
2023-10-12btrfs: add and use helpers for reading and writing log_transidFilipe Manana
2023-10-12btrfs: move btrfs_defrag_root() to defrag.{c,h}Filipe Manana
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba
2023-10-12btrfs: always reserve space for delayed refs when starting transactionFilipe Manana
2023-10-12btrfs: stop doing excessive space reservation for csum deletionFilipe Manana
2023-10-04btrfs: always print transaction aborted messages with an error levelFilipe Manana
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cJosef Bacik
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik
2022-12-05btrfs: convert __TRANS_* defines to enum bitsDavid Sterba
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana
2022-01-03btrfs: remove trans_handle->rootJosef Bacik
2022-01-03btrfs: rework async transaction committingJosef Bacik
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