aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: avoid delayed metadata items during commitsChris Mason2011-06-171-10/+17
* Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2011-06-171-3/+11
|\
| * Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik2011-06-151-3/+11
* | Btrfs: fix relocation racesChris Mason2011-06-171-4/+69
|/
* Btrfs: clear current->journal_info on async transaction commitSage Weil2011-06-101-1/+4
* Btrfs: unlock the trans lock properlyJosef Bacik2011-06-091-1/+1
* btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-1/+1
* Merge branch 'for-chris' ofChris Mason2011-05-281-137/+163
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-1/+0
| * Btrfs: kill trans_mutexJosef Bacik2011-05-231-129/+142
| * Btrfs: if we've already started a trans handle, use that oneJosef Bacik2011-05-231-0/+17
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-8/+5
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-0/+3
|\ \
| * | btrfs: scrubArne Jansen2011-05-121-0/+3
| |/
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-136/+1
|\ \
| * | btrfs: remove old unused commented out codeDavid Sterba2011-05-061-134/+0
| * | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-2/+1
| |/
* | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-4/+41
|\ \
| * | btrfs: implement delayed inode items operationMiao Xie2011-05-211-4/+41
| |/
* | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-251-0/+2
* | Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-2/+2
* | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-251-1/+6
|/
* Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik2011-04-111-21/+16
* Btrfs: only retry transaction reservation onceJosef Bacik2011-04-081-1/+10
* Btrfs: Fix uninitialized root flags for subvolumesLi Zefan2011-04-051-0/+1
* Btrfs: fix memory leak in start_transaction()Yoshinori Sano2011-04-051-0/+1
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-3/+9
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+2
* btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-281-0/+5
* Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+3
* Btrfs: Add readonly snapshots supportLi Zefan2010-12-231-0/+8
* Btrfs: use dget_parent where we can UPDATEDJosef Bacik2010-11-211-1/+4
* 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