aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Btrfs: remove no longer used stuff for tracking pending ordered extentsFilipe Manana1-30/+0
2018-08-06btrfs: prune unused includesDavid Sterba1-1/+0
2018-08-06btrfs: remove remaing full_sync logic from btrfs_sync_fileDavid Sterba1-14/+0
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik1-123/+0
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-10/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-1/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-2/+19
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason1-9/+8
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova1-9/+9
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov1-5/+4
2017-02-14Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo1-16/+13
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo1-2/+12
2017-02-14btrfs: Make btrfs_get_logged_extents take btrfs_inodeNikolay Borisov1-2/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-16/+18
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-2/+2
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-2/+2
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang1-1/+2
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana1-1/+5
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-7/+19
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-2/+1
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik1-14/+50
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba1-0/+6
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana1-0/+5
2015-06-10Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana1-1/+15
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana1-0/+14
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo1-7/+0
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana1-4/+10
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana1-5/+2
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana1-3/+13
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-2/+7
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-22/+2
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-0/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-123/+0
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-1/+1
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie1-13/+4
2014-03-10Btrfs: wake up the tasks that wait for the io earlierMiao Xie1-4/+10
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie1-3/+14
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-6/+7
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the inodesMiao Xie1-8/+29
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-5/+7
2014-01-28Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana1-1/+2
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1