summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)Author
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
2012-12-11Btrfs: improve the noflush reservationMiao Xie
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik
2012-10-01Btrfs: delay block group item insertionJosef Bacik
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik
2012-07-12Btrfs: add qgroup inheritanceArne Jansen
2012-07-12Btrfs: hooks to reserve qgroup spaceArne Jansen
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen
2012-07-10Btrfs: check the root passed to btrfs_end_transactionArne Jansen