aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Btrfs: forced readonly mounts on errorsGravatar liubo 1-0/+3
2010-12-23Btrfs: Add readonly snapshots supportGravatar Li Zefan 1-0/+8
2010-11-21Btrfs: use dget_parent where we can UPDATEDGravatar Josef Bacik 1-1/+4
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsGravatar Sage Weil 1-0/+52
2010-10-29Btrfs: async transaction commitGravatar Sage Weil 1-0/+119
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionGravatar Sage Weil 1-8/+5
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 1-5/+2
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-11/+32
2010-10-22Btrfs: rework how we reserve metadata bytesGravatar Josef Bacik 1-5/+2
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGGravatar Chris Mason 1-3/+3
2010-05-25Btrfs: Metadata ENOSPC handling for balanceGravatar Yan, Zheng 1-2/+4
2010-05-25Btrfs: Metadata reservation for orphan inodesGravatar Yan, Zheng 1-0/+16
2010-05-25Btrfs: Introduce global metadata reservationGravatar Yan, Zheng 1-12/+58
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-41/+90
2010-05-25Btrfs: Introduce contexts for metadata reservationGravatar Yan, Zheng 1-2/+1
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-76/+36
2010-04-05Btrfs: create snapshot references in same commit as snapshotGravatar Sage Weil 1-66/+31
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Gravatar Zhao Lei 1-10/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15Btrfs: flush data on snapshot creationGravatar Sage Weil 1-4/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 1-1/+1
2009-12-17Btrfs: Fix per root used space accountingGravatar Yan, Zheng 1-1/+5
2009-12-17Btrfs: Add delayed iputGravatar Yan, Zheng 1-3/+10
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionGravatar Yan, Zheng 1-4/+0
2009-12-15Btrfs: Avoid superfluous tree-log writeoutGravatar Yan, Zheng 1-10/+11
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageGravatar Josef Bacik 1-6/+13
2009-10-13Btrfs: streamline tree-log btree block writeoutGravatar Chris Mason 1-3/+42
2009-09-28Btrfs: proper -ENOSPC handlingGravatar Josef Bacik 1-0/+10
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlGravatar Yan, Zheng 1-3/+7
2009-09-21Btrfs: change how subvolumes are organizedGravatar Yan, Zheng 1-10/+0
2009-09-21Btrfs: speed up snapshot droppingGravatar Yan, Zheng 1-1/+2
2009-09-17Btrfs: improve async block group cachingGravatar Yan Zheng 1-12/+3
2009-07-30Btrfs: be more polite in the async caching threadsGravatar Chris Mason 1-0/+10
2009-07-30Btrfs: preserve commit_root for async cachingGravatar Yan Zheng 1-3/+9
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsGravatar Sage Weil 1-3/+5
2009-07-24Btrfs: async block group cachingGravatar Josef Bacik 1-10/+13
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeGravatar Yan Zheng 1-8/+1
2009-07-02Btrfs: update backrefs while dropping snapshotGravatar Yan Zheng 1-1/+3
2009-06-15Btrfs: always update root items for fs trees at commit timeGravatar Yan Zheng 1-6/+6
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Gravatar Yan Zheng 1-271/+139
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalGravatar Chris Mason 1-0/+6
2009-04-02Btrfs: add flushoncommit mount optionGravatar Sage Weil 1-1/+4
2009-04-03Btrfs: rework allocation clusteringGravatar Chris Mason 1-2/+0
2009-03-31Btrfs: add extra flushing for renames and truncatesGravatar Chris Mason 1-0/+11
2009-03-24Btrfs: Only let very young transactions grow during commitGravatar Chris Mason 1-3/+10
2009-03-24Btrfs: reduce stalls during transaction commitGravatar Chris Mason 1-7/+55
2009-03-24Btrfs: process the delayed reference queue in clustersGravatar Chris Mason 1-8/+17
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundGravatar Chris Mason 1-7/+47
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotGravatar Chris Mason 1-2/+2
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transGravatar Yan Zheng 1-0/+2