aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-2/+2
2011-10-02btrfs: initial readahead code and prototypesArne Jansen1-0/+949