aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAge
* Btrfs: fix race in WAIT_SYNC ioctlSage Weil2014-10-03
* Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-03
* Btrfs: fix wrong device bytes_used in the super blockMiao Xie2014-09-17
* Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-17
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-17
* btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba2014-09-17
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-15
* Btrfs: fix crash when starting transactionFilipe Manana2014-07-03
* btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba2014-07-03
* Btrfs: assert send doesn't attempt to start transactionsFilipe Manana2014-06-28
* btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-13
* Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason2014-06-10
* Btrfs: async delayed refsChris Mason2014-06-09
* Btrfs: rework qgroup accountingJosef Bacik2014-06-09
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-09
* btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-09
* Btrfs: remove transaction from sendJosef Bacik2014-04-06
* Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-06
* Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-03-20
* Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-10
* Btrfs: cancel scrub on transaction abortionWang Shilong2014-03-10
* Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong2014-03-10
* btrfs: Add noinode_cache mount optionQu Wenruo2014-01-28
* Btrfs: throttle delayed refs betterJosef Bacik2014-01-28
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-28
* Btrfs: make fsync latency less suckyJosef Bacik2014-01-28
* Btrfs: fix protection between send and root deletionWang Shilong2014-01-28
* Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie2014-01-28
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-28
* Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2014-01-28
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-28
* Btrfs: fix lockdep error in async commitLiu Bo2013-11-20
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-11
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-11
* Btrfs: fix memory leaks on transaction commit failureFilipe David Borba Manana2013-11-11
* Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie2013-11-11
* Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik2013-11-11
* Btrfs: remove all BUG_ON()'s from commit_cowonly_rootsJosef Bacik2013-11-11
* Btrfs: cleanup transaction on abortJosef Bacik2013-11-11
* Btrfs: reset intwrite on transaction abortJosef Bacik2013-11-11
* Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-04
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-21
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-01
* Btrfs: check UUID tree during mount if requiredStefan Behrens2013-09-01
* Btrfs: introduce uuid-tree-gen fieldStefan Behrens2013-09-01
* Btrfs: maintain subvolume items in the UUID treeStefan Behrens2013-09-01
* btrfs: mark some local function as 'static'Sergei Trofimovich2013-09-01
* Btrfs: don't bug_on when we fail when cleaning up transactionsJosef Bacik2013-09-01
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-01
* Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2013-08-09