summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c
AgeCommit message (Expand)AuthorLines
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei-2/+2
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba-1/+1
2014-12-12btrfs: remove blocksize from reada_extentDavid Sterba-9/+6
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba-1/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo-1/+2
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong-2/+7
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo-3/+2
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo-4/+5
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton-4/+5
2013-05-06Btrfs: fix reada debug code compilationVincent-2/+3
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens-1/+2
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens-0/+17
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens-1/+9
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens-2/+1
2012-10-02btrfs: reada_extent doesn't need kref for refcountAl Viro-11/+7
2012-05-30Btrfs: set ioprio of scrub readahead to idleStefan Behrens-0/+5
2012-04-18btrfs: don't add both copies of DUP to reada extent treeArne Jansen-0/+13
2012-04-18btrfs: fix race in readaArne Jansen-19/+16
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens-5/+5
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason-1/+1
2011-11-06Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov-15/+15
2011-11-06Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov-0/+2
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason-2/+2
2011-10-02btrfs: initial readahead code and prototypesArne Jansen-0/+949