summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: clean snapshots one by oneDavid Sterba2013-05-061-1/+1
* Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie2013-02-281-0/+1
* Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie2013-02-281-0/+1
* Btrfs: fix uncompleted transactionMiao Xie2013-02-201-0/+2
* Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-0/+1
* btrfs: remove cache only arguments from defrag pathEric Sandeen2013-02-201-1/+1
* Btrfs: don't re-enter when allocating a chunkJosef Bacik2013-02-201-0/+1
* Btrfs: improve the noflush reservationMiao Xie2012-12-111-1/+1
* Btrfs: fix orphan transaction on the freezed filesystemMiao Xie2012-10-091-2/+2
* Btrfs: add a type field for the transaction handleMiao Xie2012-10-091-4/+11
* Btrfs: fix race in sync and freeze againJosef Bacik2012-10-041-0/+1
* Btrfs: delay block group item insertionJosef Bacik2012-10-011-0/+1
* Btrfs: fix corrupted metadata in the snapshotMiao Xie2012-10-011-0/+2
* Btrfs: fix a bug in checking whether a inode is already in logLiu Bo2012-10-011-0/+1
* Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason2012-07-251-0/+11
|\
| * Btrfs: add qgroup inheritanceArne Jansen2012-07-121-0/+1
| * Btrfs: hooks to reserve qgroup spaceArne Jansen2012-07-121-0/+1
| * Btrfs: qgroup implementation and prototypesArne Jansen2012-07-121-0/+3
| * Btrfs: check the root passed to btrfs_end_transactionArne Jansen2012-07-101-0/+6
* | Btrfs: change how we indicate we're adding csumsJosef Bacik2012-07-231-0/+1
|/
* btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-0/+3
* Merge branch 'for-chris' ofChris Mason2011-05-281-21/+8Star
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-14/+0Star
| * Btrfs: kill trans_mutexJosef Bacik2011-05-231-1/+3
| * Btrfs: if we've already started a trans handle, use that oneJosef Bacik2011-05-231-0/+2
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-6/+3Star
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-3/+0Star
|\ \
| * | btrfs: remove unused function prototypesDavid Sterba2011-05-041-3/+0Star
| |/
* / btrfs: implement delayed inode items operationMiao Xie2011-05-211-0/+2
|/
* Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik2011-04-121-2/+2
* Btrfs: Add readonly snapshots supportLi Zefan2010-12-231-0/+1
* Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil2010-10-291-0/+1
* Btrfs: async transaction commitSage Weil2010-10-291-0/+3
* Btrfs: create special free space cache inodeJosef Bacik2010-10-281-0/+4
* Btrfs: Introduce global metadata reservationYan, Zheng2010-05-251-0/+3
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-5/+8
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-4/+4
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-161-3/+3
* Btrfs: streamline tree-log btree block writeoutChris Mason2009-10-131-0/+4
* Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+1
* Btrfs: be more polite in the async caching threadsChris Mason2009-07-301-0/+1
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-8/+4Star
* Btrfs: reduce stalls during transaction commitChris Mason2009-03-241-0/+5
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-0/+3
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-3/+3
* Btrfs: fix leaking block group on balanceYan Zheng2008-12-111-1/+1
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-181-0/+2
* Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason2008-09-251-0/+2
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-0/+1
* Btrfs: Various small fixes.Yan Zheng2008-09-251-2/+1Star