aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Btrfs: avoid delayed metadata items during commitsGravatar Chris Mason 1-10/+17
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 1-3/+11
2011-06-17Btrfs: fix relocation racesGravatar Chris Mason 1-4/+69
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionGravatar Josef Bacik 1-3/+11
2011-06-10Btrfs: clear current->journal_info on async transaction commitGravatar Sage Weil 1-1/+4
2011-06-09Btrfs: unlock the trans lock properlyGravatar Josef Bacik 1-1/+1
2011-06-04btrfs: add helper for fs_info->closingGravatar David Sterba 1-1/+1
2011-05-28Merge branch 'for-chris' ofGravatar Chris Mason 1-137/+163
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupGravatar Josef Bacik 1-1/+0
2011-05-23Btrfs: kill trans_mutexGravatar Josef Bacik 1-129/+142
2011-05-23Btrfs: if we've already started a trans handle, use that oneGravatar Josef Bacik 1-0/+17
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionGravatar Josef Bacik 1-8/+5
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-0/+3
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-136/+1
2011-05-22Merge branch 'delayed_inode' into inode_numbersGravatar Chris Mason 1-4/+41
2011-05-21btrfs: implement delayed inode items operationGravatar Miao Xie 1-4/+41
2011-05-12btrfs: scrubGravatar Arne Jansen 1-0/+3
2011-05-06btrfs: remove old unused commented out codeGravatar David Sterba 1-134/+0
2011-05-02btrfs: drop unused argument from extent_io_tree_initGravatar David Sterba 1-2/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheGravatar Li Zefan 1-0/+2
2011-04-25Btrfs: Always use 64bit inode numberGravatar Li Zefan 1-2/+2
2011-04-25Btrfs: Cache free inode numbers in memoryGravatar Li Zefan 1-1/+6
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionGravatar Josef Bacik 1-21/+16
2011-04-08Btrfs: only retry transaction reservation onceGravatar Josef Bacik 1-1/+10
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesGravatar Li Zefan 1-0/+1
2011-04-05Btrfs: fix memory leak in start_transaction()Gravatar Yoshinori Sano 1-0/+1
2011-03-28Btrfs: cleanup some BUG_ON()Gravatar Tsutomu Itoh 1-3/+9
2011-03-28Btrfs: add initial tracepoint support for btrfsGravatar liubo 1-0/+2
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Gravatar Tsutomu Itoh 1-0/+5
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