summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-1/+1
* btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi2018-10-151-1/+1
* btrfs: release metadata before running delayed refsJosef Bacik2018-10-151-3/+3
* btrfs: open code btrfs_after_dev_replace_commitDavid Sterba2018-10-151-1/+4
* Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo2018-10-151-2/+3
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-2/+2
* btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-4/+3Star
* btrfs: simplify IS_ERR/PTR_ERR checksAl Viro2018-08-061-1/+1
* btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-1/+1
* btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi2018-08-061-2/+1Star
* btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi2018-08-061-1/+1
* btrfs: use monotonic time for transaction handlingArnd Bergmann2018-08-061-1/+1
* btrfs: replace get_seconds with new 64bit time APIAllen Pais2018-08-061-1/+1
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-301-4/+3Star
* | Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-1/+0Star
* | btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-6/+1Star
|/
* btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-181-0/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1Star
* btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo2018-03-311-4/+4
* btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov2018-03-311-1/+1
* btrfs: Drop fs_info parameter from btrfs_qgroup_account_extentsNikolay Borisov2018-03-311-2/+2
* btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov2018-03-311-12/+11Star
* btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov2018-03-311-6/+3Star
* btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-311-21/+6Star
* btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo2018-03-311-1/+9
* btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call siteNikolay Borisov2018-03-261-5/+6
* btrfs: Remove fs_info argument of btrfs_write_and_wait_transactionNikolay Borisov2018-03-261-4/+4
* btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov2018-03-261-1/+1
* btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_s...Nikolay Borisov2018-03-261-5/+5
* btrfs: Remove fs_info argument from switch_commit_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Remove root argument of cleanup_transactionNikolay Borisov2018-03-261-5/+4Star
* btrfs: Don't pass fs_info to commit_cowonly_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info to commit_fs_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov2018-03-261-1/+1
* btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov2018-03-261-3/+3
* btrfs: Remove fs_info argument from btrfs_trans_release_metadataNikolay Borisov2018-03-261-6/+8
* btrfs: Open code btrfs_write_and_wait_marked_extentsNikolay Borisov2018-03-261-21/+14Star
* btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov2018-03-261-0/+19
* btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov2018-03-261-8/+0Star
* Revert "btrfs: use proper endianness accessors for super_copy"David Sterba2018-03-161-12/+8Star
* btrfs: use proper endianness accessors for super_copyAnand Jain2018-03-011-8/+12
* btrfs: simplify mutex unlocking code in btrfs_commit_transactionAnand Jain2018-01-221-5/+2Star
* btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba2018-01-221-6/+6
* btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-2/+1Star
* btrfs: don't call btrfs_start_delalloc_roots in flushoncommitJosef Bacik2017-11-011-1/+10
* Btrfs: only check delayed ref usage in should_end_transactionJosef Bacik2017-10-301-2/+1Star
* Btrfs: make plug in writing meta blocks really workLiu Bo2017-10-301-0/+2