aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c
AgeCommit message (Expand)Author
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-12-31btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-06-14btrfs: start readahead also in seed devicesNaohiro Aota
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba
2017-06-19btrfs: remove unused member err from reada_extentDavid Sterba
2017-04-18btrfs: remove local blocksize variable in reada_find_extentDavid Sterba
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devDavid Sterba
2017-04-18btrfs: remove redundant parameter from reada_find_zoneDavid Sterba
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
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-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney
2016-11-30btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba
2016-11-30btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba
2016-11-30btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba
2016-11-30btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo
2016-02-18btrfs: reada: ignore creating reada_extent for a non-existent deviceZhao Lei
2016-02-18btrfs: reada: avoid undone reada extents in btrfs_reada_waitZhao Lei
2016-02-18btrfs: reada: limit max works countZhao Lei
2016-02-18btrfs: reada: simplify dev->reada_in_flight processingZhao Lei
2016-02-18btrfs: reada: Fix a debug code typoZhao Lei
2016-02-18btrfs: reada: Jump into cleanup in direct way for __readahead_hook()Zhao Lei
2016-02-18btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei
2016-02-18btrfs: reada: Pass reada_extent into __readahead_hook directlyZhao Lei
2016-02-18btrfs: reada: move reada_extent_put to place after __readahead_hook()Zhao Lei
2016-02-18btrfs: reada: Remove level argument in severial functionsZhao Lei
2016-02-18btrfs: reada: bypass adding extent when all zone failedZhao Lei
2016-02-18btrfs: reada: add all reachable mirrors into reada device listZhao Lei
2016-02-18btrfs: reada: Move is_need_to_readahead contition earlierZhao Lei
2016-02-16btrfs: reada: Avoid many times of empty loopZhao Lei