aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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