summaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.h
AgeCommit message (Expand)Author
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba
2024-03-04btrfs: add forward declarations and headers, part 1David Sterba
2023-12-15btrfs: remove unused btrfs_ordered_extent::outstanding_isizeDavid Sterba
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig
2023-04-17btrfs: pass flags as unsigned long to btrfs_add_ordered_extentBoris Burkov
2023-04-17btrfs: add function to create and return an ordered extentBoris Burkov
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-06-21btrfs: introduce btrfs_lookup_first_ordered_range()Qu Wenruo
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo
2021-02-08btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-07-27btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_add_ordered_extent take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo