summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Btrfs: change how we track dirty rootsJosef Bacik1-1/+8
2015-01-21btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason1-6/+32
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-0/+33
2014-11-21Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana1-0/+3
2014-11-21Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana1-16/+76
2014-11-12btrfs: introduce pending action: commitDavid Sterba1-0/+5
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba1-7/+12
2014-11-12btrfs: add support for processing pending changesDavid Sterba1-0/+16
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-1/+1
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-1/+1
2014-10-04Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-04Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-0/+26
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba1-1/+1
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba1-1/+1
2014-09-18Btrfs: fix wrong device bytes_used in the super blockMiao Xie1-0/+1
2014-09-18Btrfs: fix wrong disk size when writing super blocksMiao Xie1-0/+2
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-09-18btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba1-4/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-31/+2
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana1-0/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba1-5/+0
2014-06-29Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen1-5/+7
2014-06-11Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason1-2/+2
2014-06-10Btrfs: async delayed refsChris Mason1-3/+16
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-26/+26
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-16/+17
2014-06-10btrfs: assert that send is not in progres before root deletionDavid Sterba1-13/+0
2014-04-07Btrfs: remove transaction from sendJosef Bacik1-17/+28
2014-04-07Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-1/+2
2014-03-21Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-1/+1
2014-03-10Btrfs: cancel scrub on transaction abortionWang Shilong1-0/+1
2014-03-10Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong1-11/+11
2014-01-29btrfs: Add noinode_cache mount optionQu Wenruo1-0/+9
2014-01-29Btrfs: throttle delayed refs betterJosef Bacik1-2/+2
2014-01-29Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik1-6/+1
2014-01-29Btrfs: make fsync latency less suckyJosef Bacik1-1/+2
2014-01-29Btrfs: fix protection between send and root deletionWang Shilong1-0/+13
2014-01-29Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie1-6/+0
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-4/+4
2014-01-29Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong1-1/+2
2014-01-29Btrfs: introduce a head ref rbtreeLiu Bo1-1/+3
2013-11-21Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-12Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-12Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-1/+1
2013-11-12Btrfs: fix memory leaks on transaction commit failureFilipe David Borba Manana1-4/+8
2013-11-12Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie1-1/+23
2013-11-12Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik1-11/+11