aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik1-21/+16
2011-04-08Btrfs: only retry transaction reservation onceJosef Bacik1-1/+10
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan1-0/+1
2011-04-05Btrfs: fix memory leak in start_transaction()Yoshinori Sano1-0/+1
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-3/+9
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+2
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh1-0/+5
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+3
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-0/+8
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik1-1/+4
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil1-0/+52
2010-10-29Btrfs: async transaction commitSage Weil1-0/+119
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil1-8/+5
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason1-5/+2
2010-10-28Btrfs: create special free space cache inodeJosef Bacik1-11/+32
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik1-5/+2
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