summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAge
* btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov2017-02-28
* btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov2017-02-28
* btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov2017-02-28
* btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-17
* btrfs: merge two superblock writing helpersDavid Sterba2017-02-17
* btrfs: remove unnecessary mutex lock in qgroup_account_snapshotDavid Sterba2017-02-17
* btrfs: allow unlink to exceed subvolume quotaJeff Mahoney2017-02-14
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-14
* Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski2017-02-14
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-06
* btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney2016-12-06
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-06
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-06
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-06
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-06
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-06
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-11
|\
| * btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-26
| * btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-26
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-26
| * Btrfs: remove BUG_ON in start_transactionLiu Bo2016-09-26
| * Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-26
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
|/
* btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-25
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-26
* btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-26
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-26
* Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-22
* btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba2016-06-17
* btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba2016-06-17
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-25
|\
| * btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-29
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-17
|\ \
| * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-13
| |/
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-16
|\ \
| * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-28
| |/
* | btrfs: build fixup for qgroup_account_snapshotDavid Sterba2016-05-12
* | btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo2016-05-12
|/
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-26
|\
| * btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-18
* | Btrfs: add transaction space reservation tracepointsJosef Bacik2016-02-18
|/
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-11
|\
| * btrfs: pass proper enum type to start_transaction()Alexandru Moise2016-01-07
* | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-11
|\ \
| * | btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba2016-01-07
| * | btrfs: allocate root item at snapshot ioctl timeDavid Sterba2016-01-07
| |/
* | Btrfs: fix memory leaks after transaction is abortedFilipe Manana2015-12-17
|/
* Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-10