aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsGravatar Qu Wenruo 1-44/+0
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32Gravatar David Sterba 1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-1/+1
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsGravatar David Sterba 1-3/+3
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 1-2/+1
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentGravatar Nikolay Borisov 1-8/+7
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeGravatar Nikolay Borisov 1-4/+3
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeGravatar Nikolay Borisov 1-10/+9
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeGravatar Nikolay Borisov 1-4/+3
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeGravatar Nikolay Borisov 1-4/+4
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-10-07btrfs: make fast fsyncs wait only for writebackGravatar Filipe Manana 1-0/+59
2020-07-27btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeGravatar Nikolay Borisov 1-4/+3
2020-07-27btrfs: make btrfs_qgroup_release_data take btrfs_inodeGravatar Nikolay Borisov 1-2/+1
2020-07-27btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_add_ordered_extent take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeGravatar Nikolay Borisov 1-2/+1
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2020-07-27btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeGravatar Nikolay Borisov 1-15/+15
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentGravatar Filipe Manana 1-2/+0
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentGravatar Filipe Manana 1-2/+0
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Gravatar Qu Wenruo 1-1/+21
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeGravatar David Sterba 1-7/+3
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersGravatar David Sterba 1-0/+2
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-2/+2
2020-03-23btrfs: delete the ordered isize update codeGravatar Josef Bacik 1-128/+0
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsGravatar Filipe Manana 1-1/+6
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemGravatar Omar Sandoval 1-35/+34
2020-01-20btrfs: Opencode ordered_data_tree_panicGravatar Nikolay Borisov 1-9/+3
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceGravatar Filipe Manana 1-5/+1
2019-11-18btrfs: get rid of unique workqueue helper functionsGravatar Omar Sandoval 1-1/+0
2019-09-09btrfs: move cond_wake_up functions out of ctreeGravatar David Sterba 1-0/+1
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeGravatar Naohiro Aota 1-5/+6
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeGravatar Josef Bacik 1-0/+1
2019-07-01btrfs: don't assume ordered sums to be 4 bytesGravatar Johannes Thumshirn 1-4/+6
2019-07-01btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeGravatar Nikolay Borisov 1-3/+15
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeGravatar Nikolay Borisov 1-0/+33
2019-04-29btrfs: track DIO bytes in flightGravatar Josef Bacik 1-1/+8
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumGravatar Nikolay Borisov 1-3/+2
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocGravatar Nikolay Borisov 1-1/+2
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsGravatar Filipe Manana 1-30/+0
2018-08-06btrfs: prune unused includesGravatar David Sterba 1-1/+0
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileGravatar David Sterba 1-14/+0
2018-08-06btrfs: remove the logged extents infrastructureGravatar Josef Bacik 1-123/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upGravatar David Sterba 1-10/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocGravatar Qu Wenruo 1-1/+1
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1