1. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  2. 5fd827b f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared by Yunlong Song · 7 years ago
  3. 5ccdd09 f2fs: update cur_valid_map_mir together with cur_valid_map by Yunlong Song · 7 years ago
  4. db4fa88 f2fs: use printk_ratelimited for f2fs_msg by Jaegeuk Kim · 7 years ago
  5. 3b3d1b8 f2fs: expose features to sysfs entry by Jaegeuk Kim · 7 years ago
  6. 4310125 f2fs: support inode checksum by Chao Yu · 7 years ago
  7. 0b006fe f2fs: return wrong error number on f2fs_quota_write by Jaegeuk Kim · 7 years ago
  8. 0c535c5 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  9. 15426db f2fs: introduce f2fs_statfs_project by Chao Yu · 7 years ago
  10. 48f95d2 f2fs: don't need to wait for node writes for atomic write by Jaegeuk Kim · 7 years ago
  11. 883d553 f2fs: avoid naming confusion of sysfs init by Jaegeuk Kim · 7 years ago
  12. 5647b30 f2fs: support project quota by Chao Yu · 7 years ago
  13. 4b312af f2fs: record quota during dot{,dot} recovery by Chao Yu · 7 years ago
  14. fbcf931 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  15. e84f88e f2fs: make max inline size changeable by Chao Yu · 7 years ago
  16. 82925bb f2fs: add ioctl to expose current features by Jaegeuk Kim · 7 years ago
  17. ce8bd4b f2fs: make background threads of f2fs being aware of freezing by Chao Yu · 7 years ago
  18. a778c4c f2fs: don't give partially written atomic data from process crash by Jaegeuk Kim · 7 years ago
  19. 847413f f2fs: give a try to do atomic write in -ENOMEM case by Jaegeuk Kim · 7 years ago
  20. e5b85d5 f2fs: preserve i_mode if __f2fs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  21. e21d43c f2fs: alloc new nids for xattr block in recovery by Yunlei He · 7 years ago
  22. b75c5f6 f2fs: spread struct f2fs_dentry_ptr for inline path by Chao Yu · 7 years ago
  23. 40df136 f2fs: remove unused input parameter by Yunlei He · 7 years ago
  24. e3b7742 f2fs: avoid cpu lockup by Jaegeuk Kim · 7 years ago
  25. df72684 f2fs: include seq_file.h for sysfs.c by Jaegeuk Kim · 7 years ago
  26. 3719703 f2fs: Don't clear SGID when inheriting ACLs by Jaegeuk Kim · 7 years ago
  27. 1a3bf340 f2fs: remove extra inode_unlock() in error path by Luis Henriques · 7 years ago
  28. dbf0532 f2fs: make more close to v4.13-rc1 by Jaegeuk Kim · 7 years ago
  29. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  30. 0f4dc16 f2fs: avoid deadlock caused by lock order of page and lock_op by Jaegeuk Kim · 7 years ago
  31. 67295cd f2fs: use spin_{,un}lock_irq{save,restore} by Chao Yu · 7 years ago
  32. 025258e f2fs: relax migratepage for atomic written page by Jaegeuk Kim · 7 years ago
  33. d9bfbbb f2fs: don't count inode block in in-memory inode.i_blocks by Chao Yu · 7 years ago
  34. 6beac81 Revert "f2fs: fix to clean previous mount option when remount_fs" by Chao Yu · 7 years ago
  35. c2e6901 f2fs: do not set LOST_PINO for renamed dir by Sheng Yong · 7 years ago
  36. 90e179d f2fs: do not set LOST_PINO for newly created dir by Sheng Yong · 7 years ago
  37. 00cc7ed f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  38. 280fd0f f2fs: introduce __check_sit_bitmap by Chao Yu · 7 years ago
  39. d9d85cc f2fs: stop gc/discard thread in prior during umount by Chao Yu · 7 years ago
  40. 026bd9d f2fs: introduce reserved_blocks in sysfs by Chao Yu · 7 years ago
  41. 471cd23 f2fs: avoid redundant f2fs_flush after remount by Yunlong Song · 7 years ago
  42. 711acfd f2fs: report # of free inodes more precisely by Jaegeuk Kim · 7 years ago
  43. 0bb5306 f2fs: add ioctl to do gc with target block address by Jaegeuk Kim · 7 years ago
  44. 231cb87 f2fs: don't need to check encrypted inode for partial truncation by Jaegeuk Kim · 7 years ago
  45. 56a0d93 f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 7 years ago
  46. a88cedf f2fs: set CP_TRIMMED_FLAG correctly by Chao Yu · 7 years ago
  47. d0a17d2 f2fs: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  48. 57fb30c f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c by Chao Yu · 7 years ago
  49. 17a3fb5 f2fs: clean up sysfs codes by Chao Yu · 7 years ago
  50. 3b0de56 f2fs: fix wrong error number of fill_super by Chao Yu · 7 years ago
  51. 93c0e2f f2fs: fix to show injection rate in ->show_options by Chao Yu · 7 years ago
  52. d0917a4 f2fs: Fix a return value in case of error in 'f2fs_fill_super' by Christophe JAILLET · 7 years ago
  53. ab3d0b2 f2fs: use proper variable name by Tiezhu Yang · 7 years ago
  54. b8329ee f2fs: fix to avoid panic when encountering corrupt node by Chao Yu · 7 years ago
  55. 86aadea f2fs: don't track newly allocated nat entry in list by Chao Yu · 7 years ago
  56. eb6c48e f2fs: add f2fs_bug_on in __remove_discard_cmd by Chao Yu · 7 years ago
  57. a7aa97d f2fs: introduce __wait_one_discard_bio by Chao Yu · 7 years ago
  58. 7b23ea1 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 7 years ago
  59. e1e16f0 f2fs: simplify the way of calulating next nat address by Fan Li · 7 years ago
  60. a8d6175 f2fs: sanity check size of nat and sit cache by Jin Qian · 7 years ago
  61. ad9baf4 f2fs: fix a panic caused by NULL flush_cmd_control by Yunlei He · 7 years ago
  62. 55c59cf f2fs: remove the unnecessary cast for PTR_ERR by Zhang Shengju · 7 years ago
  63. 5d1c2f3 f2fs: remove false-positive bug_on by Jaegeuk Kim · 7 years ago
  64. 57a9123 f2fs: Do not issue small discards in LFS mode by Damien Le Moal · 7 years ago
  65. 6b35680 f2fs: don't bother checking for encryption key in ->write_iter() by Eric Biggers · 7 years ago
  66. b65ab24 f2fs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  67. 3215e78 f2fs: wait discard IO completion without cmd_lock held by Chao Yu · 7 years ago
  68. b1f5c76 f2fs: wake up all waiters in f2fs_submit_discard_endio by Chao Yu · 7 years ago
  69. fa68121 f2fs: show more info if fail to issue discard by Chao Yu · 7 years ago
  70. c52dc0f f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 7 years ago
  71. 0650468 f2fs: split wio_mutex by Chao Yu · 7 years ago
  72. 050e833 f2fs: combine huge num of discard rb tree consistence checks by Yunlei He · 7 years ago
  73. 8b28a08 f2fs: fix a bug caused by NULL extent tree by Yunlei He · 7 years ago
  74. d430af2 f2fs: try to freeze in gc and discard threads by Jaegeuk Kim · 7 years ago
  75. 12a9384 f2fs: add a new function get_ssr_cost by Yunlei He · 7 years ago
  76. 61c356c f2fs: declare load_free_nid_bitmap static by Hou Pengyang · 7 years ago
  77. 1b48ed6 f2fs: avoid f2fs_lock_op for IPU writes by Jaegeuk Kim · 7 years ago
  78. c412726 f2fs: split bio cache by Jaegeuk Kim · 7 years ago
  79. 72cc458 f2fs: use fio instead of multiple parameters by Jaegeuk Kim · 7 years ago
  80. 9bc576a f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 7 years ago
  81. baebff3 f2fs: use f2fs_submit_page_bio for ra_meta_pages by Jaegeuk Kim · 7 years ago
  82. 74f3626 f2fs: make sure f2fs_gc returns consistent errno by Weichao Guo · 7 years ago
  83. f31e1ae f2fs: load inode's flag from disk by Jaegeuk Kim · 7 years ago
  84. d90659f f2fs: sanity check checkpoint segno and blkoff by Jin Qian · 7 years ago
  85. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  86. b355b89 crypto: Work around deallocated stack frame reference gcc bug on sparc. by David Miller · 7 years ago
  87. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  88. 8daed21 f2fs: check entire encrypted bigname when finding a dentry by Jaegeuk Kim · 7 years ago
  89. 9386295 f2fs: sanity check segment count by Jin Qian · 7 years ago
  90. 8c53efc3 f2fs: avoid to issue redundant discard commands by Jaegeuk Kim · 8 years ago
  91. 4992ba2 f2fs: add ovp valid_blocks check for bg gc victim to fg_gc by Hou Pengyang · 8 years ago
  92. d00d1b7 f2fs: fix multiple f2fs_add_link() calls having same name by Jaegeuk Kim · 8 years ago
  93. ec160ad f2fs: fix a problem of using memory after free by Yunlei He · 8 years ago
  94. a299abd f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  95. 725ba1a f2fs: remove percpu_count due to performance regression by Jaegeuk Kim · 8 years ago
  96. 01e15b3 f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack by Jaegeuk Kim · 8 years ago
  97. 027611e f2fs: fix overflow due to condition check order by Jaegeuk Kim · 8 years ago
  98. 1134ef1 f2fs: set ->owner for debugfs status file's file_operations by Nicolai Stange · 8 years ago
  99. a43e1c4 Revert "f2fs: use percpu_counter for # of dirty pages in inode" by Jaegeuk Kim · 8 years ago
  100. 1a1891d Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago