summaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)Author
2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota
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: make page Ordered bit to be subpage compatibleQu Wenruo
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo
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-28btrfs: zoned: fix silent data loss after failure splitting ordered extentFilipe Manana
2021-04-19btrfs: replace offset_in_entry with in_rangeNikolay Borisov
2021-02-09btrfs: zoned: use ZONE_APPEND write for zoned modeNaohiro Aota
2021-02-09btrfs: save irq flags when looking up an ordered extentJohannes Thumshirn
2021-02-09btrfs: zoned: split ordered extent when bio is sentNaohiro Aota
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik
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: 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-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid 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: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov
2020-10-07btrfs: make ordered extent tracepoint 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_qgroup_release_data 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_qgroup_free_data take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov
2020-07-27btrfs: make __btrfs_add_ordered_extent take struct 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
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval
2020-01-20btrfs: Opencode ordered_data_tree_panicNikolay Borisov
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota