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