1. 68afcf2 f2fs: guard macro variables with braces by Tomohiro Kusumi · 8 years ago
  2. 771a9a7 f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b by Tomohiro Kusumi · 8 years ago
  3. fa64a00 f2fs: prevent waiter encountering incorrect discard states by Chao Yu · 8 years ago
  4. d431413 f2fs: introduce f2fs_wait_discard_bios by Chao Yu · 8 years ago
  5. 22d375d f2fs: split discard_cmd_list by Chao Yu · 8 years ago
  6. c6f82fe9 Revert "f2fs: put allocate_segment after refresh_sit_entry" by Jaegeuk Kim · 8 years ago
  7. 64c24ec f2fs: split make_dentry_ptr() into block and inline versions by Tomohiro Kusumi · 8 years ago
  8. d1b3e72 f2fs: submit bio of in-place-update pages by Jaegeuk Kim · 8 years ago
  9. fc2e287 f2fs: remove the redundant variable definition by Kaixu Xia · 8 years ago
  10. 687de7f f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE by Jaegeuk Kim · 8 years ago
  11. ef095d1 f2fs: write small sized IO to hot log by Jaegeuk Kim · 8 years ago
  12. a7eeb823 f2fs: use bitmap in discard_entry by Chao Yu · 8 years ago
  13. f099405 f2fs: clean up destroy_discard_cmd_control by Chao Yu · 8 years ago
  14. 5f32366 f2fs: count discard command entry by Chao Yu · 8 years ago
  15. 8b8dd65 f2fs: show issued flush/discard count by Chao Yu · 8 years ago
  16. c13ff37 f2fs: relax node version check for victim data in gc by Jaegeuk Kim · 8 years ago
  17. 796dbbf f2fs: start SSR much eariler to avoid FG_GC by Jaegeuk Kim · 8 years ago
  18. 7a20b8a f2fs: allocate node and hot data in the beginning of partition by Jaegeuk Kim · 8 years ago
  19. c541a51 f2fs: fix wrong max cost initialization by Jaegeuk Kim · 8 years ago
  20. 59c9081 f2fs: allow write page cache when writting cp by Yunlei He · 8 years ago
  21. 22588f8 f2fs: don't reserve additional space in xattr block by Chao Yu · 8 years ago
  22. 89e9eab f2fs: clean up xattr operation by Chao Yu · 8 years ago
  23. 99f4b91 f2fs: don't track volatile file in dirty inode list by Chao Yu · 8 years ago
  24. 648d50b f2fs: show the max number of volatile operations by Chao Yu · 8 years ago
  25. 30a61dd f2fs: fix race condition in between free nid allocator/initializer by Chao Yu · 8 years ago
  26. 5f4c3de f2fs: use set_page_private marcro in f2fs_trace_pid by Yunlei He · 8 years ago
  27. 9897159 f2fs: fix recording invalid last_victim by Chao Yu · 8 years ago
  28. 8f73cbb f2fs: more reasonable mem_size calculating of ino_entry by Kinglong Mee · 8 years ago
  29. 70874fb f2fs: calculate the f2fs_stat_info into base_mem by Kinglong Mee · 8 years ago
  30. 684ca7e f2fs: avoid stat_inc_atomic_write for non-atomic file by Kinglong Mee · 8 years ago
  31. c6f89df f2fs: sanity check of crc_offset from raw checkpoint by Kinglong Mee · 8 years ago
  32. d03ba4c f2fs: cleanup the disk level filename updating by Kinglong Mee · 8 years ago
  33. 346fe75 f2fs: cover update_free_nid_bitmap with nid_list_lock by Chao Yu · 8 years ago
  34. a83d50b f2fs: fix bad prefetchw of NULL page by Kinglong Mee · 8 years ago
  35. bd4667c f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode by Kinglong Mee · 8 years ago
  36. d756386 f2fs: move mnt_want_write_file after arguments checking by Kinglong Mee · 8 years ago
  37. 46e82fb f2fs: check new size by inode_newsize_ok in f2fs_insert_range by Kinglong Mee · 8 years ago
  38. 3cecfa5 f2fs: avoid copy date to user-space if move file range fail by Kinglong Mee · 8 years ago
  39. 087d3d8b f2fs: drop duplicate new_size assign in f2fs_zero_range by Kinglong Mee · 8 years ago
  40. 8a6aa32 f2fs: adjust the way of calculating nat block by Fan Li · 8 years ago
  41. 14b44d2 f2fs: add fault injection on f2fs_truncate by Jaegeuk Kim · 8 years ago
  42. 1941d7b f2fs: check range before defragment by Sheng Yong · 8 years ago
  43. b0beab5 f2fs: use parameter max_items instead of PIDVEC_SIZE by Sheng Yong · 8 years ago
  44. 3d6a650 f2fs: add a punch discard command function by Yunlei He · 8 years ago
  45. c81abe3 f2fs: allocate a bio for discarding when actually issuing it by Jaegeuk Kim · 8 years ago
  46. a29d0e0 f2fs: skip writeback meta pages if cp_mutex acquire failed by Yunlei He · 8 years ago
  47. 5ce4738 f2fs: show more precise message on orphan recovery failure by Jaegeuk Kim · 8 years ago
  48. fc7d5bc f2fs: remove dead macro PGOFS_OF_NEXT_DNODE by Kinglong Mee · 8 years ago
  49. 0b28b71 f2fs: drop duplicate radix tree lookup of nat_entry_set by Kinglong Mee · 8 years ago
  50. 20fda56b f2fs: make sure trace all f2fs_issue_flush by Kinglong Mee · 8 years ago
  51. 8ff0971 f2fs: don't allow volatile writes for non-regular file by Chao Yu · 8 years ago
  52. e811898 f2fs: don't allow atomic writes for not regular files by Jaegeuk Kim · 8 years ago
  53. 8c242db f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer by Jaegeuk Kim · 8 years ago
  54. aa51d08 f2fs: build stat_info before orphan inode recovery by Jaegeuk Kim · 8 years ago
  55. 10a875f f2fs: fix the fault of calculating blkstart twice by Kinglong Mee · 8 years ago
  56. e2f0e96 f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode by Kinglong Mee · 8 years ago
  57. 4f1bca9 f2fs: don't allow to get pino when filename is encrypted by Jaegeuk Kim · 8 years ago
  58. 8c1b3c0 f2fs: fix wrong error injection for evict_inode by Jaegeuk Kim · 8 years ago
  59. 10047f5 f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count by Kinglong Mee · 8 years ago
  60. b71dead f2fs: le16_to_cpu for xattr->e_value_size by Jaegeuk Kim · 8 years ago
  61. 4f29544 f2fs: don't need to invalidate wrong node page by Jaegeuk Kim · 8 years ago
  62. a78aaa2 f2fs: fix an error return value in truncate_partial_data_page by Yunlei He · 8 years ago
  63. 7041d5d f2fs: combine nat_bits and free_nid_bitmap cache by Chao Yu · 8 years ago
  64. 586d149 f2fs: skip scanning free nid bitmap of full NAT blocks by Chao Yu · 8 years ago
  65. 23380b8 f2fs: use __set{__clear}_bit_le by Jaegeuk Kim · 8 years ago
  66. 9f7e4a2 f2fs: declare static functions by Jaegeuk Kim · 8 years ago
  67. 720037f f2fs: don't overwrite node block by SSR by Jaegeuk Kim · 8 years ago
  68. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  70. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  71. 25c4e6c Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  72. 900f736 f2fs: avoid to flush nat journal entries by Jaegeuk Kim · 8 years ago
  73. 8b107f5 f2fs: avoid to issue redundant discard commands by Jaegeuk Kim · 8 years ago
  74. 37e79cd f2fs: fix a plint compile warning by Hou Pengyang · 8 years ago
  75. b8d96a3 f2fs: add f2fs_drop_inode tracepoint by Hou Pengyang · 8 years ago
  76. 7bb3a37 f2fs: Fix zoned block device support by Masato Suzuki · 8 years ago
  77. 4fcf589 f2fs: remove redundant set_page_dirty() by Yunlei He · 8 years ago
  78. a3ebfe4 f2fs: fix to enlarge size of write_io_dummy mempool by Chao Yu · 8 years ago
  79. b6895e8 f2fs: fix memory leak of write_io_dummy mempool during umount by Chao Yu · 8 years ago
  80. 540faed f2fs: fix to update F2FS_{CP_}WB_DATA count correctly by Chao Yu · 8 years ago
  81. f0cdbfe f2fs: use MAX_FREE_NIDS for the free nids target by Kinglong Mee · 8 years ago
  82. 4ac9124 f2fs: introduce free nid bitmap by Chao Yu · 8 years ago
  83. ced2c7e f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint by Kinglong Mee · 8 years ago
  84. 727ebb0 f2fs: update the comment of default nr_pages to skipping by Kinglong Mee · 8 years ago
  85. 0ec4a5b f2fs: drop the duplicate pval in f2fs_getxattr by Kinglong Mee · 8 years ago
  86. 5f35a2c f2fs: Don't update the xattr data that same as the exist by Kinglong Mee · 8 years ago
  87. 317e130 f2fs: kill __is_extent_same by Chao Yu · 8 years ago
  88. 19f4e68 f2fs: avoid bggc->fggc when enough free segments are avaliable after cp by Hou Pengyang · 8 years ago
  89. d27c3d8 f2fs: select target segment with closer temperature in SSR mode by Chao Yu · 8 years ago
  90. 5552351 f2fs: show simple call stack in fault injection message by Chao Yu · 8 years ago
  91. dd7b233 f2fs: no need lock_op in f2fs_write_inline_data by Yunlei He · 8 years ago
  92. 22ad0b6 f2fs: add bitmaps for empty or full NAT blocks by Jaegeuk Kim · 8 years ago
  93. 5e8256a f2fs: replace rw semaphore extent_tree_lock with mutex lock by Yunlei He · 8 years ago
  94. 3f2be04 f2fs: avoid m_flags overlay when allocating more data blocks by Kinglong Mee · 8 years ago
  95. 6bfaf7b f2fs: remove unsafe bitmap checking by Hou Pengyang · 8 years ago
  96. e15882b f2fs: init local extent_info to avoid stale stack info in tp by Hou Pengyang · 8 years ago
  97. 77190e1 f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc by Yunlong Song · 8 years ago
  98. 9259228 f2fs: check discard alignment only for SEQWRITE zones by Jaegeuk Kim · 8 years ago
  99. 4046525 f2fs: wait for discard completion after submission by Jaegeuk Kim · 8 years ago
  100. 47b8980 f2fs: much larger batched trim_fs job by Jaegeuk Kim · 8 years ago