summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.h
Commit message (Expand)AuthorAge
* btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-18
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-12
* btrfs: Remove code referencing unused TRANS_USERSPACENikolay Borisov2018-03-31
* btrfs: Document consistency of transaction->io_bgs listNikolay Borisov2018-03-26
* btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov2018-03-26
* btrfs: reorder btrfs_transaction members for better packingDavid Sterba2018-01-22
* btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba2018-01-22
* btrfs: reorder btrfs_trans_handle members for better packingDavid Sterba2018-01-22
* btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba2018-01-22
* btrfs: remove unused member of btrfs_trans_handleDavid Sterba2018-01-22
* btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba2018-01-22
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-18
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-18
* 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: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-26
* btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-26
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-17
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-25
* 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 unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-10
* Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-25
* Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-21
|\
| * Btrfs: don't continue setting up space cache when enospcJosef Bacik2015-10-21
| * Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-21
| * Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-21
* | btrfs: qgroup: Use new metadata reservation.Qu Wenruo2015-10-21
|/
* btrfs: change num_items type from u64 to unsigned intAlexandru Moise2015-10-21
* Btrfs: fix deadlock when finalizing block group creationFilipe Manana2015-10-05
* Btrfs: keep dropped roots in cache until transaction commitJosef Bacik2015-09-22
* btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney2015-07-29
* btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-10
* Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-03
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-10
* Btrfs: reserve space for block groupsJosef Bacik2015-04-10
* Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-26
* btrfs: Fix out-of-space bugZhao Lei2015-02-14
* Btrfs: track dirty block groups on their own listJosef Bacik2015-01-21
* Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2014-11-25
|\
| * btrfs: add support for processing pending changesDavid Sterba2014-11-12
* | Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2014-11-21
* | Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2014-11-20
|/
* btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba2014-10-02
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-15
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-09
* Btrfs: remove transaction from sendJosef Bacik2014-04-06
* Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-06
* Btrfs: make fsync latency less suckyJosef Bacik2014-01-28