aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo1-0/+1
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-0/+11
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik1-0/+1
2012-07-12Btrfs: add qgroup inheritanceArne Jansen1-0/+1
2012-07-12Btrfs: hooks to reserve qgroup spaceArne Jansen1-0/+1
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen1-0/+3
2012-07-10Btrfs: check the root passed to btrfs_end_transactionArne Jansen1-0/+6
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-0/+3
2011-05-28Merge branch 'for-chris' ofChris Mason1-21/+8
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-14/+0
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-1/+3
2011-05-23Btrfs: if we've already started a trans handle, use that oneJosef Bacik1-0/+2
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-6/+3
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-3/+0
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-0/+2