summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-011-2/+2
* btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-011-0/+4
* btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov2019-04-291-2/+1Star
* btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba2018-12-171-20/+25
* Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana2018-12-171-2/+0Star
* btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba2018-08-061-3/+0Star
* btrfs: remove the logged extents infrastructureJosef Bacik2018-08-061-17/+3Star
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4Star
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: Don't hardcode the csum size in btrfs_ordered_sum_sizeNikolay Borisov2018-03-261-1/+3
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-2/+2
* btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-3/+4
* Btrfs: specify a new ordered extent type for create_io_emLiu Bo2017-02-171-0/+2
* btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-2/+2
* Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-301-1/+1
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-1/+1
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-2/+4
|/
* Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-221-0/+2
* Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2015-06-101-0/+3
* Btrfs: remove csum_bytes_leftLiu Bo2015-06-031-3/+0Star
* Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana2014-11-211-1/+3
* Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2014-11-211-1/+7
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-5/+0Star
* btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-2/+2
* btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie2014-03-101-1/+5
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-121-2/+2
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-121-1/+1
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-3/+2Star
* Btrfs: allow partial ordered extent completionJosef Bacik2013-09-011-0/+7
* Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-021-20/+5Star
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-0/+2
* Btrfs: improve the performance of the csums lookupMiao Xie2013-05-061-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-201-1/+13
|\
| * Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-1/+2
| * Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-0/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-181-2/+5
|\|
| * Btrfs: make ordered extent be flushed by multi-taskMiao Xie2012-12-111-1/+4
| * Btrfs: make ordered operations be handled by multi-taskMiao Xie2012-12-111-1/+1
* | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
|/
* Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo2012-10-041-2/+1Star
* Btrfs: use a slab for ordered extents allocationMiao Xie2012-10-011-0/+2
* Btrfs: fix file extent discount problem in the, snapshotMiao Xie2012-10-011-0/+7
* Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-301-2/+11
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-12/+12
* btrfs: Allow to add new compression algorithmLi Zefan2010-12-221-1/+7