summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.h
AgeCommit message (Expand)AuthorLines
2020-07-27btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: make btrfs_add_ordered_extent take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov-1/+1
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana-3/+0
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana-3/+0
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo-0/+3
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba-2/+1
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik-7/+0
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval-12/+14
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana-1/+1
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn-2/+2
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov-0/+4
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov-2/+1
2018-12-17btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba-20/+25
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana-2/+0
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba-3/+0
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik-17/+3
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba-16/+4
2018-03-26btrfs: add more __cold annotationsDavid Sterba-1/+1
2018-03-26btrfs: Don't hardcode the csum size in btrfs_ordered_sum_sizeNikolay Borisov-1/+3
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason-2/+2
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov-3/+4
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo-0/+2
2017-02-14btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov-1/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney-2/+2
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves-1/+1
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana-2/+4
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik-0/+2
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana-0/+3
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo-3/+0
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana-1/+3
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik-1/+7
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason-5/+0
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo-2/+2
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo-1/+1
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo-1/+1
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Miao Xie-1/+5
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie-2/+2
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik-3/+2
2013-09-01Btrfs: allow partial ordered extent completionJosef Bacik-0/+7
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie-20/+5
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie-0/+2
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie-1/+2
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason-1/+13