1. 609805d Btrfs: fix invalid extent maps due to hole punching by Filipe Manana · 8 years ago
  2. cddf3b2 btrfs: add cond_resched to btrfs_qgroup_trace_leaf_items by Jeff Mahoney · 7 years ago
  3. 7dfb8be btrfs: Round down values which are written for total_bytes_size by Nikolay Borisov · 7 years ago
  4. eca152e btrfs: Manually implement device_total_bytes getter/setter by Nikolay Borisov · 7 years ago
  5. 0d0c71b btrfs: obsolete and remove mount option alloc_start by David Sterba · 8 years ago
  6. fac03c8 btrfs: move fs_info::fs_frozen to the flags by David Sterba · 7 years ago
  7. 79b4f4c btrfs: cleanup duplicate return value in insert_inline_extent by David Sterba · 7 years ago
  8. 6165572 btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdev by David Sterba · 8 years ago
  9. 6a44517 btrfs: use GFP_KERNEL in btrfs_calc_avail_data_space by David Sterba · 8 years ago
  10. 0eee8a4 btrfs: Use btrfs_space_info_used instead of opencoding it by Nikolay Borisov · 8 years ago
  11. 4fc6441 btrfs: wait part of the write_dev_flush() can be separated out by Anand Jain · 8 years ago
  12. cea7c8b btrfs: remove redundant null bdev counting during flush submission by Anand Jain · 8 years ago
  13. 12b9bf0 btrfs: write_dev_flush does not return ENOMEM anymore by Anand Jain · 8 years ago
  14. 170607e Btrfs: compression must free at least one sector size by Timofey Titovets · 8 years ago
  15. c5e4c3d btrfs: sink gfp parameter to btrfs_io_bio_alloc by David Sterba · 8 years ago
  16. 184f999 btrfs: add helper to initialize the non-bio part of btrfs_io_bio by David Sterba · 8 years ago
  17. fa1bcbe btrfs: document mandatory order of bio in btrfs_io_bio by David Sterba · 8 years ago
  18. 1a63143 Btrfs: btrfs_ioctl_search_key documentation by Hans van Kranenburg · 8 years ago
  19. ef7cdac1 Btrfs: skip checksum verification if IO error occurs by Liu Bo · 8 years ago
  20. e3d37fa Btrfs: tolerate errors if we have retried successfully by Liu Bo · 8 years ago
  21. c821e7f3 btrfs: pass bytes to btrfs_bio_alloc by David Sterba · 8 years ago
  22. 9886b17 btrfs: opencode trivial compressed_bio_alloc, simplify error handling by David Sterba · 8 years ago
  23. 9f2179a btrfs: remove redundant parameters from btrfs_bio_alloc by David Sterba · 8 years ago
  24. 8b6c1d5 btrfs: sink gfp parameter to btrfs_bio_clone by David Sterba · 8 years ago
  25. e4f5690 btrfs: btrfs_io_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  26. 3aa8e07 btrfs: btrfs_bio_clone never fails, skip error handling by David Sterba · 8 years ago
  27. 0c4dd97 btrfs: btrfs_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  28. 6e707bc btrfs: bioset allocations will never fail, adapt our helpers by David Sterba · 8 years ago
  29. 6acafd1 btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  30. 389a6cf btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  31. fe30853 btrfs: add memalloc_nofs protections around alloc_workspace callback by David Sterba · 8 years ago
  32. adf0212 btrfs: adjust includes after vmalloc removal by David Sterba · 8 years ago
  33. f54de06 btrfs: use GFP_KERNEL in init_ipath by David Sterba · 8 years ago
  34. de2491f btrfs: scrub: add memalloc_nofs protection around init_ipath by David Sterba · 8 years ago
  35. f11f744 btrfs: send: use kvmalloc in iterate_dir_item by David Sterba · 8 years ago
  36. 818e010 btrfs: replace opencoded kvzalloc with the helper by David Sterba · 8 years ago
  37. 1e9d729 Btrfs: lzo: compressed data size must be less then input size by Timofey Titovets · 8 years ago
  38. 054ec2f btrfs: simplify code with bio_io_error by Guoqing Jiang · 8 years ago
  39. 25ff17e Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmaps by Omar Sandoval · 8 years ago
  40. 4b5faea btrfs: use generic slab for for btrfs_transaction by David Sterba · 8 years ago
  41. 3fb9930 btrfs: scrub: embed scrub_wr_ctx into scrub context by David Sterba · 8 years ago
  42. 25cc122 btrfs: scrub: use fs_info::sectorsize and drop it from scrub context by David Sterba · 8 years ago
  43. 04a87e3 Btrfs: add statx support by Yonghong Song · 8 years ago
  44. 036b021 Btrfs: lzo: fix typo in error message after failed deflate by Timofey Titovets · 8 years ago
  45. 3189ff7 btrfs: btrfs_wait_tree_block_writeback can be void return by Jeff Layton · 8 years ago
  46. 118c701 btrfs: remove __BTRFS_LEAF_DATA_SIZE by Nikolay Borisov · 8 years ago
  47. 3d9ec8c btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET by Nikolay Borisov · 8 years ago
  48. e1ddce7 btrfs: reduce arguments for decompress_bio ops by Anand Jain · 8 years ago
  49. 8140dc3 btrfs: btrfs_decompress_bio() could accept compressed_bio instead by Anand Jain · 8 years ago
  50. d2006e6 btrfs: Refactor update_space_info by Nikolay Borisov · 8 years ago
  51. 2be12ef btrfs: Separate space_info create/update by Nikolay Borisov · 8 years ago
  52. 555ba41 Btrfs: let btrfs_print_leaf print more about block group by Liu Bo · 8 years ago
  53. 28785f7 Btrfs: skip commit transaction if we don't have enough pinned bytes by Liu Bo · 8 years ago
  54. 4e2814e btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx by David Sterba · 8 years ago
  55. e241dde btrfs: scrub: inline helper scrub_free_wr_ctx by David Sterba · 8 years ago
  56. 8fcdac3 btrfs: scrub: inline helper scrub_setup_wr_ctx by David Sterba · 8 years ago
  57. c1c4919 btrfs: remove root usage from can_overcommit by Jeff Mahoney · 8 years ago
  58. 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 8 years ago
  59. e03733d btrfs: fix bool type in btrfs_page_exists_in_range by David Sterba · 8 years ago
  60. c9fed2b btrfs: remove unused member list from btrfs_end_io_wq by David Sterba · 8 years ago
  61. ee4ea69 btrfs: remove unused members dir_path from recorded_ref by David Sterba · 8 years ago
  62. b297c9f btrfs: remove unused member list from async_submit_bio by David Sterba · 8 years ago
  63. 106204f btrfs: remove unused member err from reada_extent by David Sterba · 8 years ago
  64. 0bef710 btrfs: Remove unnecessary branching in free-space-tree.c by Sahil Kang · 8 years ago
  65. e477094 Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial by Liu Bo · 8 years ago
  66. 3c91ee6 Btrfs: work around maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  67. 3892ac9 Btrfs: unify naming of btrfs_io_bio by Liu Bo · 8 years ago
  68. 11b5616 Btrfs: check-integrity use bvec_iter by Liu Bo · 8 years ago
  69. 629ebf4 Btrfs: record error if one block has failed to retry by Liu Bo · 8 years ago
  70. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 8 years ago
  71. 725130b Btrfs: use bio_clone_bioset_partial to simplify DIO submit by Liu Bo · 8 years ago
  72. 2f8e914 Btrfs: new helper btrfs_bio_clone_partial by Liu Bo · 8 years ago
  73. 015c1bd Btrfs: use bio_clone_fast to clone our bio by Liu Bo · 8 years ago
  74. 7870d08 Btrfs: don't pass the inode through clean_io_failure by Josef Bacik · 8 years ago
  75. 6ec656b btrfs: remove inode argument from repair_io_failure by Josef Bacik · 8 years ago
  76. c6100a4 Btrfs: replace tree->mapping with tree->private_data by Josef Bacik · 8 years ago
  77. 2723480 btrfs: Add quota_override knob into sysfs by Sargun Dhillon · 8 years ago
  78. f29efe2 btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE by Sargun Dhillon · 8 years ago
  79. a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 8 years ago
  80. 401b41e btrfs: add framework to handle device flush error as a volume by Anand Jain · 8 years ago
  81. 6b349df Btrfs: remove obsolete FIXMEs in qgroup ioctls by Daichou · 8 years ago
  82. 62b163f btrfs: cleanup unused qgroup trace event by Anand Jain · 8 years ago
  83. 97d0385 Btrfs: remove an unused variable by Dan Carpenter · 8 years ago
  84. 977ec79 btrfs: kmap() can't fail by Fabian Frederick · 8 years ago
  85. 41f1830 Linux 4.12-rc6 by Linus Torvalds · 7 years ago
  86. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  87. 1132d5e Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  88. a1858df Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Olof Johansson · 7 years ago
  89. 51b6e28 Merge tag 'omap-for-v4.12/fixes-sl50' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 7 years ago
  90. 3696e4f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  91. 7d62d94 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  92. b3ee4ed Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  93. e41b135 virtio_balloon: disable VIOMMU support by Michael S. Tsirkin · 8 years ago
  94. edf9364 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  95. 4f51d57 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. 0be5255 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. a1ff31d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  98. 2277ba7 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  99. 0cbf341 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. 374d801 Merge tag 'led_fixes_for_4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago