aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/reada.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-18btrfs: reada: Move is_need_to_readahead contition earlierGravatar Zhao Lei 1-11/+9
2016-02-16btrfs: reada: Avoid many times of empty loopGravatar Zhao Lei 1-1/+1
2016-02-16btrfs: reada: Add missed segment checking in reada_find_zoneGravatar Zhao Lei 1-1/+3
2016-02-16btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zoneGravatar Zhao Lei 1-8/+4
2016-02-16btrfs: reada: Fix in-segment calculation for readaGravatar Zhao Lei 1-2/+2
2016-02-11btrfs: reada: use GFP_KERNEL everywhereGravatar David Sterba 1-5/+5
2015-10-21btrfs: reada: Fix returned errno codeGravatar Luis de Bethencourt 1-3/+5
2015-08-09Btrfs: count devices correctly in readahead during RAID 5/6 replaceGravatar Omar Sandoval 1-1/+3
2015-01-21Btrfs: add ref_count and free function for btrfs_bioGravatar Zhao Lei 1-2/+2
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedGravatar David Sterba 1-1/+1
2014-12-12btrfs: remove blocksize from reada_extentGravatar David Sterba 1-9/+6
2014-09-17btrfs: use nodesize everywhere, kill leafsizeGravatar David Sterba 1-1/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeGravatar Liu Bo 1-1/+2