aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2023-09-23btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-08-11btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2021-07-20btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik
2020-05-06btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo
2020-02-11btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2019-08-25Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana
2019-08-06Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana
2018-11-13btrfs: don't run delayed_iputs in commitJosef Bacik
2018-11-13btrfs: release metadata before running delayed refsJosef Bacik
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi
2018-08-06btrfs: use monotonic time for transaction handlingArnd Bergmann
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo
2018-03-31btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov
2018-03-31btrfs: Drop fs_info parameter from btrfs_qgroup_account_extentsNikolay Borisov
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov
2018-03-31btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov
2018-03-31btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo
2018-03-26btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call siteNikolay Borisov
2018-03-26btrfs: Remove fs_info argument of btrfs_write_and_wait_transactionNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_s...Nikolay Borisov
2018-03-26btrfs: Remove fs_info argument from switch_commit_rootsNikolay Borisov
2018-03-26btrfs: Remove root argument of cleanup_transactionNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to commit_cowonly_rootsNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to commit_fs_rootsNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov
2018-03-26btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_trans_release_metadataNikolay Borisov
2018-03-26btrfs: Open code btrfs_write_and_wait_marked_extentsNikolay Borisov
2018-03-26btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov
2018-03-26btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov
2018-03-16Revert "btrfs: use proper endianness accessors for super_copy"David Sterba
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain
2018-01-22btrfs: simplify mutex unlocking code in btrfs_commit_transactionAnand Jain
2018-01-22btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba