summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-2/+19
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-9/+8
* btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-181-9/+9
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-5/+4
* Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo2017-02-141-16/+13
* Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo2017-02-141-2/+12
* btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov2017-02-141-2/+2
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-16/+18
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-2/+2
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-2/+2
* btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
* btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang2016-06-231-1/+2
* Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-301-1/+5
* Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-7/+19
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
* btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-2/+1
* Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-211-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-011-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/+0
* 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/+2
* 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-201-22/+2
* 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/+0
* Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-1/+1
* Btrfs: split the global ordered extents mutexMiao Xie2014-03-101-13/+4
* 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-201-0/+1
* Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana2013-11-201-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-111-5/+17
* Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik2013-11-111-0/+2
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-111-8/+18
* Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.chandan2013-11-111-1/+1
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-21/+3
* 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/+4
OpenPOWER on IntegriCloud