summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12btrfs: scrubArne Jansen1-0/+3
2011-05-06btrfs: remove old unused commented out codeDavid Sterba1-134/+0
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-2/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-0/+2
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-2/+2
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-1/+6
2011-04-12Btrfs: 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-29btrfs: 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-22Btrfs: 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/jos...Chris 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-06Merge 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-31Btrfs: 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 imp...Tejun Heo1-0/+1
2010-03-15Btrfs: flush data on snapshot creationSage Weil1-4/+1
2010-03-09Btrfs: 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-16Btrfs: 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-29Btrfs: proper -ENOSPC handlingJosef Bacik1-0/+10
2009-09-22Btrfs: 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