summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana2019-04-291-1/+0
* btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in btrfs_run_dev_statsDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in btrfs_write_dirty_block_groupsDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in btrfs_setup_space_cacheDavid Sterba2019-04-291-1/+1
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-9/+0
* btrfs: Rename and export clear_btree_io_treeNikolay Borisov2019-04-291-33/+4
* btrfs: combine device update operations during transaction commitNikolay Borisov2019-04-291-2/+3
* btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-291-1/+1
* btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-291-1/+1
* Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana2019-03-131-6/+43
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-251-1/+1
* btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo2019-02-251-0/+1
* btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik2019-02-251-4/+2
* btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
* btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* btrfs: don't run delayed refs in the end transaction logicJosef Bacik2018-12-171-38/+0
* btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-171-1/+1
* btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-171-3/+34
* btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionLu Fengqi2018-12-171-1/+0
* Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana2018-12-171-11/+0
* btrfs: don't run delayed_iputs in commitJosef Bacik2018-10-191-9/+0
* 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/+3
* 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/+1
* 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-051-1/+1
* | btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-301-4/+3
* | Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-1/+0
* | btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-6/+1
|/
* 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/+1
* 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/+11
* btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov2018-03-311-6/+3
* btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-311-21/+6
* btrfs: qgroup: Fix root item corruption when multiple same source snapshots a...Qu Wenruo2018-03-311-1/+9