summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
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
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie
2012-12-11Btrfs: improve the noflush reservationMiao Xie
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie
2012-10-08Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik
2012-10-01Btrfs: delay block group item insertionJosef Bacik
2012-10-01Btrfs: move the sb_end_intwrite until after the throttle logicJosef Bacik
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie
2012-10-01Btrfs: fix the snapshot that should not existMiao Xie
2012-10-01Btrfs: fix full backref problem when inserting shared block referenceMiao Xie
2012-10-01Btrfs: fix error path in create_pending_snapshot()Miao Xie
2012-10-01Btrfs: set journal_info in async trans commit workerSage Weil
2012-10-01Btrfs: pass lockdep rwsem metadata to async commit transactionSage Weil
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie
2012-08-28Btrfs: fix some endian bugs handling the root timesDan Carpenter
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31btrfs: Convert to new freezing mechanismJan Kara
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason