summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-221-14/+50
* btrfs: add comments to barriers before waitqueue_activeDavid Sterba2015-10-101-0/+6
* Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana2015-07-021-0/+5
* Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana2015-06-101-1/+15
* Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2015-06-101-0/+14
* Btrfs: remove csum_bytes_leftLiu Bo2015-06-031-7/+0Star
* Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana2015-05-111-4/+10
* Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana2015-03-021-5/+2Star
* Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana2014-11-211-3/+13
* Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2014-11-211-2/+7
* Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana2014-11-211-22/+2Star
* Btrfs: fix task hang under heavy compressed writeLiu Bo2014-08-241-0/+1
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-123/+0Star
* Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-101-1/+1
* Btrfs: split the global ordered extents mutexMiao Xie2014-03-101-13/+4Star
* Btrfs: wake up the tasks that wait for the io earlierMiao Xie2014-03-101-4/+10
* Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie2014-03-101-3/+14
* btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-1/+1
* btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo2014-03-101-6/+7
* Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie2014-03-101-8/+29
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-5/+7
* Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana2014-01-281-1/+2
* Btrfs: fix list delete warning when removing ordered root from the listMiao Xie2013-11-211-0/+1
* Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana2013-11-211-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-121-5/+17
* Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik2013-11-121-0/+2
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-121-8/+18
* Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.chandan2013-11-121-1/+1
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-21/+3Star
* Btrfs: allow partial ordered extent completionJosef Bacik2013-09-011-4/+9
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-7/+4Star
* Btrfs: fix heavy delalloc related deadlockJosef Bacik2013-09-011-2/+2
* Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-021-11/+8Star
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-33/+76
* Btrfs: improve the performance of the csums lookupMiao Xie2013-05-061-11/+17
* Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik2013-03-281-0/+2
* Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-5/+8
* Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie2013-02-201-14/+5Star
* Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-0/+68
* Btrfs: fix possible stale data exposureJosef Bacik2013-02-051-1/+1
* Btrfs: fix missing i_size updateJosef Bacik2013-02-051-2/+9
* Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo2012-12-121-3/+0Star
* Btrfs: make ordered extent be flushed by multi-taskMiao Xie2012-12-111-8/+33
* Btrfs: make ordered operations be handled by multi-taskMiao Xie2012-12-111-16/+30
* Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo2012-10-041-11/+1Star
* Btrfs: use a slab for ordered extents allocationMiao Xie2012-10-011-2/+21
* Btrfs: fix file extent discount problem in the, snapshotMiao Xie2012-10-011-44/+18Star
* btrfs: nuke pdflush from commentsArtem Bityutskiy2012-08-041-1/+1
* Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik2012-06-151-1/+21