summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens
2013-05-06Btrfs: cleanup to remove reduplicate code in transaction.cWang Shilong
2013-05-06Btrfs: fix infinite loop when we abort on mountJosef Bacik
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-05-06btrfs: clean snapshots one by oneDavid Sterba
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-04Btrfs: avoid deadlock on transaction waiting listLiu Bo
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie
2013-02-28Btrfs: fix NULL pointer after aborting a transactionLiu Bo
2013-02-26Btrfs: use reserved space for creating a snapshotLiu Bo
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: fix missing release of qgroup reservation in commit_transaction()Miao Xie
2013-02-20Btrfs: fix uncompleted transactionMiao Xie
2013-02-20Btrfs: fix the deadlock between the transaction start/attach and commitMiao Xie
2013-02-20Btrfs: fix the qgroup reserved space is released prematurelyMiao Xie
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20btrfs: add cancellation points to defragDavid Sterba
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen
2013-02-20Btrfs: if we aren't committing just end the transaction if we error outJosef Bacik
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie
2013-02-20Btrfs: check the return value of btrfs_run_ordered_operations()Miao Xie
2013-02-20Btrfs: check the return value of btrfs_start_delalloc_inodes()Miao Xie
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik
2013-02-20Btrfs: use common work instead of delayed workMiao Xie
2013-02-20Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handleMiao Xie
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason
2013-02-01Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie
2013-01-09btrfs: remove unnecessary cur_trans set before goto loop in join_transactionWang Sheng-Hui
2012-12-17Btrfs: fix hash overflow handlingChris Mason
2012-12-16Btrfs: fix wrong return value of btrfs_wait_for_commit()Miao Xie
2012-12-16Btrfs: don't start a new transaction when starting syncMiao Xie
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-12-12Btrfs: fix missing flush when committing a transactionMiao Xie
2012-12-12Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie