summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil2010-10-291-0/+52
* Btrfs: async transaction commitSage Weil2010-10-291-0/+119
* Btrfs: fix deadlock in btrfs_commit_transactionSage Weil2010-10-291-8/+5
* Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-291-5/+2
|\
| * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-221-5/+2
* | Btrfs: create special free space cache inodeJosef Bacik2010-10-281-11/+32
|/
* Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason2010-05-251-3/+3
* Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-251-2/+4
* Btrfs: Metadata reservation for orphan inodesYan, Zheng2010-05-251-0/+16
* Btrfs: Introduce global metadata reservationYan, Zheng2010-05-251-12/+58
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-41/+90
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-76/+36
|\
| * Btrfs: create snapshot references in same commit as snapshotSage Weil2010-04-051-66/+31
| * Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Zhao Lei2010-03-301-10/+5
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: flush data on snapshot creationSage Weil2010-03-151-4/+1
* Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-081-1/+1
* Btrfs: Fix per root used space accountingYan, Zheng2009-12-171-1/+5
* Btrfs: Add delayed iputYan, Zheng2009-12-171-3/+10
* Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng2009-12-171-4/+0
* Btrfs: Avoid superfluous tree-log writeoutYan, Zheng2009-12-151-10/+11
* Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik2009-11-111-6/+13
* Btrfs: streamline tree-log btree block writeoutChris Mason2009-10-131-3/+42
* Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-0/+10
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-3/+7
* Btrfs: change how subvolumes are organizedYan, Zheng2009-09-211-10/+0
* Btrfs: speed up snapshot droppingYan, Zheng2009-09-211-1/+2
* Btrfs: improve async block group cachingYan Zheng2009-09-171-12/+3
* Btrfs: be more polite in the async caching threadsChris Mason2009-07-301-0/+10
* Btrfs: preserve commit_root for async cachingYan Zheng2009-07-301-3/+9
* Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil2009-07-241-3/+5
* Btrfs: async block group cachingJosef Bacik2009-07-241-10/+13
* Btrfs: make sure all dirty blocks are written at commit timeYan Zheng2009-07-221-8/+1
* Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-021-1/+3
* Btrfs: always update root items for fs trees at commit timeYan Zheng2009-06-151-6/+6
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-271/+139
* Btrfs: fix deadlocks and stalls on dead root removalChris Mason2009-04-241-0/+6
* Btrfs: add flushoncommit mount optionSage Weil2009-04-021-1/+4
* Btrfs: rework allocation clusteringChris Mason2009-04-031-2/+0
* Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-0/+11
* Btrfs: Only let very young transactions grow during commitChris Mason2009-03-241-3/+10
* Btrfs: reduce stalls during transaction commitChris Mason2009-03-241-7/+55
* Btrfs: process the delayed reference queue in clustersChris Mason2009-03-241-8/+17
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-7/+47
* Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason2009-03-241-2/+2
* Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng2009-02-121-0/+2
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-3/+1
* Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng2009-01-061-1/+1
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-25/+20
OpenPOWER on IntegriCloud