1. dcf25fe f2fs: reset default idle interval value by Chao Yu · 8 years ago
  2. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  3. 82e0a5a f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  4. 44a8349 f2fs: add maximum prefree segments by Jaegeuk Kim · 8 years ago
  5. 5f281fa f2fs: disable extent_cache for fcollapse/finsert inodes by Jaegeuk Kim · 8 years ago
  6. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  7. 1d353eb f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 8 years ago
  8. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  9. a2ee0a30 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 8 years ago
  10. c24a0fd f2fs: fix to avoid redundant discard during fstrim by Chao Yu · 8 years ago
  11. c7b41e1 f2fs: avoid mismatching block range for discard by Yunlei He · 8 years ago
  12. 3e6d0b4 f2fs: fix incorrect f_bfree calculation in ->statfs by Chao Yu · 8 years ago
  13. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 8 years ago
  14. 3bdad3c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  15. 2555a2d f2fs: shrink critical region in spin_lock by Jaegeuk Kim · 8 years ago
  16. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  17. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  18. a0995af f2fs: remove unnecessary goto statement by Tiezhu Yang · 8 years ago
  19. 64058be f2fs: add nodiscard mount option by Chao Yu · 8 years ago
  20. 72e1c79 f2fs: fix to redirty page if fail to gc data page by Chao Yu · 8 years ago
  21. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  22. 78682f7 f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 8 years ago
  23. ac6f199 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago
  24. 2c237eb f2fs: avoid writing node/metapages during writes by Jaegeuk Kim · 8 years ago
  25. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  26. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  27. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  28. 3e19886 f2fs: report error for f2fs_parent_dir by Jaegeuk Kim · 8 years ago
  29. 8be0fea f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  30. c92737c f2fs: fix deadlock in add_link failure by Jaegeuk Kim · 8 years ago
  31. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  32. aa98727 f2fs: skip clean segment for gc by Jaegeuk Kim · 8 years ago
  33. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  34. 7dfeaa3 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 8 years ago
  35. 7f31997 f2fs: set mapping error for EIO by Jaegeuk Kim · 8 years ago
  36. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  37. 29710bc f2fs: fix wrong percentage by Jaegeuk Kim · 8 years ago
  38. 1e7c48f f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode by Jaegeuk Kim · 8 years ago
  39. 9a449e9 f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  40. 338bbfa f2fs: avoid wrong count on dirty inodes by Jaegeuk Kim · 8 years ago
  41. 9f7c45c f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  42. b230e6c f2fs: handle writepage correctly by Jaegeuk Kim · 8 years ago
  43. eb4246d f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  44. 0c9df7f f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 8 years ago
  45. 46ae957 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 8 years ago
  46. 28ea616 f2fs: do not skip writing data pages by Jaegeuk Kim · 8 years ago
  47. 53aa6bb f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  48. 42d9640 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  49. b93f771 f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  50. 69e9e42 f2fs: set flush_merge by default by Jaegeuk Kim · 8 years ago
  51. 0a87f66 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 8 years ago
  52. 6d94c74 f2fs: add lazytime mount option by Jaegeuk Kim · 8 years ago
  53. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  54. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  55. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  56. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  57. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  58. 8edd03c f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  59. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  60. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  61. 1c4bf76 Revert "f2fs: no need inc dirty pages under inode lock" by Jaegeuk Kim · 8 years ago
  62. 4340fa5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  63. d14bdb55 KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS by Paolo Bonzini · 8 years ago
  64. f8c1b85 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 8 years ago
  65. c622a3c KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi by Paolo Bonzini · 8 years ago
  66. 78e546c KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number by Paolo Bonzini · 8 years ago
  67. 83676e9 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 8 years ago
  68. b21629d kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR by Paolo Bonzini · 8 years ago
  69. 0c2df2a KVM: Handle MSR_IA32_PERF_CTL by Dmitry Bilunov · 8 years ago
  70. b19ee2f KVM: x86: avoid write-tearing of TDP by Nadav Amit · 8 years ago
  71. 13e98fd Merge tag 'kvm-arm-for-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 8 years ago
  72. 05fb05a KVM: arm/arm64: vgic-new: Removel harmful BUG_ON by Marc Zyngier · 8 years ago
  73. 719af93a Merge tag 'pinctrl-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  74. ebb8cb2 Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 8 years ago
  75. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  76. 58c1f99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  77. faf8dcc sfc: Track RPS flow IDs per channel instead of per function by Jon Cooper · 8 years ago
  78. d69d169 usbnet: smsc95xx: fix link detection for disabled autonegotiation by Christoph Fritz · 8 years ago
  79. f00e35e virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv by wangyunjian · 8 years ago
  80. bae5499 bnx2x: avoid leaking memory on bnx2x_init_one() failures by Vitaly Kuznetsov · 8 years ago
  81. 95e4daa fou: fix IPv6 Kconfig options by Arnd Bergmann · 8 years ago
  82. bc7cc59 openvswitch: update checksum in {push,pop}_mpls by Simon Horman · 8 years ago
  83. 40eb90e9 sctp: sctp_diag should dump sctp socket type by Xin Long · 8 years ago
  84. 7fafe80 net: fec: update dirty_tx even if no skb by Troy Kisky · 8 years ago
  85. 308453a vlan: Propagate MAC address to VLANs by Mike Manning · 8 years ago
  86. f2633d2 atm: iphase: off by one in rx_pkt() by Dan Carpenter · 8 years ago
  87. 86f0439 atm: firestream: add more reserved strings by Dan Carpenter · 8 years ago
  88. ce57766 vxlan: Accept user specified MTU value when create new vxlan link by Chen Haiquan · 8 years ago
  89. bcf91bd net: pktgen: Call destroy_hrtimer_on_stack() by Guenter Roeck · 8 years ago
  90. c08376a timer: Export destroy_hrtimer_on_stack() by Guenter Roeck · 8 years ago
  91. b02da6f dma-buf: use vma_pages() by Muhammad Falak R Wani · 8 years ago
  92. 4320c2a fence: add missing descriptions for fence by Luis de Bethencourt · 8 years ago
  93. eae1760 doc: update/fixup dma-buf related DocBook by Rob Clark · 8 years ago
  94. 367d3fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  95. dad6c39 reservation: add headerdoc comments by Rob Clark · 8 years ago
  96. e2082e3 dma-buf: headerdoc fixes by Rob Clark · 8 years ago
  97. 5eca831 Merge tag 'gpio-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  98. c585132 arm64: KVM: vgic-v3: Relax synchronization when SRE==1 by Marc Zyngier · 8 years ago
  99. a057001 arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1 by Marc Zyngier · 8 years ago
  100. b34f2bc arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value by Marc Zyngier · 8 years ago