summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Filipe Manana1-1/+4
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-08-21btrfs: fix start transaction qgroup rsv double freeBoris Burkov1-3/+16
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana1-4/+4
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana1-1/+4
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig1-9/+0
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig1-2/+0
2023-04-17btrfs: correctly calculate delayed ref bytes when starting transactionFilipe Manana1-5/+6
2023-04-17btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionFilipe Manana1-1/+1
2023-04-17btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()Filipe Manana1-11/+4
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana1-1/+14
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo1-0/+5
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cJosef Bacik1-0/+29
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba1-2/+2
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba1-1/+1
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik1-0/+1
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik1-0/+1
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-7/+6
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy1-12/+28
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-6/+5
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik1-25/+0
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik1-0/+2
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik1-0/+17
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba1-2/+2
2022-09-26btrfs: don't save block group root into super blockQu Wenruo1-8/+0
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-41/+0
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos1-0/+1
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos1-10/+43
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos1-0/+13
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos1-5/+33
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-2/+2
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos1-0/+22
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba1-49/+63
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler1-63/+49
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana1-2/+2
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik1-2/+2
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-0/+15