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