1. 0eb0ada f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 8 years ago
  2. 663f387 f2fs: set CP_TRIMMED_FLAG correctly by Chao Yu · 8 years ago
  3. 67773a1 f2fs: require key for truncate(2) of encrypted file by Eric Biggers · 8 years ago
  4. 8ceffcb f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c by Chao Yu · 8 years ago
  5. a398101 f2fs: clean up sysfs codes by Chao Yu · 8 years ago
  6. 1727f31 f2fs: fix wrong error number of fill_super by Chao Yu · 8 years ago
  7. 44529f8 f2fs: fix to show injection rate in ->show_options by Chao Yu · 8 years ago
  8. b63def9 f2fs: Fix a return value in case of error in 'f2fs_fill_super' by Christophe JAILLET · 8 years ago
  9. a005774 f2fs: use proper variable name by Tiezhu Yang · 8 years ago
  10. 1f258ec f2fs: fix to avoid panic when encountering corrupt node by Chao Yu · 8 years ago
  11. febeca6 f2fs: don't track newly allocated nat entry in list by Chao Yu · 8 years ago
  12. d9703d9 f2fs: add f2fs_bug_on in __remove_discard_cmd by Chao Yu · 8 years ago
  13. 2a510c00 f2fs: introduce __wait_one_discard_bio by Chao Yu · 8 years ago
  14. 5a3a2d8 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 8 years ago
  15. 72fdbe2 f2fs: simplify the way of calulating next nat address by Fan Li · 8 years ago
  16. 21d3f8e f2fs: sanity check size of nat and sit cache by Jin Qian · 8 years ago
  17. d4fdf8b f2fs: fix a panic caused by NULL flush_cmd_control by Yunlei He · 8 years ago
  18. 68390dd f2fs: remove the unnecessary cast for PTR_ERR by Zhang Shengju · 8 years ago
  19. d8c4256 f2fs: remove false-positive bug_on by Jaegeuk Kim · 8 years ago
  20. acfd2810 f2fs: Do not issue small discards in LFS mode by Damien Le Moal · 8 years ago
  21. aaebdee f2fs: don't bother checking for encryption key in ->write_iter() by Eric Biggers · 8 years ago
  22. b82a6ea f2fs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 8 years ago
  23. 6afae63 f2fs: wait discard IO completion without cmd_lock held by Chao Yu · 8 years ago
  24. e31b982 f2fs: wake up all waiters in f2fs_submit_discard_endio by Chao Yu · 8 years ago
  25. 04dfc23 f2fs: show more info if fail to issue discard by Chao Yu · 8 years ago
  26. fb830fc f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 8 years ago
  27. e41e6d7 f2fs: split wio_mutex by Chao Yu · 8 years ago
  28. 963932a f2fs: combine huge num of discard rb tree consistence checks by Yunlei He · 8 years ago
  29. dad48e7 f2fs: fix a bug caused by NULL extent tree by Yunlei He · 8 years ago
  30. 1d7be27 f2fs: try to freeze in gc and discard threads by Jaegeuk Kim · 8 years ago
  31. b7b7c4c f2fs: add a new function get_ssr_cost by Yunlei He · 8 years ago
  32. bd80a4b f2fs: declare load_free_nid_bitmap static by Hou Pengyang · 8 years ago
  33. cc15620 f2fs: avoid f2fs_lock_op for IPU writes by Jaegeuk Kim · 8 years ago
  34. a912b54 f2fs: split bio cache by Jaegeuk Kim · 8 years ago
  35. 81377bd f2fs: use fio instead of multiple parameters by Jaegeuk Kim · 8 years ago
  36. b9109b0 f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 8 years ago
  37. 1919ffc f2fs: use f2fs_submit_page_bio for ra_meta_pages by Jaegeuk Kim · 8 years ago
  38. e5dbd95 f2fs: make sure f2fs_gc returns consistent errno by Weichao Guo · 8 years ago
  39. 1c6d8ee f2fs: support statx by Chao Yu · 8 years ago
  40. 9360712 f2fs: load inode's flag from disk by Jaegeuk Kim · 8 years ago
  41. 15d3042 f2fs: sanity check checkpoint segno and blkoff by Jin Qian · 8 years ago
  42. 70ef8f0 Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  43. 1f73d49 f2fs: switch to using fscrypt_match_name() by Eric Biggers · 8 years ago
  44. 6b06cde fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 8 years ago
  45. 6332cd3 f2fs: check entire encrypted bigname when finding a dentry by Jaegeuk Kim · 8 years ago
  46. faac7fd f2fs: sync f2fs_lookup() with ext4_lookup() by Eric Biggers · 8 years ago
  47. e9cdd30 f2fs: fix a mount fail for wrong next_scan_nid by Yunlei He · 8 years ago
  48. a72d4b9 f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS by Chao Yu · 8 years ago
  49. 3adc5fcb f2fs: Make flush bios explicitely sync by Jan Kara · 8 years ago
  50. 5b0ef73 f2fs: show available_nids in f2fs/status by Jaegeuk Kim · 8 years ago
  51. 1c0f4bf f2fs: flush dirty nats periodically by Jaegeuk Kim · 8 years ago
  52. 1f43e2a f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard by Chao Yu · 8 years ago
  53. c473f1a f2fs: allow cpc->reason to indicate more than one reason by Chao Yu · 8 years ago
  54. 279d6df f2fs: release cp and dnode lock before IPU by Hou Pengyang · 8 years ago
  55. 9a744b9 f2fs: shrink size of struct discard_cmd by Chao Yu · 8 years ago
  56. ec9895a f2fs: don't hold cmd_lock during waiting discard command by Chao Yu · 8 years ago
  57. 4d97807 f2fs: nullify fio->encrypted_page for each writes by Jaegeuk Kim · 8 years ago
  58. b9dd461 f2fs: sanity check segment count by Jin Qian · 8 years ago
  59. a817737 f2fs: introduce valid_ipu_blkaddr to clean up by Jaegeuk Kim · 8 years ago
  60. e959c8f f2fs: lookup extent cache first under IPU scenario by Hou Pengyang · 8 years ago
  61. 7eab0c0 f2fs: reconstruct code to write a data page by Hou Pengyang · 8 years ago
  62. 63a94fa f2fs: introduce __wait_discard_cmd by Chao Yu · 8 years ago
  63. bd5b073 f2fs: introduce __issue_discard_cmd by Chao Yu · 8 years ago
  64. d618eba f2fs: enable small discard by default by Chao Yu · 8 years ago
  65. 34e159d f2fs: delay awaking discard thread by Chao Yu · 8 years ago
  66. 66a82d1 f2fs: seperate read nat page from nat_tree_lock by Yunlei He · 8 years ago
  67. d3bb910 f2fs: fix multiple f2fs_add_link() having same name for inline dentry by Sheng Yong · 8 years ago
  68. 4086d3f f2fs: skip encrypted inode in ASYNC IPU policy by Hou Pengyang · 8 years ago
  69. a788189 f2fs: fix out-of free segments by Jaegeuk Kim · 8 years ago
  70. d66450e f2fs: improve definition of statistic macros by Arnd Bergmann · 8 years ago
  71. d579324 f2fs: assign allocation hint for warm/cold data by Jaegeuk Kim · 8 years ago
  72. d07efb5 f2fs: fix _IOW usage by Jaegeuk Kim · 8 years ago
  73. e066b83 f2fs: add ioctl to flush data from faster device to cold area by Jaegeuk Kim · 8 years ago
  74. 0448598 f2fs: introduce async IPU policy by Hou Pengyang · 8 years ago
  75. d84d1cb f2fs: add undiscard blocks stat by Chao Yu · 8 years ago
  76. 001c584 f2fs: unlock cp_rwsem early for IPU writes by Chao Yu · 8 years ago
  77. df0f6b4 f2fs: introduce __check_rb_tree_consistence by Chao Yu · 8 years ago
  78. 0243a5f f2fs: trace __submit_discard_cmd by Chao Yu · 8 years ago
  79. ba48a33 f2fs: in prior to issue big discard by Chao Yu · 8 years ago
  80. 46f84c2 f2fs: clean up discard_cmd_control structure by Chao Yu · 8 years ago
  81. 004b686 f2fs: use rb-tree to track pending discard commands by Chao Yu · 8 years ago
  82. d40d30c f2fs: avoid dirty node pages in check_only recovery by Jaegeuk Kim · 8 years ago
  83. d29fd17 f2fs: fix not to set fsync/dentry mark by Jaegeuk Kim · 8 years ago
  84. 6c3acd9 f2fs: allocate hot_data for atomic writes by Jaegeuk Kim · 8 years ago
  85. 3097388 f2fs: give time to flush dirty pages for checkpoint by Jaegeuk Kim · 8 years ago
  86. 9bb02c3 f2fs: fix fs corruption due to zero inode page by Jaegeuk Kim · 8 years ago
  87. a54455f f2fs: shrink blk plug region by Chao Yu · 8 years ago
  88. 54c2258 f2fs: extract rb-tree operation infrastructure by Chao Yu · 8 years ago
  89. 8fd5a37 f2fs: avoid frequent checkpoint during f2fs_gc by Jaegeuk Kim · 8 years ago
  90. 4ddb1a4 f2fs: clean up some macros in terms of GET_SEGNO by Jaegeuk Kim · 8 years ago
  91. 302bd34 f2fs: clean up get_valid_blocks with consistent parameter by Jaegeuk Kim · 8 years ago
  92. 63fcf8e f2fs: use segment number for get_valid_blocks by Jaegeuk Kim · 8 years ago
  93. 68afcf2 f2fs: guard macro variables with braces by Tomohiro Kusumi · 8 years ago
  94. 771a9a7 f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b by Tomohiro Kusumi · 8 years ago
  95. fa64a00 f2fs: prevent waiter encountering incorrect discard states by Chao Yu · 8 years ago
  96. d431413 f2fs: introduce f2fs_wait_discard_bios by Chao Yu · 8 years ago
  97. 22d375d f2fs: split discard_cmd_list by Chao Yu · 8 years ago
  98. c6f82fe9 Revert "f2fs: put allocate_segment after refresh_sit_entry" by Jaegeuk Kim · 8 years ago
  99. 64c24ec f2fs: split make_dentry_ptr() into block and inline versions by Tomohiro Kusumi · 8 years ago
  100. d1b3e72 f2fs: submit bio of in-place-update pages by Jaegeuk Kim · 8 years ago