summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
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
2022-07-25btrfs: clean up chained assignmentsDavid Sterba
2022-07-25btrfs: collect commit stats, count, durationIoannis Angelakopoulos
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: remove useless WARN_ON in record_root_in_transJosef Bacik