summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
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 integ...Chris 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
2011-10-19Btrfs: use the transactions block_rsv for the csum rootJosef Bacik1-0/+1
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-1/+1
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik1-2/+0
2011-09-11Btrfs: fix misuse of trans block rsvLiu Bo1-0/+4
2011-08-01Btrfs: remove a BUG_ON() in btrfs_commit_transaction()Li Zefan1-4/+2
2011-08-01Btrfs: use wait_event()Li Zefan1-52/+7
2011-07-27Btrfs: fix deadlock when throttling transactionsJosef Bacik1-2/+9
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik1-19/+17
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason1-10/+17
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-3/+11
2011-06-17Btrfs: fix relocation racesChris Mason1-4/+69
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik1-3/+11
2011-06-10Btrfs: clear current->journal_info on async transaction commitSage Weil1-1/+4
2011-06-09Btrfs: unlock the trans lock properlyJosef Bacik1-1/+1
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-1/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-137/+163
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-1/+0
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-129/+142
2011-05-23Btrfs: if we've already started a trans handle, use that oneJosef Bacik1-0/+17
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-8/+5
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason1-0/+3
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-136/+1
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-4/+41
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-4/+41
2011-05-12btrfs: scrubArne Jansen1-0/+3
2011-05-06btrfs: remove old unused commented out codeDavid Sterba1-134/+0
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-2/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-0/+2
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-2/+2
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-1/+6
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik1-21/+16