aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: correctly calculate delayed ref bytes when starting transactionGravatar Filipe Manana 1-5/+6
2023-04-17btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionGravatar Filipe Manana 1-1/+1
2023-04-17btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()Gravatar Filipe Manana 1-11/+4
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubGravatar Filipe Manana 1-1/+14
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyGravatar Qu Wenruo 1-0/+5
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cGravatar Josef Bacik 1-0/+29
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initGravatar David Sterba 1-2/+2
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorGravatar David Sterba 1-1/+1
2022-12-05btrfs: move scrub prototypes into scrub.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move relocation prototypes into relocation.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move ioctl prototypes into ioctl.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move dir-item prototypes into dir-item.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move defrag related prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move root tree prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrGravatar Sweet Tea Dorminy 1-7/+6
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperGravatar Sweet Tea Dorminy 1-12/+28
2022-12-05btrfs: use struct qstr instead of name and namelen pairsGravatar Sweet Tea Dorminy 1-6/+5
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: remove fs_info::pending_changes and related codeGravatar Josef Bacik 1-25/+0
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagGravatar Josef Bacik 1-0/+2
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move trans_handle_cachep out of ctree.hGravatar Josef Bacik 1-0/+17
2022-09-26btrfs: don't init io tree with private data for non-inodesGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullGravatar David Sterba 1-2/+2
2022-09-26btrfs: don't save block group root into super blockGravatar Qu Wenruo 1-8/+0
2022-09-26btrfs: get rid of block group caching progress logicGravatar Omar Sandoval 1-41/+0
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventGravatar Ioannis Angelakopoulos 1-0/+1
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsGravatar Ioannis Angelakopoulos 1-10/+43
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventGravatar Ioannis Angelakopoulos 1-0/+13
2022-09-26btrfs: add lockdep annotations for num_writers wait eventGravatar Ioannis Angelakopoulos 1-5/+33
2022-07-25btrfs: clean up chained assignmentsGravatar David Sterba 1-2/+2
2022-07-25btrfs: collect commit stats, count, durationGravatar Ioannis Angelakopoulos 1-0/+22
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"Gravatar David Sterba 1-49/+63
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGravatar Gabriel Niebler 1-63/+49
2022-05-16btrfs: use a read/write lock for protecting the block groups treeGravatar Filipe Manana 1-2/+2
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerGravatar Josef Bacik 1-2/+2
2022-03-14btrfs: add support for multiple global rootsGravatar Josef Bacik 1-0/+15
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Gravatar Omar Sandoval 1-1/+31
2022-03-02btrfs: do not start relocation until in progress drops are doneGravatar Josef Bacik 1-1/+32
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitGravatar Filipe Manana 1-2/+10
2022-01-31btrfs: fix use-after-free after failure to create a snapshotGravatar Filipe Manana 1-0/+24
2022-01-07btrfs: make send work with concurrent block group relocationGravatar Filipe Manana 1-0/+4
2022-01-03btrfs: remove useless WARN_ON in record_root_in_transGravatar Josef Bacik 1-1/+0
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: do not special case the extent root for switch commit rootsGravatar Josef Bacik 1-6/+2
2022-01-03btrfs: remove trans_handle->rootGravatar Josef Bacik 1-1/+0