aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2012-08-28Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie1-0/+1
2012-08-28Btrfs: 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/viro/vfsLinus Torvalds1-0/+7
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-0/+7
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-0/+17
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-0/+17
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-4/+55
2012-07-23Btrfs: 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-14Btrfs: abort the transaction if the commit failsJosef Bacik1-2/+8
2012-06-14Btrfs: wake up transaction waiters when aborting a transactionJosef Bacik1-0/+4
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-18/+37
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+4
2012-05-30Btrfs: tree mod log sanity checks in join_transactionJan Schmidt1-0/+18
2012-05-30Btrfs: fs_info variable for join_transactionJan Schmidt1-18/+19
2012-04-18btrfs: add missing unlocks to transaction abort pathsDavid Sterba1-1/+5
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones1-4/+5
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo1-2/+1
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-13/+23
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-35/+155
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney1-2/+5
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-2/+1
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-1/+2
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason1-6/+7
2012-01-16Btrfs: space leak tracepointsJosef Bacik1-0/+2
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-2/+7
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason1-8/+1
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt1-0/+1
2012-01-04Btrfs: add sequence numbers to delayed refsArne Jansen1-0/+4
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-2/+2
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo1-0/+8
2011-11-10Btrfs: fix deadlock caused by the race between relocationMiao Xie1-2/+2
2011-11-06Btrfs: fix race during transaction joinsChris Mason1-5/+8
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason1-1/+6
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-5/+5
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-2/+2
2011-10-19Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik1-4/+2
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik1-1/+1
2011-10-19Btrfs: stop using write_one_pageJosef Bacik1-67/+19
2011-10-19Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef Bacik1-0/+11
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-4/+4