aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)Author
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-01-09btrfs: 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
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn
2019-07-01btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov
2019-04-29btrfs: track DIO bytes in flightJosef Bacik
2019-04-29btrfs: Remove redundant inode argument from btrfs_add_ordered_sumNikolay Borisov
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov
2017-02-14Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo
2017-02-14btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana
2015-06-10Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason