1. d27c3d8 f2fs: select target segment with closer temperature in SSR mode by Chao Yu · 8 years ago
  2. 5552351 f2fs: show simple call stack in fault injection message by Chao Yu · 8 years ago
  3. dd7b233 f2fs: no need lock_op in f2fs_write_inline_data by Yunlei He · 8 years ago
  4. 22ad0b6 f2fs: add bitmaps for empty or full NAT blocks by Jaegeuk Kim · 8 years ago
  5. 5e8256a f2fs: replace rw semaphore extent_tree_lock with mutex lock by Yunlei He · 8 years ago
  6. 3f2be04 f2fs: avoid m_flags overlay when allocating more data blocks by Kinglong Mee · 8 years ago
  7. 6bfaf7b f2fs: remove unsafe bitmap checking by Hou Pengyang · 8 years ago
  8. e15882b f2fs: init local extent_info to avoid stale stack info in tp by Hou Pengyang · 8 years ago
  9. 77190e1 f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc by Yunlong Song · 8 years ago
  10. 9259228 f2fs: check discard alignment only for SEQWRITE zones by Jaegeuk Kim · 8 years ago
  11. 4046525 f2fs: wait for discard completion after submission by Jaegeuk Kim · 8 years ago
  12. 47b8980 f2fs: much larger batched trim_fs job by Jaegeuk Kim · 8 years ago
  13. ad4d307 f2fs: avoid very large discard command by Jaegeuk Kim · 8 years ago
  14. 70d625c f2fs: do SSR for node segments more aggresively by Jaegeuk Kim · 8 years ago
  15. c192f7a f2fs: find data segments across all the types by Jaegeuk Kim · 8 years ago
  16. d0db770 f2fs: do SSR in higher priority by Jaegeuk Kim · 8 years ago
  17. 035e97a f2fs: do SSR for data when there is enough free space by Yunlong Song · 8 years ago
  18. b9cd206 f2fs: node segment is prior to data segment selected victim by Hou Pengyang · 8 years ago
  19. 3436c4b f2fs: put allocate_segment after refresh_sit_entry by Yunlong Song · 8 years ago
  20. e93b986 f2fs: add ovp valid_blocks check for bg gc victim to fg_gc by Hou Pengyang · 8 years ago
  21. 86d5479 f2fs: do not wait for writeback in write_begin by Jaegeuk Kim · 8 years ago
  22. 05eeb11 f2fs: replace __get_victim by dirty_segments in FG_GC by Yunlei He · 8 years ago
  23. 5012de2 f2fs: trace victim's cost selectecd by f2fs_gc by Jaegeuk Kim · 8 years ago
  24. 88c5c13 f2fs: fix multiple f2fs_add_link() calls having same name by Jaegeuk Kim · 8 years ago
  25. d50aaee f2fs: show actual device info in tracepoints by Jaegeuk Kim · 8 years ago
  26. 5b6c6be f2fs: use SSR for warm node as well by Jaegeuk Kim · 8 years ago
  27. 39133a5 f2fs: enable inline_xattr by default by Chao Yu · 8 years ago
  28. 23cf721 f2fs: introduce noinline_xattr mount option by Chao Yu · 8 years ago
  29. 25cc5d3 f2fs: avoid reading NAT page by get_node_info by Jaegeuk Kim · 8 years ago
  30. 9b064f7 f2fs: remove build_free_nids() during checkpoint by Jaegeuk Kim · 8 years ago
  31. d260081 f2fs: change recovery policy of xattr node block by Chao Yu · 8 years ago
  32. 2ad0ef8 f2fs: super: constify fscrypt_operations structure by Bhumika Goyal · 8 years ago
  33. 1200abb f2fs: show checkpoint version at mount time by Jaegeuk Kim · 8 years ago
  34. 6de3f12 f2fs: fix a typo in f2fs.txt by Tiezhu Yang · 8 years ago
  35. 7f54f51 f2fs: remove preflush for nobarrier case by Jaegeuk Kim · 8 years ago
  36. 942fd31 f2fs: check last page index in cached bio to decide submission by Jaegeuk Kim · 8 years ago
  37. d68f735 f2fs: check io submission more precisely by Jaegeuk Kim · 8 years ago
  38. f566bae f2fs: call internal __write_data_page directly by Jaegeuk Kim · 8 years ago
  39. e7c75ab f2fs: avoid out-of-order execution of atomic writes by Jaegeuk Kim · 8 years ago
  40. faa2489 f2fs: move write_node_page above fsync_node_pages by Jaegeuk Kim · 8 years ago
  41. c1b2210 f2fs: move flush tracepoint by Jaegeuk Kim · 8 years ago
  42. a00861d f2fs: show # of APPEND and UPDATE inodes by Jaegeuk Kim · 8 years ago
  43. cac5a3d f2fs: fix 446 coding style warnings in f2fs.h by DongOh Shin · 8 years ago
  44. c64ab12 f2fs: fix 3 coding style errors in f2fs.h by DongOh Shin · 8 years ago
  45. 8ed5974 f2fs: declare missing static function by Jaegeuk Kim · 8 years ago
  46. 0cc0dec f2fs: show the fault injection mount option by Kaixu Xia · 8 years ago
  47. 7354581 f2fs: fix null pointer dereference when issuing flush in ->fsync by Chao Yu · 8 years ago
  48. dba79f3 f2fs: fix to avoid overflow when left shifting page offset by Chao Yu · 8 years ago
  49. ba38c27 f2fs: enhance lookup xattr by Chao Yu · 8 years ago
  50. 04b9a5f Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt by Masanari Iida · 8 years ago
  51. b86e330 f2fs: fix a dead loop in f2fs_fiemap() by Wei Fang · 8 years ago
  52. dc91de7 f2fs: do not preallocate blocks which has wrong buffer by Jaegeuk Kim · 8 years ago
  53. dcc9165 f2fs: show # of on-going flush and discard bios by Jaegeuk Kim · 8 years ago
  54. 1546996 f2fs: add a kernel thread to issue discard commands asynchronously by Jaegeuk Kim · 8 years ago
  55. 0b54fb8 f2fs: factor out discard command info into discard_cmd_control by Jaegeuk Kim · 8 years ago
  56. d4adb30 f2fs: reorganize stat information by Jaegeuk Kim · 8 years ago
  57. b01a920 f2fs: clean up flush/discard command namings by Jaegeuk Kim · 8 years ago
  58. ae27d62 f2fs: check in-memory sit version bitmap by Chao Yu · 8 years ago
  59. 599a09b f2fs: check in-memory nat version bitmap by Chao Yu · 8 years ago
  60. 355e789 f2fs: check in-memory block bitmap by Chao Yu · 8 years ago
  61. 5fe4574 f2fs: introduce FI_ATOMIC_COMMIT by Chao Yu · 8 years ago
  62. 939afa9 f2fs: clean up with list_{first, last}_entry by Chao Yu · 8 years ago
  63. 25290fa f2fs: return fs_trim if there is no candidate by Jaegeuk Kim · 8 years ago
  64. 0333ad4 f2fs: avoid needless checkpoint in f2fs_trim_fs by Jaegeuk Kim · 8 years ago
  65. 4e6a8d9 f2fs: relax async discard commands more by Jaegeuk Kim · 8 years ago
  66. bb95d9a f2fs: drop exist_data for inline_data when truncated to 0 by Jaegeuk Kim · 8 years ago
  67. 363fa4e f2fs: don't allow encrypted operations without keys by Jaegeuk Kim · 8 years ago
  68. 26a28a0 f2fs: show the max number of atomic operations by Jaegeuk Kim · 8 years ago
  69. ec91538 f2fs: get io size bit from mount option by Jaegeuk Kim · 8 years ago
  70. 0a595eb f2fs: support IO alignment for DATA and NODE writes by Jaegeuk Kim · 8 years ago
  71. 554b512 f2fs: add submit_bio tracepoint by Jaegeuk Kim · 8 years ago
  72. d621e6b f2fs: fix wrong tracepoints for op and op_flags by Jaegeuk Kim · 8 years ago
  73. 9d52a50 f2fs: reassign new segment for mode=lfs by Jaegeuk Kim · 8 years ago
  74. 650d3c4 f2fs: fix a missing discard prefree segments by Yunlei He · 8 years ago
  75. ed0b562 f2fs: use rb_entry_safe by Geliang Tang · 8 years ago
  76. 746e240 f2fs: add a case of no need to read a page in write begin by Yunlei He · 8 years ago
  77. 7855eba f2fs: fix a problem of using memory after free by Yunlei He · 8 years ago
  78. 07fe8d4 f2fs: remove unneeded condition by Dan Carpenter · 8 years ago
  79. 5c9e418 f2fs: don't cache nat entry if out of memory by Chao Yu · 8 years ago
  80. fed2466 f2fs: remove unused values in recover_fsync_data by Yunlei He · 8 years ago
  81. 53cd1ad Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  82. d56a5ca Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  83. dd55396 Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  84. 64a172d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  85. ef1dce9 Merge tag 'arc-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  86. 1b1bc42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  87. 3365135 Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  88. 5906374 Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  89. 2fb78e8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  90. dd3b9f2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  91. 69978aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  92. 2b43215 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  93. 3aebae0 Merge tag 'vfio-v4.10-rc6' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  94. b4cfe39 RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled by Jack Morgenstein · 8 years ago
  95. c14024d Merge branch 'stable/for-jens-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 8 years ago
  96. 9aed02f ARC: [arcompact] handle unaligned access delay slot corner case by Vineet Gupta · 8 years ago
  97. 9d1d166 Merge tag 'media/v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  98. b84f027 Merge tag 'mmc-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  99. ed4d50c Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  100. e0d76fa xfs: prevent quotacheck from overloading inode lru by Brian Foster · 8 years ago