aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/reada.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba1-6/+6
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba1-5/+7
2018-08-06btrfs: prune unused includesDavid Sterba1-1/+0
2018-08-06btrfs: Fix misleading indentation reported by smatchBart Van Assche1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba1-5/+5
2017-06-19btrfs: remove unused member err from reada_extentDavid Sterba1-1/+0
2017-04-18btrfs: remove local blocksize variable in reada_find_extentDavid Sterba1-4/+2
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devDavid Sterba1-4/+3
2017-04-18btrfs: remove redundant parameter from reada_find_zoneDavid Sterba1-3/+3
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba1-2/+2
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba1-0/+7
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba1-0/+7
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-5/+3
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-5/+4
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-4/+4
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney1-6/+7
2016-11-30btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba1-1/+0
2016-11-30btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba1-1/+0
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba1-6/+2
2016-11-30btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba1-4/+4
2016-11-30btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba1-5/+1
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-2/+2
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