aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: async transaction commitSage Weil
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-04-05Btrfs: create snapshot references in same commit as snapshotSage Weil
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Zhao Lei
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15Btrfs: flush data on snapshot creationSage Weil
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng
2009-09-17Btrfs: improve async block group cachingYan Zheng
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil
2009-07-24Btrfs: async block group cachingJosef Bacik
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng
2009-06-15Btrfs: always update root items for fs trees at commit timeYan Zheng
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalChris Mason
2009-04-02Btrfs: add flushoncommit mount optionSage Weil
2009-04-03Btrfs: rework allocation clusteringChris Mason
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-24Btrfs: Only let very young transactions grow during commitChris Mason
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng
2009-01-21Btrfs: simplify iteration codesQinghuang Feng
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng