summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason2012-05-311-18/+37
|\
| * Btrfs: tree mod log sanity checks in join_transactionJan Schmidt2012-05-301-0/+18
| * Btrfs: fs_info variable for join_transactionJan Schmidt2012-05-301-18/+19
* | Btrfs: read device stats on mount, write modified ones during commitStefan Behrens2012-05-301-0/+4
|/
* btrfs: add missing unlocks to transaction abort pathsDavid Sterba2012-04-181-1/+5
* Btrfs: fix use-after-free in __btrfs_end_transactionDave Jones2012-04-121-4/+5
* Btrfs: show useful info in space reservation tracepointLiu Bo2012-03-291-2/+1
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-13/+23
* btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-35/+155
* btrfs: btrfs_drop_snapshot should return intJeff Mahoney2012-03-221-2/+5
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-2/+1
* Btrfs: fix compiler warnings on 32 bit systemsChris Mason2012-02-241-1/+2
* Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason2012-02-231-6/+7
* Btrfs: space leak tracepointsJosef Bacik2012-01-161-0/+2
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-2/+7
|\
| * Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt2012-01-041-0/+1
| * Btrfs: add sequence numbers to delayed refsArne Jansen2012-01-041-0/+4
| * Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-2/+2
* | Btrfs: run chunk allocations while we do delayed refsChris Mason2012-01-061-8/+1
|/
* 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