1. 9c89469 Btrfs: remove some no-op casts by Dan Carpenter · 8 years ago
  2. dd4b857 btrfs: pass correct args to btrfs_async_run_delayed_refs() by Wang Xiaoguang · 8 years ago
  3. 69ae5e4 btrfs: make file clone aware of fatal signals by Wang Xiaoguang · 8 years ago
  4. 0b34c26 btrfs: qgroup: Prevent qgroup->reserved from going subzero by Goldwyn Rodrigues · 8 years ago
  5. 4547f4d Btrfs: kill BUG_ON in do_relocation by Liu Bo · 8 years ago
  6. 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
  7. 19c4d2f Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs" by Chris Mason · 8 years ago
  8. 0e67578 btrfs: tests: uninline member definitions in free_space_extent by David Sterba · 8 years ago
  9. d2d9ac6 btrfs: tests: constify free space extent specs by David Sterba · 8 years ago
  10. 781e3bc Btrfs: expand free space tree sanity tests to catch endianness bug by Omar Sandoval · 8 years ago
  11. 9426ce7 Btrfs: fix extent buffer bitmap tests on big-endian systems by Omar Sandoval · 8 years ago
  12. 6675df3 Btrfs: catch invalid free space trees by Omar Sandoval · 8 years ago
  13. f8d468a Btrfs: fix mount -o clear_cache,space_cache=v2 by Omar Sandoval · 8 years ago
  14. 2fe1d55 Btrfs: fix free space tree bitmaps on big-endian systems by Omar Sandoval · 8 years ago
  15. 196e024 Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf by Liu Bo · 8 years ago
  16. 4867268 Btrfs: don't BUG() during drop snapshot by Josef Bacik · 8 years ago
  17. 2fd57fc btrfs: fix btrfs_no_printk stub helper by Arnd Bergmann · 8 years ago
  18. 851cd17 Btrfs: memset to avoid stale content in btree leaf by Liu Bo · 8 years ago
  19. 0f5053e btrfs: parent_start initialization cleanup by Goldwyn Rodrigues · 8 years ago
  20. 6cea66e btrfs: Remove already completed TODO comment by Goldwyn Rodrigues · 8 years ago
  21. dd12d5b btrfs: Do not reassign count in btrfs_run_delayed_refs by Goldwyn Rodrigues · 8 years ago
  22. 0ccd052 btrfs: fix a possible umount deadlock by Anand Jain · 8 years ago
  23. a958eab Btrfs: fix memory leak in do_walk_down by Liu Bo · 8 years ago
  24. c01f5f9 btrfs: btrfs_debug should consume fs_info when DEBUG is not defined by Jeff Mahoney · 8 years ago
  25. 04ab956 btrfs: convert send's verbose_printk to btrfs_debug by Jeff Mahoney · 8 years ago
  26. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  27. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  28. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  29. cea67ab btrfs: clean the old superblocks before freeing the device by Jeff Mahoney · 8 years ago
  30. 0279422 Btrfs: kill BUG_ON in run_delayed_tree_ref by Liu Bo · 8 years ago
  31. 6bdf131 Btrfs: don't leak reloc root nodes on error by Josef Bacik · 8 years ago
  32. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  33. 6b722c1 Btrfs: improve check_node to avoid reading corrupted nodes by Liu Bo · 8 years ago
  34. a42cbec Btrfs: add error handling for extent buffer in print tree by Liu Bo · 8 years ago
  35. a43f7f8 Btrfs: remove BUG_ON in start_transaction by Liu Bo · 8 years ago
  36. 3eb548e Btrfs: memset to avoid stale content in btree node block by Liu Bo · 8 years ago
  37. 3561b9d Btrfs: return gracefully from balance if fs tree is corrupted by Liu Bo · 8 years ago
  38. 9c8e63d Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written by Josef Bacik · 8 years ago
  39. 8436ea91 Btrfs: kill the start argument to read_extent_buffer_pages by Josef Bacik · 8 years ago
  40. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  41. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 8 years ago
  42. 897a41b btrfs: add dynamic debug support by Jeff Mahoney · 8 years ago
  43. 2309e79 btrfs: Fix warning "variable ‘gen’ set but not used" by Luis Henriques · 8 years ago
  44. 1f079fa btrfs: Fix warning "variable ‘blocksize’ set but not used" by Luis Henriques · 8 years ago
  45. 5d8eb6f btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs by Naohiro Aota · 8 years ago
  46. 4930338 Btrfs: bail out if block group has different mixed flag by Liu Bo · 8 years ago
  47. 2571e73 Btrfs: fix memory leak in reading btree blocks by Liu Bo · 8 years ago
  48. e46a28c Btrfs: remove BUG() in raid56 by Liu Bo · 8 years ago
  49. afce772 btrfs: fix check_shared for fiemap ioctl by Lu Fengqi · 8 years ago
  50. b0de6c4 btrfs: create example debugfs file only in debugging build by David Sterba · 8 years ago
  51. 07f6a48 btrfs: fix perms on demonstration debugfs interface by Eric Sandeen · 8 years ago
  52. c79a175 Btrfs: fix memory leak of block group cache by Liu Bo · 8 years ago
  53. 08895a8 Linux 4.8-rc8 by Linus Torvalds · 8 years ago
  54. 4c04b4b Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  55. 90b75db fault_in_multipages_readable() throws set-but-unused error by Dave Chinner · 8 years ago
  56. 38e0885 mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing by Lorenzo Stoakes · 8 years ago
  57. 831e45d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  58. 751b9a5 Merge tag 'powerpc-4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  59. 8d2c0d3 radix tree: fix sibling entry handling in radix_tree_descend() by Linus Torvalds · 8 years ago
  60. 62fd525 radix tree test suite: Test radix_tree_replace_slot() for multiorder entries by Matthew Wilcox · 8 years ago
  61. 1ae2293 fix memory leaks in tracing_buffers_splice_read() by Al Viro · 8 years ago
  62. 1245800 tracing: Move mutex to protect against resetting of seq data by Steven Rostedt (Red Hat) · 8 years ago
  63. 116e711 MIPS: Fix delay slot emulation count in debugfs by Paul Burton · 8 years ago
  64. 8f46cca MIPS: SMP: Fix possibility of deadlock when bringing CPUs online by Matt Redfearn · 8 years ago
  65. 9c0e28a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 2507c85 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. 709b8f6 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 4b8b0ff Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. 0f26574 Merge branch 'hughd-fixes' (patches from Hugh Dickins) by Linus Torvalds · 8 years ago
  70. b385d21 mm: delete unnecessary and unsafe init_tlb_ubc() by Hugh Dickins · 8 years ago
  71. 7166466 huge tmpfs: fix Committed_AS leak by Hugh Dickins · 8 years ago
  72. 3089bf6 shmem: fix tmpfs to handle the huge= option properly by Toshi Kani · 8 years ago
  73. bd5dbcb Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  74. d0c1d15 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  75. 4ee6986 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  76. b22734a 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
  77. 78bbf15 Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  78. 2ddfdd4 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  79. 7d188ba Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  80. d9d1ffe Merge tag 'tags/nand-fixes-for-4.8-rc8' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  81. e7c5412 Merge tag 'mmc-v4.8-rc7' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  82. e47f2e5 Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  83. c8712c6 blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx by Christoph Hellwig · 8 years ago
  84. 7e95630 MIPS: Fix pre-r6 emulation FPU initialisation by Paul Burton · 8 years ago
  85. 67787b6 arm64: kgdb: handle read-only text / modules by AKASHI Takahiro · 8 years ago
  86. c18df0a arm64: Call numa_store_cpu_info() earlier. by David Daney · 8 years ago
  87. 96b03ab locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text by Vivien Didelot · 8 years ago
  88. 3b4ac78 nvme-rdma: only clear queue flags after successful connect by Sagi Grimberg · 8 years ago
  89. 331dcf4 i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended by Sudeep Holla · 8 years ago
  90. b1f2beb Merge tag 'media/v4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  91. f887c21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  92. 3bf6215 perf/core: Limit matching exclusive events to one PMU by Alexander Shishkin · 8 years ago
  93. 08b90f0 perf/x86/intel/bts: Make it an exclusive PMU by Alexander Shishkin · 8 years ago
  94. 9bf6ffd locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP() by Peter Zijlstra · 8 years ago
  95. f0aa1ce regmap: fix deadlock on _regmap_raw_write() error path by Nikita Yushchenko · 8 years ago
  96. 0cf43f5 crypto: rsa-pkcs1pad - Handle leading zero for decryption by Herbert Xu · 8 years ago
  97. 456bee9 KEYS: Fix skcipher IV clobbering by Herbert Xu · 8 years ago
  98. 005d675 mmc: dw_mmc: fix the spamming log message by Jaehoon Chung · 8 years ago
  99. 7e32b44 tcp: properly account Fast Open SYN-ACK retrans by Yuchung Cheng · 8 years ago
  100. de1d657 tcp: fix under-accounting retransmit SNMP counters by Yuchung Cheng · 8 years ago