summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-20btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Filipe Manana
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-08-21btrfs: fix start transaction qgroup rsv double freeBoris Burkov
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig
2023-04-17btrfs: correctly calculate delayed ref bytes when starting transactionFilipe Manana
2023-04-17btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionFilipe Manana
2023-04-17btrfs: collapse should_end_transaction() into btrfs_should_end_transaction()Filipe Manana
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-02-13btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cJosef Bacik
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: move dir-item prototypes into dir-item.hJosef Bacik
2022-12-05btrfs: move defrag related prototypes to their own headerJosef Bacik
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2022-12-05btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2022-12-05btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: remove fs_info::pending_changes and related codeJosef Bacik
2022-12-05btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flagJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba
2022-09-26btrfs: don't save block group root into super blockQu Wenruo
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for transaction states wait eventsIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_extwriters wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for num_writers wait eventIoannis Angelakopoulos