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