aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)Author
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba
2016-01-07btrfs: allocate root item at snapshot ioctl timeDavid Sterba
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-21Btrfs: don't continue setting up space cache when enospcJosef Bacik
2015-10-21Btrfs: add a flags field to btrfs_transactionJosef Bacik
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik
2015-10-21btrfs: qgroup: Use new metadata reservation.Qu Wenruo
2015-10-21btrfs: change num_items type from u64 to unsigned intAlexandru Moise
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana
2015-09-22Btrfs: keep dropped roots in cache until transaction commitJosef Bacik
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2015-04-10Btrfs: reserve space for block groupsJosef Bacik
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana
2015-02-14btrfs: Fix out-of-space bugZhao Lei
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik
2014-11-20Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana
2014-11-12btrfs: add support for processing pending changesDavid Sterba
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik
2014-01-28Btrfs: make fsync latency less suckyJosef Bacik
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06btrfs: clean snapshots one by oneDavid Sterba
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie
2013-02-20Btrfs: fix uncompleted transactionMiao Xie
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik