summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove no longer used member num_dirty_bgs from transactionFilipe Manana2019-04-291-1/+0
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-1/+0
* btrfs: combine device update operations during transaction commitNikolay Borisov2019-04-291-0/+1
* Btrfs: remove no longer used 'sync' member from transaction handleFilipe Manana2019-04-291-1/+0
* btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-171-7/+7
* Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana2018-12-171-2/+0
* btrfs: replace get_seconds with new 64bit time APIAllen Pais2018-08-061-1/+1
* btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang2018-05-301-1/+0
* btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-181-0/+14
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4
* btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-311-5/+1
* btrfs: Document consistency of transaction->io_bgs listNikolay Borisov2018-03-261-0/+16
* btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov2018-03-261-3/+0
* btrfs: reorder btrfs_transaction members for better packingDavid Sterba2018-01-221-2/+2
* btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba2018-01-221-1/+1
* btrfs: reorder btrfs_trans_handle members for better packingDavid Sterba2018-01-221-2/+2
* btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba2018-01-221-1/+1
* btrfs: remove unused member of btrfs_trans_handleDavid Sterba2018-01-221-1/+0
* btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba2018-01-221-1/+1
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-2/+0
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+3
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-14/+4
* btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney2016-12-061-2/+3
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-3/+3
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-0/+1
* btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-261-0/+1
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-171-1/+1
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba2016-01-071-0/+1
* btrfs: allocate root item at snapshot ioctl timeDavid Sterba2016-01-071-0/+1
* Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-101-1/+1
* Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-0/+4
* Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-211-7/+7
|\
| * Btrfs: don't continue setting up space cache when enospcJosef Bacik2015-10-211-0/+1
| * Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-211-5/+4
| * Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-211-2/+2
* | btrfs: qgroup: Use new metadata reservation.Qu Wenruo2015-10-211-1/+0
|/
* btrfs: change num_items type from u64 to unsigned intAlexandru Moise2015-10-211-2/+3
* Btrfs: fix deadlock when finalizing block group creationFilipe Manana2015-10-051-0/+1
* Btrfs: keep dropped roots in cache until transaction commitJosef Bacik2015-09-221-1/+4
* btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney2015-07-291-0/+2
* btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-101-0/+23
* Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-031-0/+1
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-0/+9
* Btrfs: reserve space for block groupsJosef Bacik2015-04-101-0/+1
* Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-261-0/+2
* btrfs: Fix out-of-space bugZhao Lei2015-02-141-0/+5
* Btrfs: track dirty block groups on their own listJosef Bacik2015-01-211-0/+2
* Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2014-11-251-0/+2
|\
| * btrfs: add support for processing pending changesDavid Sterba2014-11-121-0/+2