aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-04-301-10/+4
* Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo2011-11-151-0/+8
* Btrfs: fix deadlock caused by the race between relocationMiao Xie2011-11-101-2/+2
* Btrfs: fix race during transaction joinsChris Mason2011-11-061-5/+8
* Btrfs: ClearPageError during writepage and clean_tree_blockChris Mason2011-11-061-1/+6
* btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-5/+5
* Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-2/+2
* Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2011-10-191-4/+2
* Btrfs: introduce mount option no_space_cacheJosef Bacik2011-10-191-1/+1
* Btrfs: stop using write_one_pageJosef Bacik2011-10-191-67/+19
* Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef Bacik2011-10-191-0/+11
* Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-4/+4
* Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2011-10-191-0/+1
* Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-191-1/+1
* Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-191-2/+0
* Btrfs: fix misuse of trans block rsvLiu Bo2011-09-111-0/+4
* Btrfs: remove a BUG_ON() in btrfs_commit_transaction()Li Zefan2011-08-011-4/+2
* Btrfs: use wait_event()Li Zefan2011-08-011-52/+7
* Btrfs: fix deadlock when throttling transactionsJosef Bacik2011-07-271-2/+9
* Btrfs: do transaction space reservation before joining the transactionJosef Bacik2011-07-111-19/+17
* Btrfs: avoid delayed metadata items during commitsChris Mason2011-06-171-10/+17
* Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2011-06-171-3/+11
|\
| * Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik2011-06-151-3/+11
* | Btrfs: fix relocation racesChris Mason2011-06-171-4/+69
|/
* Btrfs: clear current->journal_info on async transaction commitSage Weil2011-06-101-1/+4
* Btrfs: unlock the trans lock properlyJosef Bacik2011-06-091-1/+1
* btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-1/+1
* Merge branch 'for-chris' ofChris Mason2011-05-281-137/+163
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-1/+0
| * Btrfs: kill trans_mutexJosef Bacik2011-05-231-129/+142
| * Btrfs: if we've already started a trans handle, use that oneJosef Bacik2011-05-231-0/+17
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-8/+5
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-0/+3
|\ \
| * | btrfs: scrubArne Jansen2011-05-121-0/+3
| |/
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-136/+1
|\ \
| * | btrfs: remove old unused commented out codeDavid Sterba2011-05-061-134/+0
| * | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-2/+1
| |/
* | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-4/+41
|\ \
| * | btrfs: implement delayed inode items operationMiao Xie2011-05-211-4/+41
| |/
* | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-251-0/+2
* | Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-2/+2
* | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-251-1/+6
|/
* Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik2011-04-111-21/+16
* Btrfs: only retry transaction reservation onceJosef Bacik2011-04-081-1/+10
* Btrfs: Fix uninitialized root flags for subvolumesLi Zefan2011-04-051-0/+1
* Btrfs: fix memory leak in start_transaction()Yoshinori Sano2011-04-051-0/+1
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-3/+9
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+2
* btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-281-0/+5
* Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+3