1. d47b871 Revert "f2fs: do not recover from previous remained wrong dnodes" by Chao Yu · 8 years ago
  2. b4b9d34 f2fs: remove checkpoint in f2fs_freeze by Jaegeuk Kim · 8 years ago
  3. bdb7d96 f2fs: assign segments correctly for direct_io by Jaegeuk Kim · 8 years ago
  4. 9f0552e f2fs: fix wrong i_atime recovery by Chao Yu · 8 years ago
  5. 60dcedc f2fs: record inode updating status correctly by Chao Yu · 8 years ago
  6. 126606c f2fs: Trace reset zone events by Damien Le Moal · 8 years ago
  7. f46e8809 f2fs: Reset sequential zones on zoned block devices by Damien Le Moal · 8 years ago
  8. 178053e f2fs: Cache zoned block devices zone type by Damien Le Moal · 8 years ago
  9. 3adc57e f2fs: Do not allow adaptive mode for host-managed zoned block devices by Damien Le Moal · 8 years ago
  10. 96ba2de f2fs: Always enable discard for zoned blocks devices by Damien Le Moal · 8 years ago
  11. 0ab0299 f2fs: Suppress discard warning message for zoned block devices by Damien Le Moal · 8 years ago
  12. d1b959c f2fs: Check zoned block feature for host-managed zoned block devices by Damien Le Moal · 8 years ago
  13. 0bfd7a0 f2fs: Use generic zoned block device terminology by Damien Le Moal · 8 years ago
  14. 487df61 f2fs: Add missing break in switch-case by Damien Le Moal · 8 years ago
  15. 0992280 f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes by Jaegeuk Kim · 8 years ago
  16. ed6bd4b f2fs: report error of f2fs_fill_dentries by Chao Yu · 8 years ago
  17. 230436b f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  18. 35782b2 f2fs: remove percpu_count due to performance regression by Jaegeuk Kim · 8 years ago
  19. 18340ed f2fs: make clean inodes when flushing inode page by Jaegeuk Kim · 8 years ago
  20. 7c45729 f2fs: keep dirty inodes selectively for checkpoint by Jaegeuk Kim · 8 years ago
  21. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  22. 3e7b5bb f2fs: declare static function for __build_free_nids by Jaegeuk Kim · 8 years ago
  23. 15d0435 f2fs: call f2fs_balance_fs for setattr by Jaegeuk Kim · 8 years ago
  24. b9610bd f2fs: count dirty inodes to flush node pages during checkpoint by Jaegeuk Kim · 8 years ago
  25. 02110a4 f2fs: avoid casted negative value as shrink count by Chao Yu · 8 years ago
  26. 3a2ad56 f2fs: don't interrupt free nids building during nid allocation by Chao Yu · 8 years ago
  27. eb0aa4b f2fs: clean up free nid list operations by Jaegeuk Kim · 8 years ago
  28. b8559dc f2fs: split free nid list by Chao Yu · 8 years ago
  29. a11b9f6 f2fs: clear nlink if fail to add_link by Chao Yu · 8 years ago
  30. 0c0b471 f2fs: fix sparse warnings by Eric Biggers · 8 years ago
  31. 9de6927 f2fs: fix error handling in fsync_node_pages by Chao Yu · 8 years ago
  32. b691d98 f2fs: fix to update largest extent under lock by Chao Yu · 8 years ago
  33. 58736fa f2fs: be aware of extent beyond EOF in fiemap by Chao Yu · 8 years ago
  34. 6f2d8ed f2fs: don't miss any f2fs_balance_fs cases by Chao Yu · 8 years ago
  35. 9434fcd f2fs: add missing f2fs_balance_fs in f2fs_zero_range by Chao Yu · 8 years ago
  36. 933439c f2fs: give a chance to detach from dirty list by Chao Yu · 8 years ago
  37. 2dd1565 f2fs: fix to release discard entries during checkpoint by Chao Yu · 8 years ago
  38. 2411cf5 f2fs: exclude free nids building and allocation by Chao Yu · 8 years ago
  39. e87f732 f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  40. ded9b5d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. 23aabe7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  42. 23400ac Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  43. b66c08b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  44. 57527ed Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  45. 000b894 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  46. 7cfc431 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  47. 033ac60 perf/x86/intel/uncore: Allow only a single PMU/box within an events group by Peter Zijlstra · 8 years ago
  48. b800058 perf/x86/intel: Cure bogus unwind from PEBS entries by Peter Zijlstra · 8 years ago
  49. ae31fe5 perf/x86: Restore TASK_SIZE check on frame pointer by Johannes Weiner · 8 years ago
  50. 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 8 years ago
  51. 18f649e sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() by Oleg Nesterov · 8 years ago
  52. c8467f7 crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy by Herbert Xu · 8 years ago
  53. 8acf7a1 crypto: algif_hash - Fix result clobbering in recvmsg by Herbert Xu · 8 years ago
  54. 3b404a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  55. 8d1a240 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  56. 27e7ab9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  57. 7082c5c tcp: zero ca_priv area when switching cc algorithms by Florian Westphal · 8 years ago
  58. 7c6ae61 net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit by Gao Feng · 8 years ago
  59. 6bc5445 ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoC by Peter Robinson · 8 years ago
  60. ec638db thermal/powerclamp: add back module device table by Jacob Pan · 8 years ago
  61. e96271f perf/core: Fix address filter parser by Alexander Shishkin · 8 years ago
  62. e5dce28 x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdt by Andy Shevchenko · 8 years ago
  63. a980ce3 x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as well by H.J. Lu · 8 years ago
  64. 8c5c86f x86/platform/intel-mid: Register watchdog device after SCU by Andy Shevchenko · 8 years ago
  65. b22cbe4 x86/fpu: Fix invalid FPU ptrace state after execve() by Yu-cheng Yu · 8 years ago
  66. ed68d7e x86/boot: Fail the boot if !M486 and CPUID is missing by Andy Lutomirski · 8 years ago
  67. fc0e81b x86/traps: Ignore high word of regs->cs in early_fixup_exception() by Andy Lutomirski · 8 years ago
  68. 3d40658 apparmor: fix change_hat not finding hat after policy replacement by John Johansen · 8 years ago
  69. 9c76358 Linux 4.9-rc6 by Linus Torvalds · 8 years ago
  70. 697ed8d Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  71. 51b9a31 tipc: eliminate obsolete socket locking policy description by Jon Paul Maloy · 8 years ago
  72. 3f0ae05 rtnl: fix the loop index update error in rtnl_dump_ifinfo() by Zhang Shengju · 8 years ago
  73. 32c2311 l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() by Guillaume Nault · 8 years ago
  74. 77079b1 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  75. d117b9a Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  76. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  77. 0f0909e fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  78. 3c7018e fscrypto: don't use on-stack buffer for filename encryption by Eric Biggers · 8 years ago
  79. 50d438f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  80. dce9ce3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  81. ad092de i2c: i2c-mux-pca954x: fix deselect enabling for device-tree by Alex Hemme · 8 years ago
  82. f691838 Merge tag 'powerpc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  83. 384b0dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  84. 6741897 Merge tag 'leds_4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  85. eab8d4b Merge tag 'dmaengine-fix-4.9-rc6' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  86. a2b0773 kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic by Paolo Bonzini · 8 years ago
  87. 7301d6a KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr by Paolo Bonzini · 8 years ago
  88. 22583f0 KVM: async_pf: avoid recursive flushing of work items by Paolo Bonzini · 8 years ago
  89. e3fd9a9 kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use by Paolo Bonzini · 8 years ago
  90. 1650b4e KVM: Disable irq while unregistering user notifier by Ignacio Alvarado · 8 years ago
  91. 8b95344 KVM: x86: do not go through vcpu in __get_kvmclock_ns by Paolo Bonzini · 8 years ago
  92. e5dbc4b Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 8 years ago
  93. adda306 Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  94. 9dd35d6 sparc: drop duplicate header scatterlist.h by Geliang Tang · 8 years ago
  95. 178c7ae net: macb: add check for dma mapping error in start_xmit() by Alexey Khoroshilov · 8 years ago
  96. 20afa6e Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  97. 04e3685 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  98. aad931a3 Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  99. dbfa048 MAINTAINERS: Add LED subsystem co-maintainer by Pavel Machek · 8 years ago
  100. aab0b24 Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes' by Rafael J. Wysocki · 8 years ago