1. c821e7f3 btrfs: pass bytes to btrfs_bio_alloc by David Sterba · 8 years ago
  2. 9886b17 btrfs: opencode trivial compressed_bio_alloc, simplify error handling by David Sterba · 8 years ago
  3. 9f2179a btrfs: remove redundant parameters from btrfs_bio_alloc by David Sterba · 8 years ago
  4. 8b6c1d5 btrfs: sink gfp parameter to btrfs_bio_clone by David Sterba · 8 years ago
  5. e4f5690 btrfs: btrfs_io_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  6. 3aa8e07 btrfs: btrfs_bio_clone never fails, skip error handling by David Sterba · 8 years ago
  7. 0c4dd97 btrfs: btrfs_bio_alloc never fails, skip error handling by David Sterba · 8 years ago
  8. 6e707bc btrfs: bioset allocations will never fail, adapt our helpers by David Sterba · 8 years ago
  9. 6acafd1 btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  10. 389a6cf btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
  11. fe30853 btrfs: add memalloc_nofs protections around alloc_workspace callback by David Sterba · 8 years ago
  12. adf0212 btrfs: adjust includes after vmalloc removal by David Sterba · 8 years ago
  13. f54de06 btrfs: use GFP_KERNEL in init_ipath by David Sterba · 8 years ago
  14. de2491f btrfs: scrub: add memalloc_nofs protection around init_ipath by David Sterba · 8 years ago
  15. f11f744 btrfs: send: use kvmalloc in iterate_dir_item by David Sterba · 8 years ago
  16. 818e010 btrfs: replace opencoded kvzalloc with the helper by David Sterba · 8 years ago
  17. 1e9d729 Btrfs: lzo: compressed data size must be less then input size by Timofey Titovets · 8 years ago
  18. 054ec2f btrfs: simplify code with bio_io_error by Guoqing Jiang · 8 years ago
  19. 25ff17e Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmaps by Omar Sandoval · 8 years ago
  20. 4b5faea btrfs: use generic slab for for btrfs_transaction by David Sterba · 8 years ago
  21. 3fb9930 btrfs: scrub: embed scrub_wr_ctx into scrub context by David Sterba · 8 years ago
  22. 25cc122 btrfs: scrub: use fs_info::sectorsize and drop it from scrub context by David Sterba · 8 years ago
  23. 04a87e3 Btrfs: add statx support by Yonghong Song · 8 years ago
  24. 036b021 Btrfs: lzo: fix typo in error message after failed deflate by Timofey Titovets · 8 years ago
  25. 3189ff7 btrfs: btrfs_wait_tree_block_writeback can be void return by Jeff Layton · 8 years ago
  26. 118c701 btrfs: remove __BTRFS_LEAF_DATA_SIZE by Nikolay Borisov · 8 years ago
  27. 3d9ec8c btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET by Nikolay Borisov · 8 years ago
  28. e1ddce7 btrfs: reduce arguments for decompress_bio ops by Anand Jain · 8 years ago
  29. 8140dc3 btrfs: btrfs_decompress_bio() could accept compressed_bio instead by Anand Jain · 8 years ago
  30. d2006e6 btrfs: Refactor update_space_info by Nikolay Borisov · 8 years ago
  31. 2be12ef btrfs: Separate space_info create/update by Nikolay Borisov · 8 years ago
  32. 555ba41 Btrfs: let btrfs_print_leaf print more about block group by Liu Bo · 8 years ago
  33. 28785f7 Btrfs: skip commit transaction if we don't have enough pinned bytes by Liu Bo · 8 years ago
  34. 4e2814e btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx by David Sterba · 8 years ago
  35. e241dde btrfs: scrub: inline helper scrub_free_wr_ctx by David Sterba · 8 years ago
  36. 8fcdac3 btrfs: scrub: inline helper scrub_setup_wr_ctx by David Sterba · 8 years ago
  37. c1c4919 btrfs: remove root usage from can_overcommit by Jeff Mahoney · 8 years ago
  38. 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 8 years ago
  39. e03733d btrfs: fix bool type in btrfs_page_exists_in_range by David Sterba · 8 years ago
  40. c9fed2b btrfs: remove unused member list from btrfs_end_io_wq by David Sterba · 8 years ago
  41. ee4ea69 btrfs: remove unused members dir_path from recorded_ref by David Sterba · 8 years ago
  42. b297c9f btrfs: remove unused member list from async_submit_bio by David Sterba · 8 years ago
  43. 106204f btrfs: remove unused member err from reada_extent by David Sterba · 8 years ago
  44. 0bef710 btrfs: Remove unnecessary branching in free-space-tree.c by Sahil Kang · 8 years ago
  45. e477094 Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial by Liu Bo · 8 years ago
  46. 3c91ee6 Btrfs: work around maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  47. 3892ac9 Btrfs: unify naming of btrfs_io_bio by Liu Bo · 8 years ago
  48. 11b5616 Btrfs: check-integrity use bvec_iter by Liu Bo · 8 years ago
  49. 629ebf4 Btrfs: record error if one block has failed to retry by Liu Bo · 8 years ago
  50. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 8 years ago
  51. 725130b Btrfs: use bio_clone_bioset_partial to simplify DIO submit by Liu Bo · 8 years ago
  52. 2f8e914 Btrfs: new helper btrfs_bio_clone_partial by Liu Bo · 8 years ago
  53. 015c1bd Btrfs: use bio_clone_fast to clone our bio by Liu Bo · 8 years ago
  54. 7870d08 Btrfs: don't pass the inode through clean_io_failure by Josef Bacik · 8 years ago
  55. 6ec656b btrfs: remove inode argument from repair_io_failure by Josef Bacik · 8 years ago
  56. c6100a4 Btrfs: replace tree->mapping with tree->private_data by Josef Bacik · 8 years ago
  57. 2723480 btrfs: Add quota_override knob into sysfs by Sargun Dhillon · 8 years ago
  58. f29efe2 btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE by Sargun Dhillon · 8 years ago
  59. a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 8 years ago
  60. 401b41e btrfs: add framework to handle device flush error as a volume by Anand Jain · 8 years ago
  61. 6b349df Btrfs: remove obsolete FIXMEs in qgroup ioctls by Daichou · 8 years ago
  62. 62b163f btrfs: cleanup unused qgroup trace event by Anand Jain · 8 years ago
  63. 97d0385 Btrfs: remove an unused variable by Dan Carpenter · 8 years ago
  64. 977ec79 btrfs: kmap() can't fail by Fabian Frederick · 8 years ago
  65. 41f1830 Linux 4.12-rc6 by Linus Torvalds · 7 years ago
  66. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  67. 1132d5e Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  68. 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
  69. 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
  70. 3696e4f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  71. 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
  72. b3ee4ed Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  73. e41b135 virtio_balloon: disable VIOMMU support by Michael S. Tsirkin · 8 years ago
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 19ea9d6 Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  82. 1be627d Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  83. 6e20350 Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  84. adc3110 Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  85. c8636b9 Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. ccd3d90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 1439ccf Merge tag 'pci-v4.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  88. 3a44829 Merge tag 'fbdev-v4.12-rc6' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  89. 162f73f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  90. d7143e3 mm: correct the comment when reclaimed pages exceed the scanned pages by zhongjiang · 7 years ago
  91. 64c2b20 userfaultfd: shmem: handle coredumping in handle_userfault() by Andrea Arcangeli · 7 years ago
  92. 3c226c6 mm: numa: avoid waiting on freed migrated pages by Mark Rutland · 7 years ago
  93. ef70762 swap: cond_resched in swap_cgroup_prepare() by Yu Zhao · 7 years ago
  94. 7258ae5 mm/memory-failure.c: use compound_head() flags for huge pages by James Morse · 7 years ago
  95. 5ac447d Merge tag 'powerpc-4.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  96. 531c221 Merge tag 'perf-urgent-for-mingo-4.12-20170616' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  97. 9126cbb perf unwind: Report module before querying isactivation in dwfl unwind by Milian Wolff · 8 years ago
  98. ab2789b Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  99. 20223f0 fs: pass on flags in compat_writev by Christoph Hellwig · 7 years ago
  100. 92b0a14 objtool: Add fortify_panic as __noreturn function by Kees Cook · 7 years ago