summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
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
2017-11-01btrfs: don't call btrfs_start_delalloc_roots in flushoncommitJosef Bacik
2017-10-30Btrfs: only check delayed ref usage in should_end_transactionJosef Bacik
2017-10-30Btrfs: make plug in writing meta blocks really workLiu Bo
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-29btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik