aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-26btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov1-3/+3
2018-03-26btrfs: Remove fs_info argument from btrfs_trans_release_metadataNikolay Borisov1-6/+8
2018-03-26btrfs: Open code btrfs_write_and_wait_marked_extentsNikolay Borisov1-21/+14
2018-03-26btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov1-0/+19
2018-03-26btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov1-8/+0
2018-03-16Revert "btrfs: use proper endianness accessors for super_copy"David Sterba1-12/+8
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain1-8/+12
2018-01-22btrfs: simplify mutex unlocking code in btrfs_commit_transactionAnand Jain1-5/+2
2018-01-22btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba1-6/+6
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-2/+1
2017-11-01btrfs: don't call btrfs_start_delalloc_roots in flushoncommitJosef Bacik1-1/+10
2017-10-30Btrfs: only check delayed ref usage in should_end_transactionJosef Bacik1-2/+1
2017-10-30Btrfs: make plug in writing meta blocks really workLiu Bo1-0/+2
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-1/+1
2017-06-29btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo1-10/+0
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba1-1/+2
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba1-4/+4
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-1/+1
2017-04-18btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount optionQu Wenruo1-7/+18
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba1-3/+0