aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-11/+28
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+1
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Gravatar Filipe Manana 1-1/+4
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTGravatar Filipe Manana 1-3/+4
2023-08-21btrfs: fix start transaction qgroup rsv double freeGravatar Boris Burkov 1-3/+16
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-4/+4
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Gravatar Filipe Manana 1-2/+7
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Gravatar Filipe Manana 1-0/+1
2023-07-13btrfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotGravatar Filipe Manana 1-1/+4
2023-06-19btrfs: don't hold an extra reference for redirtied buffersGravatar Christoph Hellwig 1-9/+0
2023-06-19btrfs: determine synchronous writers from bio or writeback controlGravatar Christoph Hellwig 1-2/+0
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