1. 22d375d f2fs: split discard_cmd_list by Chao Yu · 8 years ago
  2. c6f82fe9 Revert "f2fs: put allocate_segment after refresh_sit_entry" by Jaegeuk Kim · 8 years ago
  3. 64c24ec f2fs: split make_dentry_ptr() into block and inline versions by Tomohiro Kusumi · 8 years ago
  4. d1b3e72 f2fs: submit bio of in-place-update pages by Jaegeuk Kim · 8 years ago
  5. fc2e287 f2fs: remove the redundant variable definition by Kaixu Xia · 8 years ago
  6. 687de7f f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE by Jaegeuk Kim · 8 years ago
  7. ef095d1 f2fs: write small sized IO to hot log by Jaegeuk Kim · 8 years ago
  8. a7eeb823 f2fs: use bitmap in discard_entry by Chao Yu · 8 years ago
  9. f099405 f2fs: clean up destroy_discard_cmd_control by Chao Yu · 8 years ago
  10. 5f32366 f2fs: count discard command entry by Chao Yu · 8 years ago
  11. 8b8dd65 f2fs: show issued flush/discard count by Chao Yu · 8 years ago
  12. c13ff37 f2fs: relax node version check for victim data in gc by Jaegeuk Kim · 8 years ago
  13. 796dbbf f2fs: start SSR much eariler to avoid FG_GC by Jaegeuk Kim · 8 years ago
  14. 7a20b8a f2fs: allocate node and hot data in the beginning of partition by Jaegeuk Kim · 8 years ago
  15. c541a51 f2fs: fix wrong max cost initialization by Jaegeuk Kim · 8 years ago
  16. 59c9081 f2fs: allow write page cache when writting cp by Yunlei He · 8 years ago
  17. 22588f8 f2fs: don't reserve additional space in xattr block by Chao Yu · 8 years ago
  18. 89e9eab f2fs: clean up xattr operation by Chao Yu · 8 years ago
  19. 99f4b91 f2fs: don't track volatile file in dirty inode list by Chao Yu · 8 years ago
  20. 648d50b f2fs: show the max number of volatile operations by Chao Yu · 8 years ago
  21. 30a61dd f2fs: fix race condition in between free nid allocator/initializer by Chao Yu · 8 years ago
  22. 5f4c3de f2fs: use set_page_private marcro in f2fs_trace_pid by Yunlei He · 8 years ago
  23. 9897159 f2fs: fix recording invalid last_victim by Chao Yu · 8 years ago
  24. 8f73cbb f2fs: more reasonable mem_size calculating of ino_entry by Kinglong Mee · 8 years ago
  25. 70874fb f2fs: calculate the f2fs_stat_info into base_mem by Kinglong Mee · 8 years ago
  26. 684ca7e f2fs: avoid stat_inc_atomic_write for non-atomic file by Kinglong Mee · 8 years ago
  27. a58f244 f2fs: add missing INMEM_REVOKE trace enum definition by Chao Yu · 8 years ago
  28. c6f89df f2fs: sanity check of crc_offset from raw checkpoint by Kinglong Mee · 8 years ago
  29. d03ba4c f2fs: cleanup the disk level filename updating by Kinglong Mee · 8 years ago
  30. 346fe75 f2fs: cover update_free_nid_bitmap with nid_list_lock by Chao Yu · 8 years ago
  31. a83d50b f2fs: fix bad prefetchw of NULL page by Kinglong Mee · 8 years ago
  32. bd4667c f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode by Kinglong Mee · 8 years ago
  33. d756386 f2fs: move mnt_want_write_file after arguments checking by Kinglong Mee · 8 years ago
  34. 46e82fb f2fs: check new size by inode_newsize_ok in f2fs_insert_range by Kinglong Mee · 8 years ago
  35. 3cecfa5 f2fs: avoid copy date to user-space if move file range fail by Kinglong Mee · 8 years ago
  36. 087d3d8b f2fs: drop duplicate new_size assign in f2fs_zero_range by Kinglong Mee · 8 years ago
  37. 8a6aa32 f2fs: adjust the way of calculating nat block by Fan Li · 8 years ago
  38. 14b44d2 f2fs: add fault injection on f2fs_truncate by Jaegeuk Kim · 8 years ago
  39. 1941d7b f2fs: check range before defragment by Sheng Yong · 8 years ago
  40. b0beab5 f2fs: use parameter max_items instead of PIDVEC_SIZE by Sheng Yong · 8 years ago
  41. 3d6a650 f2fs: add a punch discard command function by Yunlei He · 8 years ago
  42. c81abe3 f2fs: allocate a bio for discarding when actually issuing it by Jaegeuk Kim · 8 years ago
  43. a29d0e0 f2fs: skip writeback meta pages if cp_mutex acquire failed by Yunlei He · 8 years ago
  44. 5ce4738 f2fs: show more precise message on orphan recovery failure by Jaegeuk Kim · 8 years ago
  45. fc7d5bc f2fs: remove dead macro PGOFS_OF_NEXT_DNODE by Kinglong Mee · 8 years ago
  46. 0b28b71 f2fs: drop duplicate radix tree lookup of nat_entry_set by Kinglong Mee · 8 years ago
  47. 20fda56b f2fs: make sure trace all f2fs_issue_flush by Kinglong Mee · 8 years ago
  48. 8ff0971 f2fs: don't allow volatile writes for non-regular file by Chao Yu · 8 years ago
  49. e811898 f2fs: don't allow atomic writes for not regular files by Jaegeuk Kim · 8 years ago
  50. 8c242db f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer by Jaegeuk Kim · 8 years ago
  51. aa51d08 f2fs: build stat_info before orphan inode recovery by Jaegeuk Kim · 8 years ago
  52. 10a875f f2fs: fix the fault of calculating blkstart twice by Kinglong Mee · 8 years ago
  53. e2f0e96 f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode by Kinglong Mee · 8 years ago
  54. 4f1bca9 f2fs: don't allow to get pino when filename is encrypted by Jaegeuk Kim · 8 years ago
  55. 8c1b3c0 f2fs: fix wrong error injection for evict_inode by Jaegeuk Kim · 8 years ago
  56. 10047f5 f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count by Kinglong Mee · 8 years ago
  57. b71dead f2fs: le16_to_cpu for xattr->e_value_size by Jaegeuk Kim · 8 years ago
  58. 4f29544 f2fs: don't need to invalidate wrong node page by Jaegeuk Kim · 8 years ago
  59. a78aaa2 f2fs: fix an error return value in truncate_partial_data_page by Yunlei He · 8 years ago
  60. 1f02071 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  61. 2c867ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  62. 4719177 Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  63. 8a01150 Merge tag 'rproc-v4.11-fixes' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  64. 689b957 Merge tag 'for-f2fs-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  65. 6e5364f HID: wacom: generic: Wacom mouse is only provided for opaque tablets by Ping Cheng · 8 years ago
  66. 01adc47 HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to hid-corsair by Oscar Campos · 8 years ago
  67. deaba63 HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB by Oscar Campos · 8 years ago
  68. b6b1f19 HID: wacom: don't manually release resources for the EKR by Aaron Armstrong Skomra · 8 years ago
  69. 49cc4c2 HID: wacom: Correct Intuos Pro 2 resolution by Aaron Armstrong Skomra · 8 years ago
  70. c3104aa remoteproc: qcom: fix QCOM_SMD dependencies by Arnd Bergmann · 8 years ago
  71. 7041d5d f2fs: combine nat_bits and free_nid_bitmap cache by Chao Yu · 8 years ago
  72. 586d149 f2fs: skip scanning free nid bitmap of full NAT blocks by Chao Yu · 8 years ago
  73. 23380b8 f2fs: use __set{__clear}_bit_le by Jaegeuk Kim · 8 years ago
  74. 9f7e4a2 f2fs: declare static functions by Jaegeuk Kim · 8 years ago
  75. 720037f f2fs: don't overwrite node block by SSR by Jaegeuk Kim · 8 years ago
  76. 97da385 Linux 4.11-rc3 by Linus Torvalds · 8 years ago
  77. 452b94b mm/swap: don't BUG_ON() due to uninitialized swap slot cache by Linus Torvalds · 8 years ago
  78. a07a6e4 Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  79. 4571bc5 Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  80. 8aa3417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  81. 1b8df61 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  82. 6c611d1 qla2xxx: Update driver version to 9.00.00.00-k by Himanshu Madhani · 8 years ago
  83. ec7193e qla2xxx: Fix delayed response to command for loop mode/direct connect. by Quinn Tran · 8 years ago
  84. 482c9dc qla2xxx: Change scsi host lookup method. by Quinn Tran · 8 years ago
  85. c423437 qla2xxx: Add DebugFS node to display Port Database by Himanshu Madhani · 8 years ago
  86. 15f30a5 qla2xxx: Use IOCB interface to submit non-critical MBX. by Quinn Tran · 8 years ago
  87. f1443ee qla2xxx: Add async new target notification by Quinn Tran · 8 years ago
  88. 54b9993 qla2xxx: Export DIF stats via debugfs by Anil Gurumurthy · 8 years ago
  89. be25152 qla2xxx: Improve T10-DIF/PI handling in driver. by Quinn Tran · 8 years ago
  90. 5b33469 qla2xxx: Allow relogin to proceed if remote login did not finish by Quinn Tran · 8 years ago
  91. f159b3c qla2xxx: Fix sess_lock & hardware_lock lock order problem. by Quinn Tran · 8 years ago
  92. 8f6fc8d qla2xxx: Fix inadequate lock protection for ABTS. by Quinn Tran · 8 years ago
  93. 8b66680 qla2xxx: Fix request queue corruption. by Quinn Tran · 8 years ago
  94. ae940f2 qla2xxx: Fix memory leak for abts processing by Quinn Tran · 8 years ago
  95. c4a9b53 qla2xxx: Allow vref count to timeout on vport delete. by Joe Carnuccio · 8 years ago
  96. 7d7a743 tcmu: Convert cmd_time_out into backend device attribute by Nicholas Bellinger · 8 years ago
  97. af980e4 tcmu: make cmd timeout configurable by Mike Christie · 8 years ago
  98. 972c7f1 tcmu: add helper to check if dev was configured by Mike Christie · 8 years ago
  99. 93afaa4 Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 8 years ago
  100. 760bf57 target: fix race during implicit transition work flushes by Mike Christie · 8 years ago