summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorLines
2020-07-27btrfs: make btrfs_add_ordered_extent_dio take btrfs_inodeNikolay Borisov-2/+2
2020-07-27btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inodeNikolay Borisov-4/+3
2020-07-27btrfs: make btrfs_qgroup_release_data take btrfs_inodeNikolay Borisov-2/+1
2020-07-27btrfs: make btrfs_add_ordered_extent_compress take btrfs_inodeNikolay Borisov-2/+2
2020-07-27btrfs: make btrfs_add_ordered_extent take btrfs_inodeNikolay Borisov-2/+2
2020-07-27btrfs: make btrfs_qgroup_free_data take btrfs_inodeNikolay Borisov-2/+1
2020-07-27btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov-3/+3
2020-07-27btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov-15/+15
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana-2/+0
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana-2/+0
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo-1/+21
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba-7/+3
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba-0/+2
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik-2/+2
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik-128/+0
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana-1/+6
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval-35/+34
2020-01-20btrfs: Opencode ordered_data_tree_panicNikolay Borisov-9/+3
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana-5/+1
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval-1/+0
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba-0/+1
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota-5/+6
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik-0/+1
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn-4/+6
2019-07-01btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov-3/+15
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov-0/+33
2019-04-29btrfs: track DIO bytes in flightJosef Bacik-1/+8
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov-3/+2
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov-1/+2
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana-30/+0
2018-08-06btrfs: prune unused includesDavid Sterba-1/+0
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba-14/+0
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik-123/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba-10/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo-1/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba-1/+1
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik-2/+19
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason-9/+8
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova-9/+9
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov-5/+4
2017-02-14Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo-16/+13
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo-2/+12
2017-02-14btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov-2/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney-16/+18
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney-2/+2
2016-09-26btrfs: unsplit printed stringsJeff Mahoney-2/+2
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov-1/+1
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang-1/+2