summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2011-04-14Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2010-08-13Btrfs: Fix per root used space accountingYan, Zheng
2010-08-13Btrfs: Add delayed iputYan, Zheng
2010-08-13Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2010-08-13Btrfs: 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
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-12-08Btrfs: superblock duplicationYan Zheng
2008-12-02Btrfs: remove unneeded total_transSage Weil
2008-11-18Btrfs: switch back to wait_on_page_writeback to wait on metadata writesChris Mason
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason
2008-11-07Btrfs: Avoid unplug storms during commitChris Mason
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: Improve space balancing codeYan Zheng
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-26Btrfs: update space balancing codeZheng Yan