1. e6959b9 btrfs: add support for passing in write hints for buffered writes by Jens Axboe · 8 years ago
  2. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  3. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  4. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  5. bff5baf btrfs: fix incorrect error return ret being passed to mapping_set_error by Colin Ian King · 8 years ago
  6. 4751832 btrfs: fiemap: Cache and merge fiemap extent before submit it to user by Qu Wenruo · 8 years ago
  7. c725328 Btrfs: enable repair during read for raid56 profile by Liu Bo · 8 years ago
  8. 592d92e Btrfs: create a helper for getting chunk map by Liu Bo · 8 years ago
  9. b7ac31b btrfs: convert extent_state.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  10. 490b54d btrfs: convert extent_map.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  11. 9d0d1c8 Btrfs: bring back repair during read by Liu Bo · 8 years ago
  12. 49d4a33 Btrfs: fix regression in lock_delalloc_pages by Liu Bo · 8 years ago
  13. 20a7db8 btrfs: add dummy callback for readpage_io_failed and drop checks by David Sterba · 8 years ago
  14. 20c9801 btrfs: drop checks for mandatory extent_io_ops callbacks by David Sterba · 8 years ago
  15. c3988d6 btrfs: let writepage_end_io_hook return void by David Sterba · 8 years ago
  16. fc4f21b1 btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 8 years ago
  17. 6fc0ef6 btrfs: Make btrfs_clear_bit_hook take btrfs_inode by Nikolay Borisov · 8 years ago
  18. 7ab7956 btrfs: make btrfs_free_io_failure_record take btrfs_inode by Nikolay Borisov · 8 years ago
  19. b30cb44 btrfs: make clean_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  20. 9d4f7f8 btrfs: make repair_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  21. 4ac1f4a btrfs: make free_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  22. a776c6f btrfs: Make btrfs_lookup_ordered_range take btrfs_inode by Nikolay Borisov · 8 years ago
  23. 4242b64 btrfs: remove unused parameter from extent_write_cache_pages by David Sterba · 8 years ago
  24. 3d4b949 btrfs: remove unused parameter from update_nr_written by David Sterba · 8 years ago
  25. c2df8bb btrfs: remove unused parameter from submit_extent_page by David Sterba · 8 years ago
  26. 53d3235 btrfs: embed extent_changeset::range_changed to the structure by David Sterba · 8 years ago
  27. fe01aa6 Btrfs: add another missing end_page_writeback on submit_extent_page failure by Takafumi Kubota · 8 years ago
  28. 76c0021 Btrfs: use helper to simplify lock/unlock pages by Liu Bo · 8 years ago
  29. da2c700 btrfs: teach __process_pages_contig about PAGE_LOCK operation by Liu Bo · 8 years ago
  30. 873695b Btrfs: create helper for processing bits on contiguous pages by Liu Bo · 8 years ago
  31. bcf9348 Btrfs: cleanup unused cached_state in __extent_writepage_io by Liu Bo · 8 years ago
  32. f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 8 years ago
  33. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  34. 1aceabf btrfs: drop gfp mask tweaking in try_release_extent_state by Michal Hocko · 8 years ago
  35. 3ba7ab2 btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage by Michal Hocko · 8 years ago
  36. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  37. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  38. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  39. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  40. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  41. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  42. 58e8012 btrfs: add optimized version of eb to eb copy by David Sterba · 8 years ago
  43. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  44. fba1acf btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer by David Sterba · 8 years ago
  45. f157bf7 btrfs: introduce helpers for updating eb uuids by David Sterba · 8 years ago
  46. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 8 years ago
  47. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  48. 9c89469 Btrfs: remove some no-op casts by Dan Carpenter · 8 years ago
  49. d9ed71e Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9 by Chris Mason · 8 years ago
  50. 2fe1d55 Btrfs: fix free space tree bitmaps on big-endian systems by Omar Sandoval · 8 years ago
  51. 851cd17 Btrfs: memset to avoid stale content in btree leaf by Liu Bo · 8 years ago
  52. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  53. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  54. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  55. 3eb548e Btrfs: memset to avoid stale content in btree node block by Liu Bo · 8 years ago
  56. 8436ea91 Btrfs: kill the start argument to read_extent_buffer_pages by Josef Bacik · 8 years ago
  57. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  58. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 9 years ago
  59. 2571e73 Btrfs: fix memory leak in reading btree blocks by Liu Bo · 8 years ago
  60. afce772 btrfs: fix check_shared for fiemap ioctl by Lu Fengqi · 9 years ago
  61. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. d58b0d9 Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  63. b571bc606 Fixup direct bi_rw modifiers by Shaun Tancheff · 8 years ago
  64. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  65. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  66. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  67. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  68. baf863b Btrfs: fix eb memory leak due to readpage failure by Liu Bo · 9 years ago
  69. 6f034ec Btrfs: cleanup BUG_ON in merge_bio by Liu Bo · 9 years ago
  70. fba4b69 btrfs: Fix slab accounting flags by Nikolay Borisov · 9 years ago
  71. 415b35a Btrfs: fix error handling in map_private_extent_buffer by Liu Bo · 9 years ago
  72. c871b0f Btrfs: check if extent buffer is aligned to sectorsize by Liu Bo · 9 years ago
  73. 4c52990 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7 by Chris Mason · 9 years ago
  74. 81a75f67 btrfs: use bio fields for op and flags by Mike Christie · 9 years ago
  75. 1f7ad75 btrfs: have submit_one_bio users use bio op accessors by Mike Christie · 9 years ago
  76. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  77. b9ef22d Btrfs: self-tests: Support non-4k page size by Feifei Xu · 9 years ago
  78. b5de8d0 Btrfs: fix race between device replace and read repair by Filipe Manana · 9 years ago
  79. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  80. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  81. 2d324f5 Btrfs: fix unexpected return value of fiemap by Liu Bo · 9 years ago
  82. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 9 years ago
  83. e1860a7 btrfs: GFP_NOFS does not GFP_HIGHMEM by David Sterba · 9 years ago
  84. 58409ed btrfs: kill unused writepage_io_hook callback by David Sterba · 9 years ago
  85. 210aa27 btrfs: sink gfp parameter to convert_extent_bit by David Sterba · 9 years ago
  86. 059f791 btrfs: make state preallocation more speculative in __set_extent_bit by David Sterba · 9 years ago
  87. 03bf538 btrfs: untangle gotos a bit in convert_extent_bit by David Sterba · 9 years ago
  88. 7ab5cb2 btrfs: untangle gotos a bit in __clear_extent_bit by David Sterba · 9 years ago
  89. b5a4ba14 btrfs: untangle gotos a bit in __set_extent_bit by David Sterba · 9 years ago
  90. 2c53b91 btrfs: sink gfp parameter to set_record_extent_bits by David Sterba · 9 years ago
  91. f734c44 btrfs: sink gfp parameter to clear_record_extent_bits by David Sterba · 9 years ago
  92. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 9 years ago
  93. ceeb0ae btrfs: sink gfp parameter to set_extent_bits by David Sterba · 9 years ago
  94. 894b36e Btrfs: cleanup error handling in extent_write_cached_pages by Liu Bo · 9 years ago
  95. a9132667 Btrfs: make mapping->writeback_index point to the last written page by Liu Bo · 9 years ago
  96. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  97. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  98. f004fae0 Merge branch 'cleanups-4.6' into for-chris-4.6 by David Sterba · 9 years ago
  99. 675d276 Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6 by David Sterba · 9 years ago
  100. f827ba9 btrfs: avoid uninitialized variable warning by Arnd Bergmann · 9 years ago