summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: fix silent data loss after failure splitting ordered extentFilipe Manana2021-04-281-1/+1
* btrfs: replace offset_in_entry with in_rangeNikolay Borisov2021-04-191-15/+4
* btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota2021-02-091-0/+3
* btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn2021-02-091-2/+3
* btrfs: zoned: split ordered extent when bio is sentNaohiro Aota2021-02-091-0/+78
* btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik2021-02-081-7/+6
* btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo2021-02-081-5/+16
* btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo2021-02-081-46/+58
* btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsQu Wenruo2020-12-091-44/+0
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-1/+1
* btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba2020-12-081-3/+3
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-2/+1
* btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-071-8/+7
* btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov2020-10-071-4/+3
* btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov2020-10-071-10/+9
* btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov2020-10-071-1/+1
* btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov2020-10-071-4/+3
* btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov2020-10-071-4/+4
* btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov2020-10-071-3/+3
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-0/+59
* btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeNikolay Borisov2020-07-271-4/+3
* btrfs: make btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov2020-07-271-2/+1
* btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_add_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-2/+2
* btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov2020-07-271-2/+1
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-271-3/+3
* btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov2020-07-271-15/+15
* btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana2020-07-271-2/+0
* btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana2020-07-271-2/+0
* btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo2020-07-271-1/+21
* btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba2020-03-231-7/+3
* btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba2020-03-231-0/+2
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-2/+2
* btrfs: delete the ordered isize update codeJosef Bacik2020-03-231-128/+0
* Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-191-1/+6
* btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval2020-01-201-35/+34
* btrfs: Opencode ordered_data_tree_panicNikolay Borisov2020-01-201-9/+3
* Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana2019-11-181-5/+1
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-1/+0
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota2019-07-261-5/+6
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+1
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-011-4/+6
* btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-011-3/+15
* btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-011-0/+33
* btrfs: track DIO bytes in flightJosef Bacik2019-04-291-1/+8
* btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov2019-04-291-3/+2
* btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2019-04-251-1/+2