1. 106204f btrfs: remove unused member err from reada_extent by David Sterba · 8 years ago
  2. 994a5d2 btrfs: remove local blocksize variable in reada_find_extent by David Sterba · 8 years ago
  3. 5721b8a btrfs: remove redundant parameter from reada_start_machine_dev by David Sterba · 8 years ago
  4. 0ceaf28 btrfs: remove redundant parameter from reada_find_zone by David Sterba · 8 years ago
  5. d48d71a btrfs: remove redundant parameter from btree_readahead_hook by David Sterba · 8 years ago
  6. 7ef70b4 btrfs: preallocate radix tree node for global readahead tree by David Sterba · 8 years ago
  7. cc8385b btrfs: preallocate radix tree node for readahead by David Sterba · 8 years ago
  8. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  9. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  10. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  11. c28f158 btrfs: struct reada_control.root -> reada_control.fs_info by Jeff Mahoney · 9 years ago
  12. b917bb3 btrfs: reada, remove pointless BUG_ON check for fs_info by David Sterba · 8 years ago
  13. 8694bb6 btrfs: reada, remove pointless BUG_ON in reada_find_extent by David Sterba · 8 years ago
  14. fc2e901 btrfs: reada, sink start parameter to btree_readahead_hook by David Sterba · 8 years ago
  15. bcdc51b btrfs: reada, remove unused parameter from __readahead_hook by David Sterba · 8 years ago
  16. 04998b3 btrfs: reada, cleanup remove unneeded variable in __readahead_hook by David Sterba · 8 years ago
  17. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  18. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  19. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  20. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  21. ce7791f Btrfs: fix race between readahead and device replace/removal by Filipe Manana · 9 years ago
  22. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  23. 675d276 Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6 by David Sterba · 9 years ago
  24. ff7db6e Merge branch 'foreign/zhaolei/reada' into for-chris-4.6 by David Sterba · 9 years ago
  25. 73beece Btrfs: fix lockdep deadlock warning due to dev_replace by Liu Bo · 9 years ago
  26. 7aff8cf btrfs: reada: ignore creating reada_extent for a non-existent device by Zhao Lei · 9 years ago
  27. 4fe7a0e btrfs: reada: avoid undone reada extents in btrfs_reada_wait by Zhao Lei · 9 years ago
  28. 2fefd55 btrfs: reada: limit max works count by Zhao Lei · 9 years ago
  29. 895a11b btrfs: reada: simplify dev->reada_in_flight processing by Zhao Lei · 9 years ago
  30. 8afd684 btrfs: reada: Fix a debug code typo by Zhao Lei · 9 years ago
  31. 57f16e0 btrfs: reada: Jump into cleanup in direct way for __readahead_hook() by Zhao Lei · 9 years ago
  32. 02873e4 btrfs: reada: Use fs_info instead of root in __readahead_hook's argument by Zhao Lei · 9 years ago
  33. 6e39dbe btrfs: reada: Pass reada_extent into __readahead_hook directly by Zhao Lei · 9 years ago
  34. b257cf5 btrfs: reada: move reada_extent_put to place after __readahead_hook() by Zhao Lei · 9 years ago
  35. 1e7970c btrfs: reada: Remove level argument in severial functions by Zhao Lei · 9 years ago
  36. 3194502 btrfs: reada: bypass adding extent when all zone failed by Zhao Lei · 9 years ago
  37. 6a159d2 btrfs: reada: add all reachable mirrors into reada device list by Zhao Lei · 9 years ago
  38. a3f7fde btrfs: reada: Move is_need_to_readahead contition earlier by Zhao Lei · 9 years ago
  39. 97d5f0e btrfs: reada: Avoid many times of empty loop by Zhao Lei · 9 years ago
  40. 8e9aa51 btrfs: reada: Add missed segment checking in reada_find_zone by Zhao Lei · 9 years ago
  41. c37f49c btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zone by Zhao Lei · 9 years ago
  42. 5037853 btrfs: reada: Fix in-segment calculation for reada by Zhao Lei · 9 years ago
  43. ed0244f btrfs: reada: use GFP_KERNEL everywhere by David Sterba · 9 years ago
  44. ddd664f btrfs: reada: Fix returned errno code by Luis de Bethencourt · 9 years ago
  45. 7cb2c42 Btrfs: count devices correctly in readahead during RAID 5/6 replace by Omar Sandoval · 10 years ago
  46. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  47. c0dcaa4 btrfs: sink blocksize parameter to reada_tree_block_flagged by David Sterba · 11 years ago
  48. b6ae40e btrfs: remove blocksize from reada_extent by David Sterba · 11 years ago
  49. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 11 years ago
  50. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  51. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 11 years ago
  52. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  53. 736cfa1 btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  54. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  55. 3c59ccd Btrfs: fix reada debug code compilation by Vincent · 12 years ago
  56. 29a8d9a Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() by Stefan Behrens · 12 years ago
  57. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  58. ff023aa Btrfs: add code to scrub to copy read data to another disk by Stefan Behrens · 12 years ago
  59. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  60. 99621b4 btrfs: reada_extent doesn't need kref for refcount by Al Viro · 12 years ago
  61. 3d136a1 Btrfs: set ioprio of scrub readahead to idle by Stefan Behrens · 13 years ago
  62. 207a232 btrfs: don't add both copies of DUP to reada extent tree by Arne Jansen · 13 years ago
  63. 8c9c2bf btrfs: fix race in reada by Arne Jansen · 13 years ago
  64. 94598ba Btrfs: introduce common define for max number of mirrors by Stefan Behrens · 13 years ago
  65. a175423 Btrfs: fix casting error in scrub reada code by Chris Mason · 13 years ago
  66. 21ca543 Btrfs: rename btrfs_bio multi -> bbio for consistency by Ilya Dryomov · 13 years ago
  67. 9510dc4 Btrfs: stop leaking btrfs_bios on readahead by Ilya Dryomov · 13 years ago
  68. 806468f Merge git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 13 years ago
  69. 7414a03 btrfs: initial readahead code and prototypes by Arne Jansen · 14 years ago