aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-9/+9
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeGravatar Nikolay Borisov 1-5/+4
2017-02-14Btrfs: clean up btrfs_ordered_update_i_sizeGravatar Liu Bo 1-16/+13
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyGravatar Liu Bo 1-2/+12
2017-02-14btrfs: Make btrfs_get_logged_extents take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-16/+18
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-2/+2
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-2/+2
2016-07-26btrfs: Fix slab accounting flagsGravatar Nikolay Borisov 1-1/+1
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsGravatar Wang Xiaoguang 1-1/+2
2016-05-30Btrfs: fix race setting block group readonly during device replaceGravatar Filipe Manana 1-1/+5
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationGravatar Filipe Manana 1-7/+19
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-0/+1
2016-02-18btrfs: drop null testing before destroy functionsGravatar Kinglong Mee 1-2/+1
2015-10-21Btrfs: change how we wait for pending ordered extentsGravatar Josef Bacik 1-14/+50
2015-10-10btrfs: add comments to barriers before waitqueue_activeGravatar David Sterba 1-0/+6
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOGravatar Filipe Manana 1-0/+5
2015-06-10Btrfs: don't attach unnecessary extents to transaction on fsyncGravatar Filipe Manana 1-1/+15
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryGravatar Filipe Manana 1-0/+14
2015-06-03Btrfs: remove csum_bytes_leftGravatar Liu Bo 1-7/+0
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorGravatar Filipe Manana 1-4/+10
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksGravatar Filipe Manana 1-5/+2
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncGravatar Filipe Manana 1-3/+13
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Gravatar Josef Bacik 1-2/+7
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeGravatar Filipe Manana 1-22/+2
2014-08-24Btrfs: fix task hang under heavy compressed writeGravatar Liu Bo 1-0/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesGravatar Chris Mason 1-123/+0
2014-07-19Btrfs: fix abnormal long waiting in fsyncGravatar Liu Bo 1-0/+11
2014-06-09btrfs: remove stale newlines from log messagesGravatar David Sterba 1-1/+1
2014-03-10Btrfs: split the global ordered extents mutexGravatar Miao Xie 1-13/+4
2014-03-10Btrfs: wake up the tasks that wait for the io earlierGravatar Miao Xie 1-4/+10
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitGravatar Miao Xie 1-3/+14
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueGravatar Qu Wenruo 1-1/+1
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Gravatar Qu Wenruo 1-6/+7
2014-03-10Btrfs: don't mix the ordered extents of all files together during logging the...Gravatar Miao Xie 1-8/+29
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-5/+7
2014-01-28Btrfs: avoid unnecessary ordered extent cache resetsGravatar Filipe David Borba Manana 1-1/+2
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listGravatar Miao Xie 1-0/+1
2013-11-20Btrfs: don't wait for ordered data outside desired rangeGravatar Filipe David Borba Manana 1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsGravatar Miao Xie 1-5/+17
2013-11-11Btrfs: take ordered root lock when removing ordered operations inodeGravatar Josef Bacik 1-0/+2
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeGravatar Josef Bacik 1-8/+18
2013-11-11Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.Gravatar chandan 1-1/+1
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsGravatar Josef Bacik 1-21/+3
2013-09-01Btrfs: allow partial ordered extent completionGravatar Josef Bacik 1-4/+9
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-7/+4
2013-09-01Btrfs: fix heavy delalloc related deadlockGravatar Josef Bacik 1-2/+2
2013-07-02Btrfs: remove btrfs_sector_sum structureGravatar Miao Xie 1-11/+8