1. b73e528 f2fs: reposition unlock_new_inode to prevent accessing invalid inode by Chao Yu · 10 years ago
  2. 3304b56 f2fs: fix wrong casting for dentry name by Jaegeuk Kim · 10 years ago
  3. 922cedb f2fs: simplify by using a literal by Dan Carpenter · 10 years ago
  4. c2e6958 f2fs: truncate stale block for inline_data by Jaegeuk Kim · 10 years ago
  5. b5b8220 f2fs: use macro for code readability by Chao Yu · 10 years ago
  6. 9d1589e f2fs: introduce need_do_checkpoint for readability by Chao Yu · 10 years ago
  7. c200b1a f2fs: fix incorrect calculation with total/free inode num by Chao Yu · 10 years ago
  8. 04859db f2fs: remove rename and use rename2 by Jaegeuk Kim · 10 years ago
  9. ec4e7af f2fs: skip if inline_data was converted already by Jaegeuk Kim · 10 years ago
  10. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  11. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  12. 14f4e69 f2fs: prevent checkpoint during roll-forward by Jaegeuk Kim · 10 years ago
  13. b3fe0a0 f2fs: add WARN_ON in f2fs_bug_on by Jaegeuk Kim · 10 years ago
  14. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  15. 8501017 f2fs: check s_dirty under cp_mutex by Jaegeuk Kim · 10 years ago
  16. 5274651 f2fs: unlock_page when node page is redirtied out by Jaegeuk Kim · 10 years ago
  17. 1e968fd f2fs: introduce f2fs_cp_error for readability by Jaegeuk Kim · 10 years ago
  18. ed2e621 f2fs: give a chance to mount again when encountering errors by Jaegeuk Kim · 10 years ago
  19. 6f12ac2 f2fs: trigger release_dirty_inode in f2fs_put_super by Jaegeuk Kim · 10 years ago
  20. 97c3c5c f2fs: don't skip checkpoint if there is no dirty node pages by Jaegeuk Kim · 10 years ago
  21. b307384 f2fs: avoid bug_on when error is occurred by Jaegeuk Kim · 10 years ago
  22. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  23. e3b4d43 f2fs: should clear the inline_xattr flag by Jaegeuk Kim · 10 years ago
  24. 695facc f2fs: clear FI_INC_LINK during the recovery by Jaegeuk Kim · 10 years ago
  25. 617deb8 f2fs: fix the initial inode page for recovery by Jaegeuk Kim · 10 years ago
  26. 0342fd3 f2fs: make clear on test condition and return types by Jaegeuk Kim · 10 years ago
  27. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  28. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  29. b65ee14 f2fs: use for_each_set_bit to simplify the code by Chao Yu · 10 years ago
  30. 497a093 f2fs: add f2fs_balance_fs for expand_inode_data by Chao Yu · 10 years ago
  31. 002a41c f2fs: invalidate xattr node page when evict inode by Chao Yu · 10 years ago
  32. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  33. 70407fa f2fs: add tracepoint for f2fs_direct_IO by Chao Yu · 10 years ago
  34. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  35. 65b85cc f2fs: fix coding style by Jaegeuk Kim · 10 years ago
  36. 33be828 f2fs: remove redundant lines in allocate_data_block by Dongho Sim · 10 years ago
  37. 24a9ee0 f2fs: add tracepoint for f2fs_issue_flush by Jaegeuk Kim · 10 years ago
  38. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  39. 61e0f2d f2fs: test before set/clear bits by Jaegeuk Kim · 10 years ago
  40. 01229f5 f2fs: fix wrong condition for unlikely by Jaegeuk Kim · 10 years ago
  41. ea1aa12 f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 10 years ago
  42. 6d99ba41 f2fs: skip unnecessary data writes during fsync by Jaegeuk Kim · 10 years ago
  43. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  44. 39efac4 f2fs: use radix_tree for ino management by Jaegeuk Kim · 10 years ago
  45. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  46. 953e6cc f2fs: punch the core function for inode management by Jaegeuk Kim · 10 years ago
  47. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  48. 9d84795 f2fs: fix to put root inode in error path of fill_super by Chao Yu · 10 years ago
  49. dbf20cb f2fs: avoid use invalid mapping of node_inode when evict meta inode by Chao Yu · 10 years ago
  50. 32f9bc2 f2fs: support ->rename2() by Chao Yu · 10 years ago
  51. 79e35dc f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 10 years ago
  52. f1121ab f2fs: reduce searching region of segmap when free section by Chao Yu · 10 years ago
  53. 4b2868a f2fs: remove the unused stat_lock by Gu Zheng · 10 years ago
  54. 7a6c76b f2fs: cleanup the needless return of f2fs_create_root_stats by Gu Zheng · 10 years ago
  55. 81e366f f2fs: check name_len of dir entry to prevent from deadloop by Chao Yu · 10 years ago
  56. 6b2920a f2fs: use inner macro and function to clean up codes by Chao Yu · 10 years ago
  57. 3aab8f8 f2fs: introduce f2fs_write_failed to handle error case when write by Chao Yu · 10 years ago
  58. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago
  59. 1c3bb97 f2fs: remove the needless point-cast by Gu Zheng · 10 years ago
  60. 34e6d45 f2fs: remove the redundant validation check of acl by Gu Zheng · 10 years ago
  61. 1256010 f2fs: reduce region of f2fs_lock_op covered for better concurrency by Chao Yu · 10 years ago
  62. b434bab f2fs: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  63. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  64. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  65. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  66. 50732df f2fs: support ->tmpfile() by Chao Yu · 10 years ago
  67. ca0a81b f2fs: avoid to truncate non-updated page partially by Chao Yu · 10 years ago
  68. 5576cd6c f2fs: avoid unneeded SetPageUptodate in f2fs_write_end by Chao Yu · 10 years ago
  69. 50e1f8d f2fs: avoid to access NULL pointer in issue_flush_thread by Chao Yu · 10 years ago
  70. 2743f86 f2fs: check bdi->dirty_exceeded when trying to skip data writes by Jaegeuk Kim · 10 years ago
  71. b2c0829 f2fs: do checkpoint for the renamed inode by Jaegeuk Kim · 10 years ago
  72. dd4d961 f2fs: release new entry page correctly in error path of f2fs_rename by Chao Yu · 10 years ago
  73. 90d7245 f2fs: fix error path in init_inode_metadata by Chao Yu · 10 years ago
  74. d6b7d4b f2fs: check lower bound nid value in check_nid_range by Chao Yu · 10 years ago
  75. 8bc6f60 f2fs: remove unused variables in f2fs_sm_info by Chao Yu · 10 years ago
  76. 98397ff f2fs: fix not to allocate unnecessary blocks during fallocate by Jaegeuk Kim · 10 years ago
  77. ead4327 f2fs: recover fallocated data and its i_size together by Jaegeuk Kim · 10 years ago
  78. ccfb300 f2fs: fix to report newly allocate region as extent by Jaegeuk Kim · 10 years ago
  79. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  80. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  81. 64b2d1f Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  82. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  83. 86928f9 f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 10 years ago
  84. 6fa1df5 f2fs: recover fallocated space by Jaegeuk Kim · 10 years ago
  85. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  86. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  87. 1dbe415 f2fs: large volume support by Changman Lee · 10 years ago
  88. bac4eef f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 10 years ago
  89. bfec07d f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 10 years ago
  90. d631abd f2fs: fix recursive lock by f2fs_setxattr by Jaegeuk Kim · 10 years ago
  91. 70ff5df f2fs: use inode_init_owner() to simplify codes by Chao Yu · 10 years ago
  92. adf8d90 f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency by Chao Yu · 10 years ago
  93. c20e89c f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 10 years ago
  94. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  95. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  96. dfb2bf3 f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 10 years ago
  97. 62aed04 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 10 years ago
  98. 8b37624 f2fs: fix checkpatch warning by Zhang Zhen · 10 years ago
  99. 8198899 f2fs: deactivate inode page if the inode is evicted by Jaegeuk Kim · 10 years ago
  100. d5f6699 f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 10 years ago