aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/reada.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-1/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 1-2/+2
2019-11-18btrfs: get rid of unique workqueue helper functionsGravatar Omar Sandoval 1-2/+1
2019-11-18btrfs: don't prematurely free work in reada_start_machine_worker()Gravatar Omar Sandoval 1-6/+4
2019-09-09btrfs: Make reada_tree_block_flagged privateGravatar Nikolay Borisov 1-0/+29
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 1-0/+1
2019-06-14btrfs: start readahead also in seed devicesGravatar Naohiro Aota 1-0/+5
2018-12-17btrfs: dev-replace: open code trivial locking helpersGravatar David Sterba 1-6/+6
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadGravatar David Sterba 1-5/+7
2018-08-06btrfs: prune unused includesGravatar David Sterba 1-1/+0
2018-08-06btrfs: Fix misleading indentation reported by smatchGravatar Bart Van Assche 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: split dev-replace locking helpers for read and writeGravatar David Sterba 1-5/+5
2017-06-19btrfs: remove unused member err from reada_extentGravatar David Sterba 1-1/+0
2017-04-18btrfs: remove local blocksize variable in reada_find_extentGravatar David Sterba 1-4/+2
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devGravatar David Sterba 1-4/+3
2017-04-18btrfs: remove redundant parameter from reada_find_zoneGravatar David Sterba 1-3/+3
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookGravatar David Sterba 1-2/+2
2017-04-18btrfs: preallocate radix tree node for global readahead treeGravatar David Sterba 1-0/+7
2017-04-18btrfs: preallocate radix tree node for readaheadGravatar David Sterba 1-0/+7
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-5/+3
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-5/+4
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-4/+4
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoGravatar Jeff Mahoney 1-6/+7
2016-11-30btrfs: reada, remove pointless BUG_ON check for fs_infoGravatar David Sterba 1-1/+0
2016-11-30btrfs: reada, remove pointless BUG_ON in reada_find_extentGravatar David Sterba 1-1/+0
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookGravatar David Sterba 1-6/+2
2016-11-30btrfs: reada, remove unused parameter from __readahead_hookGravatar David Sterba 1-4/+4
2016-11-30btrfs: reada, cleanup remove unneeded variable in __readahead_hookGravatar David Sterba 1-5/+1
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockGravatar Christoph Hellwig 1-2/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-3/+3
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-15/+13
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-3/+3
2016-05-30Btrfs: fix race between readahead and device replace/removalGravatar Filipe Manana 1-0/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-15/+15
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6Gravatar David Sterba 1-5/+5
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6Gravatar David Sterba 1-124/+124
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceGravatar Liu Bo 1-5/+5
2016-02-18btrfs: reada: ignore creating reada_extent for a non-existent deviceGravatar Zhao Lei 1-9/+8
2016-02-18btrfs: reada: avoid undone reada extents in btrfs_reada_waitGravatar Zhao Lei 1-1/+8
2016-02-18btrfs: reada: limit max works countGravatar Zhao Lei 1-1/+8
2016-02-18btrfs: reada: simplify dev->reada_in_flight processingGravatar Zhao Lei 1-18/+10
2016-02-18btrfs: reada: Fix a debug code typoGravatar Zhao Lei 1-8/+3
2016-02-18btrfs: reada: Jump into cleanup in direct way for __readahead_hook()Gravatar Zhao Lei 1-19/+21
2016-02-18btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentGravatar Zhao Lei 1-12/+11
2016-02-18btrfs: reada: Pass reada_extent into __readahead_hook directlyGravatar Zhao Lei 1-21/+24
2016-02-18btrfs: reada: move reada_extent_put to place after __readahead_hook()Gravatar Zhao Lei 1-2/+2
2016-02-18btrfs: reada: Remove level argument in severial functionsGravatar Zhao Lei 1-9/+6
2016-02-18btrfs: reada: bypass adding extent when all zone failedGravatar Zhao Lei 1-0/+5
2016-02-18btrfs: reada: add all reachable mirrors into reada device listGravatar Zhao Lei 1-11/+9