summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c
AgeCommit message (Expand)Author
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
2016-02-16btrfs: reada: Add missed segment checking in reada_find_zoneZhao Lei
2016-02-16btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zoneZhao Lei
2016-02-16btrfs: reada: Fix in-segment calculation for readaZhao Lei
2016-02-11btrfs: reada: use GFP_KERNEL everywhereDavid Sterba
2015-10-21btrfs: reada: Fix returned errno codeLuis de Bethencourt
2015-08-09Btrfs: count devices correctly in readahead during RAID 5/6 replaceOmar Sandoval
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba
2014-12-12btrfs: remove blocksize from reada_extentDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong