aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason1-3/+3
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng1-2/+4
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-0/+16
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-12/+58
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-41/+90
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng1-2/+1
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-76/+36
2010-04-05Btrfs: create snapshot references in same commit as snapshotSage Weil1-66/+31
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Zhao Lei1-10/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: flush data on snapshot creationSage Weil1-4/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris1-1/+1
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng1-1/+5
2009-12-17Btrfs: Add delayed iputYan, Zheng1-3/+10
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng1-4/+0
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng1-10/+11
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik1-6/+13
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason1-3/+42
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-0/+10
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-3/+7
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-10/+0
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng1-1/+2
2009-09-17Btrfs: improve async block group cachingYan Zheng1-12/+3
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason1-0/+10
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng1-3/+9
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil1-3/+5
2009-07-24Btrfs: async block group cachingJosef Bacik1-10/+13
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng1-8/+1
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng1-1/+3
2009-06-15Btrfs: always update root items for fs trees at commit timeYan Zheng1-6/+6
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-271/+139
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalChris Mason1-0/+6
2009-04-02Btrfs: add flushoncommit mount optionSage Weil1-1/+4
2009-04-03Btrfs: rework allocation clusteringChris Mason1-2/+0
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+11
2009-03-24Btrfs: Only let very young transactions grow during commitChris Mason1-3/+10
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason1-7/+55
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason1-8/+17
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-7/+47
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason1-2/+2
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng1-0/+2
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-3/+1
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng1-1/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-25/+20
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng1-0/+4
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-1/+1
2008-12-08Btrfs: superblock duplicationYan Zheng1-1/+1
2008-12-02Btrfs: remove unneeded total_transSage Weil1-4/+0
2008-11-18Btrfs: switch back to wait_on_page_writeback to wait on metadata writesChris Mason1-28/+1
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason1-8/+23