aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo
2011-11-10Btrfs: fix deadlock caused by the race between relocationMiao Xie
2011-11-06Btrfs: fix race during transaction joinsChris Mason
2011-11-06Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik
2011-10-19Btrfs: stop using write_one_pageJosef Bacik
2011-10-19Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef Bacik
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik
2011-10-19Btrfs: use the transactions block_rsv for the csum rootJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik
2011-09-11Btrfs: fix misuse of trans block rsvLiu Bo
2011-08-01Btrfs: remove a BUG_ON() in btrfs_commit_transaction()Li Zefan
2011-08-01Btrfs: use wait_event()Li Zefan
2011-07-27Btrfs: fix deadlock when throttling transactionsJosef Bacik
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik
2011-06-10Btrfs: clear current->journal_info on async transaction commitSage Weil
2011-06-09Btrfs: unlock the trans lock properlyJosef Bacik
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: if we've already started a trans handle, use that oneJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-12btrfs: scrubArne Jansen
2011-05-06btrfs: remove old unused commented out codeDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik
2011-04-08Btrfs: only retry transaction reservation onceJosef Bacik
2011-04-05Btrfs: Fix uninitialized root flags for subvolumesLi Zefan
2011-04-05Btrfs: fix memory leak in start_transaction()Yoshinori Sano
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan