1. b65ee14 f2fs: use for_each_set_bit to simplify the code by Chao Yu · 10 years ago
  2. 497a093 f2fs: add f2fs_balance_fs for expand_inode_data by Chao Yu · 10 years ago
  3. 002a41c f2fs: invalidate xattr node page when evict inode by Chao Yu · 10 years ago
  4. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  5. 70407fa f2fs: add tracepoint for f2fs_direct_IO by Chao Yu · 10 years ago
  6. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  7. 65b85cc f2fs: fix coding style by Jaegeuk Kim · 10 years ago
  8. 33be828 f2fs: remove redundant lines in allocate_data_block by Dongho Sim · 10 years ago
  9. 24a9ee0 f2fs: add tracepoint for f2fs_issue_flush by Jaegeuk Kim · 10 years ago
  10. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  11. 61e0f2d f2fs: test before set/clear bits by Jaegeuk Kim · 10 years ago
  12. 01229f5 f2fs: fix wrong condition for unlikely by Jaegeuk Kim · 10 years ago
  13. ea1aa12 f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 10 years ago
  14. 6d99ba41 f2fs: skip unnecessary data writes during fsync by Jaegeuk Kim · 10 years ago
  15. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  16. 39efac4 f2fs: use radix_tree for ino management by Jaegeuk Kim · 10 years ago
  17. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  18. 953e6cc f2fs: punch the core function for inode management by Jaegeuk Kim · 10 years ago
  19. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  20. 9d84795 f2fs: fix to put root inode in error path of fill_super by Chao Yu · 10 years ago
  21. dbf20cb f2fs: avoid use invalid mapping of node_inode when evict meta inode by Chao Yu · 10 years ago
  22. 32f9bc2 f2fs: support ->rename2() by Chao Yu · 10 years ago
  23. 79e35dc f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 10 years ago
  24. f1121ab f2fs: reduce searching region of segmap when free section by Chao Yu · 10 years ago
  25. 4b2868a f2fs: remove the unused stat_lock by Gu Zheng · 10 years ago
  26. 7a6c76b f2fs: cleanup the needless return of f2fs_create_root_stats by Gu Zheng · 10 years ago
  27. 81e366f f2fs: check name_len of dir entry to prevent from deadloop by Chao Yu · 10 years ago
  28. 6b2920a f2fs: use inner macro and function to clean up codes by Chao Yu · 10 years ago
  29. 3aab8f8 f2fs: introduce f2fs_write_failed to handle error case when write by Chao Yu · 10 years ago
  30. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago
  31. 1c3bb97 f2fs: remove the needless point-cast by Gu Zheng · 10 years ago
  32. 34e6d45 f2fs: remove the redundant validation check of acl by Gu Zheng · 10 years ago
  33. 1256010 f2fs: reduce region of f2fs_lock_op covered for better concurrency by Chao Yu · 10 years ago
  34. b434bab f2fs: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  35. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  36. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  37. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  38. 50732df f2fs: support ->tmpfile() by Chao Yu · 10 years ago
  39. ca0a81b f2fs: avoid to truncate non-updated page partially by Chao Yu · 10 years ago
  40. 5576cd6c f2fs: avoid unneeded SetPageUptodate in f2fs_write_end by Chao Yu · 10 years ago
  41. 50e1f8d f2fs: avoid to access NULL pointer in issue_flush_thread by Chao Yu · 10 years ago
  42. 2743f86 f2fs: check bdi->dirty_exceeded when trying to skip data writes by Jaegeuk Kim · 10 years ago
  43. b2c0829 f2fs: do checkpoint for the renamed inode by Jaegeuk Kim · 10 years ago
  44. dd4d961 f2fs: release new entry page correctly in error path of f2fs_rename by Chao Yu · 10 years ago
  45. 90d7245 f2fs: fix error path in init_inode_metadata by Chao Yu · 10 years ago
  46. d6b7d4b f2fs: check lower bound nid value in check_nid_range by Chao Yu · 10 years ago
  47. 8bc6f60 f2fs: remove unused variables in f2fs_sm_info by Chao Yu · 10 years ago
  48. 98397ff f2fs: fix not to allocate unnecessary blocks during fallocate by Jaegeuk Kim · 10 years ago
  49. ead4327 f2fs: recover fallocated data and its i_size together by Jaegeuk Kim · 10 years ago
  50. ccfb300 f2fs: fix to report newly allocate region as extent by Jaegeuk Kim · 10 years ago
  51. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  52. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 11 years ago
  53. 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
  54. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  55. 86928f9 f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 10 years ago
  56. 6fa1df5 f2fs: recover fallocated space by Jaegeuk Kim · 10 years ago
  57. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  58. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  59. 1dbe415 f2fs: large volume support by Changman Lee · 10 years ago
  60. bac4eef f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 10 years ago
  61. bfec07d f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 10 years ago
  62. d631abd f2fs: fix recursive lock by f2fs_setxattr by Jaegeuk Kim · 10 years ago
  63. 70ff5df f2fs: use inode_init_owner() to simplify codes by Chao Yu · 10 years ago
  64. adf8d90 f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency by Chao Yu · 10 years ago
  65. c20e89c f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 10 years ago
  66. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  67. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  68. dfb2bf3 f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 10 years ago
  69. 62aed04 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 10 years ago
  70. 8b37624 f2fs: fix checkpatch warning by Zhang Zhen · 10 years ago
  71. 8198899 f2fs: deactivate inode page if the inode is evicted by Jaegeuk Kim · 11 years ago
  72. d5f6699 f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 11 years ago
  73. bde4468 f2fs: no need to wait on page writebck to meta pages by Jaegeuk Kim · 11 years ago
  74. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 11 years ago
  75. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 11 years ago
  76. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 11 years ago
  77. 817202d9 f2fs: readahead multi pages of directory for performance by Chao Yu · 11 years ago
  78. 5c1f992 f2fs: set errno when f2fs_iget failed in recover_dentry by Chao Yu · 11 years ago
  79. 7f7670f f2fs: consider fallocated space for SEEK_DATA by Jaegeuk Kim · 11 years ago
  80. fe369bc f2fs: return i_size if the hole is outside of i_size by Jaegeuk Kim · 11 years ago
  81. 267378d f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek by Chao Yu · 11 years ago
  82. 2163d19 f2fs: introduce help function {create,destroy}_flush_cmd_control by Gu Zheng · 11 years ago
  83. a688b9d9e f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields by Gu Zheng · 11 years ago
  84. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 11 years ago
  85. 2aea39e f2fs: submit bio at the reclaim path by Jaegeuk Kim · 11 years ago
  86. 916decb f2fs: return errors right after checking them by Jaegeuk Kim · 11 years ago
  87. c02745e f2fs: pass flags field to setxattr functions by Jaegeuk Kim · 11 years ago
  88. e112326 f2fs: clean up long variable names by Jaegeuk Kim · 11 years ago
  89. 454ae7e f2fs: handle inline data independently in f2fs_bmap by Chao Yu · 11 years ago
  90. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 11 years ago
  91. e8271fa f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks by Jaegeuk Kim · 11 years ago
  92. 7ee0eea f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 11 years ago
  93. b49ad51 f2fs: add static to get_max_meta_blks by Fabian Frederick · 11 years ago
  94. 94dac22 f2fs: introduce raw_nat_from_node_info() to simplfy codes by Chao Yu · 11 years ago
  95. 876dc59 f2fs: add the flush_merge handle in the remount flow by Gu Zheng · 11 years ago
  96. 8abfb36 f2fs: atomically set inode->i_flags in f2fs_set_inode_flags() by Zhang Zhen · 11 years ago
  97. b156d54 f2fs: make recover_inline_xattr() static by Jingoo Han · 11 years ago
  98. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 11 years ago
  99. 15c6e3a f2fs: fix to unlock f2fs_lock at the omitted error case by Jaegeuk Kim · 11 years ago
  100. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 11 years ago