summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: introduce btrfs_lookup_first_ordered_range()Qu Wenruo2021-06-211-0/+2
* btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo2021-06-211-4/+4
* btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo2021-04-191-2/+2
* btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-0/+8
* btrfs: zoned: split ordered extent when bio is sentNaohiro Aota2021-02-091-0/+2
* btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo2021-02-081-13/+24
* btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo2021-02-081-5/+5
* btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo2020-12-091-2/+0
* btrfs: remove unnecessary local variables for checksum sizeDavid Sterba2020-12-081-2/+1
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-1/+1
* btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-071-2/+1
* btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov2020-10-071-1/+1
* btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov2020-10-071-2/+2
* btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov2020-10-071-1/+1
* btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov2020-10-071-1/+1
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-0/+11
* btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: make btrfs_add_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana2020-07-271-3/+0
* btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana2020-07-271-3/+0
* btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo2020-07-271-0/+3
* btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba2020-03-231-2/+1
* btrfs: delete the ordered isize update codeJosef Bacik2020-03-231-7/+0
* btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval2020-01-201-12/+14
* Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana2019-11-181-1/+1
* 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/+1
* 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/+0
* btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba2018-08-061-3/+0
* btrfs: remove the logged extents infrastructureJosef Bacik2018-08-061-17/+3
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4
* 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-211-0/+2