summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-3/+0
|\
| * Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik2015-03-051-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-6/+21
|\|
| * btrfs: Fix out-of-space bugZhao Lei2015-02-141-0/+4
| * Btrfs: track dirty block groups on their own listJosef Bacik2015-01-211-5/+9
| * Btrfs: change how we track dirty rootsJosef Bacik2015-01-211-1/+8
* | btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo2015-01-201-1/+1
|/
* Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2014-11-251-6/+32
|\
| * btrfs: introduce pending action: commitDavid Sterba2014-11-121-0/+5
| * btrfs: switch inode_cache option handling to pending changesDavid Sterba2014-11-121-7/+12
| * btrfs: add support for processing pending changesDavid Sterba2014-11-121-0/+16
* | Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2014-11-211-0/+33
* | Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2014-11-201-0/+3
* | Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2014-11-201-16/+76
|/
* Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-041-1/+1
|\
| * btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-1/+1
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-1/+1
|\ \
| * | btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba2014-10-021-1/+1
| |/
* | Btrfs: fix race in WAIT_SYNC ioctlSage Weil2014-10-031-3/+9
* | Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-031-0/+26
|/
* Btrfs: fix wrong device bytes_used in the super blockMiao Xie2014-09-171-0/+1
* Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-171-0/+2
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-1/+1
* btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba2014-09-171-4/+1
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-31/+2
* Btrfs: fix crash when starting transactionFilipe Manana2014-07-031-0/+1
* btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba2014-07-031-5/+0
* Btrfs: assert send doesn't attempt to start transactionsFilipe Manana2014-06-281-2/+4
* btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-131-5/+7
* Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason2014-06-101-2/+2
* Btrfs: async delayed refsChris Mason2014-06-091-3/+16
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-26/+26
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-16/+17
* btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-091-13/+0
* Btrfs: remove transaction from sendJosef Bacik2014-04-061-17/+28
* Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-061-1/+2
* Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-03-201-10/+4
* Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-1/+1
* Btrfs: cancel scrub on transaction abortionWang Shilong2014-03-101-0/+1
* Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong2014-03-101-11/+11
* btrfs: Add noinode_cache mount optionQu Wenruo2014-01-281-0/+9
* Btrfs: throttle delayed refs betterJosef Bacik2014-01-281-2/+2
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-281-6/+1
* Btrfs: make fsync latency less suckyJosef Bacik2014-01-281-1/+2
* Btrfs: fix protection between send and root deletionWang Shilong2014-01-281-0/+13
* Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie2014-01-281-6/+0
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-4/+4
* Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2014-01-281-1/+2
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-281-1/+3
* Btrfs: fix lockdep error in async commitLiu Bo2013-11-201-2/+2