aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-0/+4
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-7/+7
2015-10-21Btrfs: don't continue setting up space cache when enospcJosef Bacik1-0/+1
2015-10-21Btrfs: add a flags field to btrfs_transactionJosef Bacik1-5/+4
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik1-2/+2
2015-10-21btrfs: qgroup: Use new metadata reservation.Qu Wenruo1-1/+0
2015-10-21btrfs: change num_items type from u64 to unsigned intAlexandru Moise1-2/+3
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana1-0/+1
2015-09-22Btrfs: keep dropped roots in cache until transaction commitJosef Bacik1-1/+4
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney1-0/+2
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo1-0/+23
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana1-0/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-0/+9
2015-04-10Btrfs: reserve space for block groupsJosef Bacik1-0/+1
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-0/+2
2015-02-14btrfs: Fix out-of-space bugZhao Lei1-0/+5
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik1-0/+2
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-0/+2
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-0/+2
2014-11-20Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana1-2/+0
2014-11-12btrfs: add support for processing pending changesDavid Sterba1-0/+2
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba1-1/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-1/+0
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+1
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-0/+1
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-0/+2
2014-01-28Btrfs: make fsync latency less suckyJosef Bacik1-0/+1
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie1-2/+0
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie1-0/+1
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik1-0/+1
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-2/+0
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik1-1/+1
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-0/+1
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie1-4/+12
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie1-2/+0
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie1-8/+23
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-1/+0
2013-05-06btrfs: clean snapshots one by oneDavid Sterba1-1/+1
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie1-0/+1
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie1-0/+1
2013-02-20Btrfs: fix uncompleted transactionMiao Xie1-0/+2
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-0/+1
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen1-1/+1
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik1-0/+1
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-1/+1
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie1-2/+2
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie1-4/+11
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik1-0/+1
2012-10-01Btrfs: delay block group item insertionJosef Bacik1-0/+1
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie1-0/+2