aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)Author
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana
2015-06-10Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie
2014-03-10Btrfs: wake up the tasks that wait for the io earlierMiao Xie
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie
2013-11-20Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-11Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-11Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.chandan
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie
2013-03-28Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik
2013-02-05Btrfs: fix missing i_size updateJosef Bacik
2012-12-12Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo