summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Btrfs: fix hash overflow handlingChris Mason1-1/+1
2012-12-17Btrfs: fix wrong return value of btrfs_wait_for_commit()Miao Xie1-7/+8
2012-12-17Btrfs: don't start a new transaction when starting syncMiao Xie1-5/+8
2012-12-13Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+6
2012-12-13Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-3/+1
2012-12-13fs/btrfs: use WARNJulia Lawall1-8/+4
2012-12-13Btrfs: fix missing flush when committing a transactionMiao Xie1-35/+47
2012-12-13Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie1-0/+1
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie1-4/+14
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie1-1/+5
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-16/+14
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik1-1/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-5/+9
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie1-15/+30
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie1-23/+6
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie1-1/+3
2012-10-09Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik1-2/+11
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-1/+1
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik1-1/+11
2012-10-01Btrfs: delay block group item insertionJosef Bacik1-0/+10
2012-10-01Btrfs: move the sb_end_intwrite until after the throttle logicJosef Bacik1-2/+2
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie1-8/+21
2012-10-01Btrfs: fix the snapshot that should not existMiao Xie1-15/+53
2012-10-01Btrfs: fix full backref problem when inserting shared block referenceMiao Xie1-0/+4
2012-10-01Btrfs: fix error path in create_pending_snapshot()Miao Xie1-23/+17
2012-10-01Btrfs: set journal_info in async trans commit workerSage Weil1-0/+2
2012-10-01Btrfs: pass lockdep rwsem metadata to async commit transactionSage Weil1-0/+16
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2012-08-29Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie1-0/+1
2012-08-29Btrfs: fix some endian bugs handling the root timesDan Carpenter1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+7
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-0/+7
2012-07-26Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-0/+17
2012-07-26Btrfs: introduce subvol uuids and timesAlexander Block1-0/+17
2012-07-26Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-4/+55
2012-07-24Btrfs: change how we indicate we're adding csumsJosef Bacik1-14/+8
2012-07-23Btrfs: small naming cleanup in join_transaction()Dan Carpenter1-2/+2
2012-07-23Btrfs: don't wait around for new log writers on an SSDChris Mason1-1/+2
2012-07-12Btrfs: add qgroup inheritanceArne Jansen1-0/+8
2012-07-12Btrfs: hooks to reserve qgroup spaceArne Jansen1-0/+16
2012-07-12Btrfs: hooks for qgroup to record delayed refsJan Schmidt1-0/+7
2012-07-12Btrfs: call the qgroup accounting functionsJan Schmidt1-0/+14
2012-07-12Btrfs: qgroup implementation and prototypesArne Jansen1-0/+2
2012-07-10Btrfs: check the root passed to btrfs_end_transactionArne Jansen1-0/+6
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-4/+0
2012-06-15Btrfs: abort the transaction if the commit failsJosef Bacik1-2/+8
2012-06-15Btrfs: wake up transaction waiters when aborting a transactionJosef Bacik1-0/+4
2012-06-01Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason1-18/+37
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+4