1. 66b0c88 btrfs: prepare to drop gfp mask parameter from clear_extent_bit by David Sterba · 8 years ago
  2. d3fac6b btrfs: Remove redundant mirror_num arg by Nikolay Borisov · 8 years ago
  3. 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  4. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 8 years ago
  5. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 8 years ago
  6. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 8 years ago
  7. 4006f43 btrfs: use pagevec_lookup_range_tag() by Jan Kara · 8 years ago
  8. f82b735 Btrfs: add write_flags for compression bio by Liu Bo · 8 years ago
  9. 5cea764 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  11. 6273b7f btrfs: get rid of sector_t and use u64 offset in submit_extent_page by David Sterba · 8 years ago
  12. 6c5a4e2 btrfs: rename page offset parameter in submit_extent_page by David Sterba · 8 years ago
  13. 18fdc67 Btrfs: remove bio_flags which indicates a meta block of log-tree by Liu Bo · 8 years ago
  14. bf2db0b Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  15. 2d8ce70 btrfs: avoid overflow when sector_t is 32 bit by Goffredo Baroncelli · 8 years ago
  16. 5ba88cd Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  17. 5f14efd Btrfs: do not reset bio->bi_ops while writing bio by Liu Bo · 8 years ago
  18. ff40adf Btrfs: use the new helper wbc_to_write_flags by Liu Bo · 8 years ago
  19. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  21. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 8 years ago
  22. f716abd Btrfs: fix out of bounds array access while reading extent buffer by Liu Bo · 8 years ago
  23. 4b81ba4 btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page by David Sterba · 8 years ago
  24. f1c77c5 btrfs: cleanup types storing REQ_* by David Sterba · 8 years ago
  25. e4ff5fb btrfs: Remove unused parameters from volume.c functions by Nikolay Borisov · 8 years ago
  26. bb739cf btrfs: btrfs_check_shared should manage its own transaction by Edmund Nadolski · 8 years ago
  27. 1cbb1f4 btrfs: struct-funcs, constify readers by Jeff Mahoney · 8 years ago
  28. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  29. bc24370 Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  30. c3cfb65 Btrfs: fix unexpected return value of bio_readpage_error by Liu Bo · 8 years ago
  31. e8f5b39 btrfs: btrfs_create_repair_bio never fails, skip error handling by David Sterba · 8 years ago
  32. c09abff btrfs: cloned bios must not be iterated by bio_for_each_segment_all by David Sterba · 8 years ago
  33. a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  34. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  35. 848c23b btrfs: Remove false alert when fiemap range is smaller than on-disk extent by Qu Wenruo · 8 years ago
  36. e6959b9 btrfs: add support for passing in write hints for buffered writes by Jens Axboe · 8 years ago
  37. 104b4e5 percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch by Nikolay Borisov · 8 years ago
  38. c5e4c3d btrfs: sink gfp parameter to btrfs_io_bio_alloc by David Sterba · 8 years ago
  39. 184f999 btrfs: add helper to initialize the non-bio part of btrfs_io_bio by David Sterba · 8 years ago
  40. c821e7f3 btrfs: pass bytes to btrfs_bio_alloc by David Sterba · 8 years ago
  41. 9f2179a btrfs: remove redundant parameters from btrfs_bio_alloc by David Sterba · 8 years ago
  42. 8b6c1d5 btrfs: sink gfp parameter to btrfs_bio_clone by David Sterba · 8 years ago
  43. e4f5690 btrfs: btrfs_io_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  44. 0c4dd97 btrfs: btrfs_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  45. 6e707bc btrfs: bioset allocations will never fail, adapt our helpers by David Sterba · 8 years ago
  46. 3d9ec8c btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET by Nikolay Borisov · 8 years ago
  47. e477094 Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial by Liu Bo · 8 years ago
  48. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 8 years ago
  49. 2f8e914 Btrfs: new helper btrfs_bio_clone_partial by Liu Bo · 8 years ago
  50. 015c1bd Btrfs: use bio_clone_fast to clone our bio by Liu Bo · 8 years ago
  51. 7870d08 Btrfs: don't pass the inode through clean_io_failure by Josef Bacik · 8 years ago
  52. 6ec656b btrfs: remove inode argument from repair_io_failure by Josef Bacik · 8 years ago
  53. c6100a4 Btrfs: replace tree->mapping with tree->private_data by Josef Bacik · 8 years ago
  54. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  55. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  56. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  57. bff5baf btrfs: fix incorrect error return ret being passed to mapping_set_error by Colin Ian King · 8 years ago
  58. 4751832 btrfs: fiemap: Cache and merge fiemap extent before submit it to user by Qu Wenruo · 8 years ago
  59. c725328 Btrfs: enable repair during read for raid56 profile by Liu Bo · 8 years ago
  60. 592d92e Btrfs: create a helper for getting chunk map by Liu Bo · 8 years ago
  61. b7ac31b btrfs: convert extent_state.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  62. 490b54d btrfs: convert extent_map.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  63. 9d0d1c8 Btrfs: bring back repair during read by Liu Bo · 8 years ago
  64. 49d4a33 Btrfs: fix regression in lock_delalloc_pages by Liu Bo · 8 years ago
  65. 20a7db8 btrfs: add dummy callback for readpage_io_failed and drop checks by David Sterba · 8 years ago
  66. 20c9801 btrfs: drop checks for mandatory extent_io_ops callbacks by David Sterba · 8 years ago
  67. c3988d6 btrfs: let writepage_end_io_hook return void by David Sterba · 8 years ago
  68. fc4f21b btrfs: Make get_extent_t take btrfs_inode by Nikolay Borisov · 8 years ago
  69. 6fc0ef6 btrfs: Make btrfs_clear_bit_hook take btrfs_inode by Nikolay Borisov · 8 years ago
  70. 7ab7956 btrfs: make btrfs_free_io_failure_record take btrfs_inode by Nikolay Borisov · 8 years ago
  71. b30cb44 btrfs: make clean_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  72. 9d4f7f8 btrfs: make repair_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  73. 4ac1f4a btrfs: make free_io_failure take btrfs_inode by Nikolay Borisov · 8 years ago
  74. a776c6f btrfs: Make btrfs_lookup_ordered_range take btrfs_inode by Nikolay Borisov · 8 years ago
  75. 4242b64 btrfs: remove unused parameter from extent_write_cache_pages by David Sterba · 9 years ago
  76. 3d4b949 btrfs: remove unused parameter from update_nr_written by David Sterba · 9 years ago
  77. c2df8bb btrfs: remove unused parameter from submit_extent_page by David Sterba · 9 years ago
  78. 53d3235 btrfs: embed extent_changeset::range_changed to the structure by David Sterba · 8 years ago
  79. fe01aa6 Btrfs: add another missing end_page_writeback on submit_extent_page failure by Takafumi Kubota · 9 years ago
  80. 76c0021 Btrfs: use helper to simplify lock/unlock pages by Liu Bo · 9 years ago
  81. da2c700 btrfs: teach __process_pages_contig about PAGE_LOCK operation by Liu Bo · 9 years ago
  82. 873695b Btrfs: create helper for processing bits on contiguous pages by Liu Bo · 9 years ago
  83. bcf9348 Btrfs: cleanup unused cached_state in __extent_writepage_io by Liu Bo · 9 years ago
  84. f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 9 years ago
  85. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 9 years ago
  86. 1aceabf btrfs: drop gfp mask tweaking in try_release_extent_state by Michal Hocko · 9 years ago
  87. 3ba7ab2 btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage by Michal Hocko · 9 years ago
  88. 087a76d Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  89. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  90. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 9 years ago
  91. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  92. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  93. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  94. 58e8012 btrfs: add optimized version of eb to eb copy by David Sterba · 9 years ago
  95. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 9 years ago
  96. fba1acf btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer by David Sterba · 9 years ago
  97. f157bf7 btrfs: introduce helpers for updating eb uuids by David Sterba · 9 years ago
  98. cf8cddd btrfs: don't abuse REQ_OP_* flags for btrfs_map_block by Christoph Hellwig · 9 years ago
  99. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 9 years ago
  100. 9c89469 Btrfs: remove some no-op casts by Dan Carpenter · 9 years ago