summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-1/+1
* btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo2017-06-291-10/+0Star
* btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-201-1/+2
* btrfs: use generic slab for for btrfs_transactionDavid Sterba2017-06-191-4/+4
* Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-1/+1
* btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount optionQu Wenruo2017-04-181-7/+18
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-3/+0Star
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-10/+10
* btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-171-1/+1
* btrfs: merge two superblock writing helpersDavid Sterba2017-02-171-1/+1
* btrfs: remove unnecessary mutex lock in qgroup_account_snapshotDavid Sterba2017-02-171-5/+1Star
* btrfs: allow unlink to exceed subvolume quotaJeff Mahoney2017-02-141-12/+22
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-2/+2
* Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski2017-02-141-5/+5
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-33/+26Star
* btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney2016-12-061-30/+49
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-91/+81Star
* btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney2016-12-061-1/+1
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-156/+175
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-2/+3
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-2/+2
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-3/+3
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-5/+4Star
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-27/+22Star
|\
| * btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-6/+8
| * btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-1/+1
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-261-4/+2Star
| * Btrfs: remove BUG_ON in start_transactionLiu Bo2016-09-261-4/+1Star
| * Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-13/+11Star
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-2/+2
|/
* btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-251-1/+6
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-15/+15
* btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-261-0/+1
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-3/+3
* Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-231-1/+2