aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-13Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana1-6/+43
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-1/+1
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo1-0/+1
2019-02-25btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik1-4/+2
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba1-0/+16
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik1-8/+0
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17btrfs: don't run delayed refs in the end transaction logicJosef Bacik1-38/+0
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik1-1/+1
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik1-3/+34
2018-12-17btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionLu Fengqi1-1/+0
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana1-11/+0
2018-10-19btrfs: don't run delayed_iputs in commitJosef Bacik1-9/+0
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi1-1/+1
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi1-1/+1
2018-10-15btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-10-15btrfs: open code btrfs_after_dev_replace_commitDavid Sterba1-1/+4
2018-10-15Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo1-2/+3
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-2/+2
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi1-4/+3
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro1-1/+1
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inheritLu Fengqi1-2/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroupsLu Fengqi1-1/+1
2018-08-06btrfs: use monotonic time for transaction handlingArnd Bergmann1-1/+1
2018-08-06btrfs: replace get_seconds with new 64bit time APIAllen Pais1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi1-4/+3
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval1-1/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-6/+1
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo1-0/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo1-4/+4
2018-03-31btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov1-1/+1
2018-03-31btrfs: Drop fs_info parameter from btrfs_qgroup_account_extentsNikolay Borisov1-2/+2
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov1-12/+11
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov1-6/+3
2018-03-31btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov1-21/+6
2018-03-31btrfs: qgroup: Fix root item corruption when multiple same source snapshots are created with quota enabledQu Wenruo1-1/+9
2018-03-26btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call siteNikolay Borisov1-5/+6
2018-03-26btrfs: Remove fs_info argument of btrfs_write_and_wait_transactionNikolay Borisov1-4/+4
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov1-1/+1
2018-03-26btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_snapshotNikolay Borisov1-5/+5
2018-03-26btrfs: Remove fs_info argument from switch_commit_rootsNikolay Borisov1-4/+4
2018-03-26btrfs: Remove root argument of cleanup_transactionNikolay Borisov1-5/+4
2018-03-26btrfs: Don't pass fs_info to commit_cowonly_rootsNikolay Borisov1-4/+4
2018-03-26btrfs: Don't pass fs_info to commit_fs_rootsNikolay Borisov1-4/+4
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov1-4/+4
2018-03-26btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov1-1/+1