aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedGravatar Christoph Hellwig 1-6/+11
2022-07-25btrfs: add tracepoints for ordered extentsGravatar Johannes Thumshirn 1-3/+16
2022-07-25btrfs: fix typos in commentsGravatar David Sterba 1-2/+2
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEGravatar Omar Sandoval 1-3/+9
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentGravatar Omar Sandoval 1-85/+35
2021-09-07btrfs: zoned: fix double counting of split ordered extentGravatar Naohiro Aota 1-0/+8
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingGravatar David Sterba 1-4/+1
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentGravatar Christoph Hellwig 1-2/+0
2021-06-21btrfs: make page Ordered bit to be subpage compatibleGravatar Qu Wenruo 1-2/+3
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsGravatar Qu Wenruo 1-4/+4
2021-06-21btrfs: introduce btrfs_lookup_first_ordered_range()Gravatar Qu Wenruo 1-0/+75
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsGravatar Qu Wenruo 1-58/+119
2021-04-28btrfs: zoned: fix silent data loss after failure splitting ordered extentGravatar Filipe Manana 1-1/+1
2021-04-19btrfs: replace offset_in_entry with in_rangeGravatar Nikolay Borisov 1-15/+4
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeGravatar Naohiro Aota 1-0/+3
2021-02-09btrfs: save irq flags when looking up an ordered extentGravatar Johannes Thumshirn 1-2/+3
2021-02-09btrfs: zoned: split ordered extent when bio is sentGravatar Naohiro Aota 1-0/+78
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesGravatar Josef Bacik 1-7/+6
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsGravatar Qu Wenruo 1-5/+16
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsGravatar Qu Wenruo 1-46/+58
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