aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-3/+3
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-15/+13
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-3/+3
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-15/+15
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-5/+5
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba1-124/+124
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo1-5/+5
2016-02-18btrfs: reada: ignore creating reada_extent for a non-existent deviceZhao Lei1-9/+8
2016-02-18btrfs: reada: avoid undone reada extents in btrfs_reada_waitZhao Lei1-1/+8
2016-02-18btrfs: reada: limit max works countZhao Lei1-1/+8
2016-02-18btrfs: reada: simplify dev->reada_in_flight processingZhao Lei1-18/+10
2016-02-18btrfs: reada: Fix a debug code typoZhao Lei1-8/+3
2016-02-18btrfs: reada: Jump into cleanup in direct way for __readahead_hook()Zhao Lei1-19/+21
2016-02-18btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei1-12/+11
2016-02-18btrfs: reada: Pass reada_extent into __readahead_hook directlyZhao Lei1-21/+24
2016-02-18btrfs: reada: move reada_extent_put to place after __readahead_hook()Zhao Lei1-2/+2
2016-02-18btrfs: reada: Remove level argument in severial functionsZhao Lei1-9/+6
2016-02-18btrfs: reada: bypass adding extent when all zone failedZhao Lei1-0/+5
2016-02-18btrfs: reada: add all reachable mirrors into reada device listZhao Lei1-11/+9
2016-02-18btrfs: reada: Move is_need_to_readahead contition earlierZhao Lei1-11/+9
2016-02-16btrfs: reada: Avoid many times of empty loopZhao Lei1-1/+1
2016-02-16btrfs: reada: Add missed segment checking in reada_find_zoneZhao Lei1-1/+3
2016-02-16btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zoneZhao Lei1-8/+4
2016-02-16btrfs: reada: Fix in-segment calculation for readaZhao Lei1-2/+2
2016-02-11btrfs: reada: use GFP_KERNEL everywhereDavid Sterba1-5/+5
2015-10-21btrfs: reada: Fix returned errno codeLuis de Bethencourt1-3/+5
2015-08-09Btrfs: count devices correctly in readahead during RAID 5/6 replaceOmar Sandoval1-1/+3
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-2/+2
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba1-1/+1
2014-12-12btrfs: remove blocksize from reada_extentDavid Sterba1-9/+6
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-1/+2
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong1-2/+7
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-3/+2
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo1-4/+5
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-4/+5
2013-05-06Btrfs: fix reada debug code compilationVincent1-2/+3
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens1-1/+2
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-0/+17
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens1-1/+9
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-2/+1
2012-10-02btrfs: reada_extent doesn't need kref for refcountAl Viro1-11/+7
2012-05-30Btrfs: set ioprio of scrub readahead to idleStefan Behrens1-0/+5
2012-04-18btrfs: don't add both copies of DUP to reada extent treeArne Jansen1-0/+13
2012-04-18btrfs: fix race in readaArne Jansen1-19/+16
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens1-5/+5
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason1-1/+1
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov1-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov1-0/+2