summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens
2013-09-01Btrfs: introduce uuid-tree-gen fieldStefan Behrens
2013-09-01Btrfs: maintain subvolume items in the UUID treeStefan Behrens
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich
2013-09-01Btrfs: don't bug_on when we fail when cleaning up transactionsJosef Bacik
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik
2013-07-01Btrfs: fix the comment typo for btrfs_attach_transaction_barrierWang Sheng-Hui
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik
2013-07-01Btrfs: stop waiting on current trans if we abortedJosef Bacik
2013-06-14Btrfs: merge pending IO for tree log write backMiao Xie
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie
2013-06-14Btrfs: remove the time check in btrfs_commit_transaction()Miao Xie
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie
2013-06-14Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setMiao Xie
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie
2013-06-14Btrfs: remove the code for the impossible case in cleanup_transaction()Miao Xie
2013-06-14Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...Miao Xie
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie
2013-06-14Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens
2013-05-06Btrfs: cleanup to remove reduplicate code in transaction.cWang Shilong
2013-05-06Btrfs: fix infinite loop when we abort on mountJosef Bacik
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-05-06btrfs: clean snapshots one by oneDavid Sterba
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-04Btrfs: avoid deadlock on transaction waiting listLiu Bo
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie
2013-02-28Btrfs: fix NULL pointer after aborting a transactionLiu Bo
2013-02-26Btrfs: use reserved space for creating a snapshotLiu Bo
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: fix missing release of qgroup reservation in commit_transaction()Miao Xie
2013-02-20Btrfs: fix uncompleted transactionMiao Xie
2013-02-20Btrfs: fix the deadlock between the transaction start/attach and commitMiao Xie
2013-02-20Btrfs: fix the qgroup reserved space is released prematurelyMiao Xie
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20btrfs: add cancellation points to defragDavid Sterba