summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana2018-12-171-30/+0
* btrfs: prune unused includesDavid Sterba2018-08-061-1/+0
* btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba2018-08-061-14/+0
* btrfs: remove the logged extents infrastructureJosef Bacik2018-08-061-123/+0
* btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-10/+4
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-1/+1
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-2/+19
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-9/+8
* btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-181-9/+9
* btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-5/+4
* Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo2017-02-141-16/+13
* Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo2017-02-141-2/+12
* btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov2017-02-141-2/+2
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-16/+18
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-2/+2
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-2/+2
* btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
* btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang2016-06-231-1/+2