1. eed0ef6 f2fs: fix wrong condition for unlikely by Jaegeuk Kim · 12 years ago
  2. f421ceb f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 12 years ago
  3. 9a11a8e f2fs: skip unnecessary data writes during fsync by Jaegeuk Kim · 12 years ago
  4. 7ea3695 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 12 years ago
  5. 5a2c480 f2fs: use radix_tree for ino management by Jaegeuk Kim · 12 years ago
  6. a6377a6 f2fs: add infra for ino management by Jaegeuk Kim · 12 years ago
  7. 3ff8609 f2fs: punch the core function for inode management by Jaegeuk Kim · 12 years ago
  8. 6f6541b f2fs: add nobarrier mount option by Jaegeuk Kim · 12 years ago
  9. 7384b16 f2fs: fix to put root inode in error path of fill_super by Chao Yu · 12 years ago
  10. 3a8e4f5 f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 12 years ago
  11. 51716f3 f2fs: reduce searching region of segmap when free section by Chao Yu · 12 years ago
  12. 97e8a34 Revert "f2fs: resync with upstream 3.4 branch (forced update)" by Dan Pasanen · 12 years ago
  13. 3044659 f2fs: resync with upstream 3.4 branch (forced update) by Evan McClain · 12 years ago
  14. f3f030d f2fs: Update to proper 3.4 support by Evan McClain · 12 years ago
  15. 5d8bad1 f2fs: check bdi->dirty_exceeded when trying to skip data writes by Jaegeuk Kim · 12 years ago
  16. 3da1d09 f2fs: do checkpoint for the renamed inode by Jaegeuk Kim · 12 years ago
  17. 0d9d76c f2fs: release new entry page correctly in error path of f2fs_rename by Chao Yu · 12 years ago
  18. bf7657d f2fs: fix error path in init_inode_metadata by Chao Yu · 12 years ago
  19. ada8ce2 f2fs: check lower bound nid value in check_nid_range by Chao Yu · 12 years ago
  20. bf7896e f2fs: remove unused variables in f2fs_sm_info by Chao Yu · 12 years ago
  21. cfcaaf0 f2fs: fix not to allocate unnecessary blocks during fallocate by Jaegeuk Kim · 12 years ago
  22. 316b479 f2fs: recover fallocated data and its i_size together by Jaegeuk Kim · 12 years ago
  23. 8728de5 f2fs: fix to report newly allocate region as extent by Jaegeuk Kim · 12 years ago
  24. 8ff1d52 f2fs: support f2fs_fiemap by Jaegeuk Kim · 12 years ago
  25. 84d4b9c f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 12 years ago
  26. ca13aad f2fs: recover fallocated space by Jaegeuk Kim · 12 years ago
  27. 44f7a3b f2fs: fix to recover data written by dio by Jaegeuk Kim · 12 years ago
  28. c8f5ffb f2fs: large volume support by Changman Lee · 12 years ago
  29. 53826b5 f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 12 years ago
  30. 2568ffc f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 12 years ago
  31. 26d712d f2fs: fix recursive lock by f2fs_setxattr by Jaegeuk Kim · 12 years ago
  32. 12d38fc f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 12 years ago
  33. b4d8549 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 12 years ago
  34. 327cb6d f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 12 years ago
  35. 3f1ac6d f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 12 years ago
  36. df7a596 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 12 years ago
  37. 29a0d20 f2fs: fix checkpatch warning by Zhang Zhen · 12 years ago
  38. b3052cf f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 12 years ago
  39. b668739 f2fs: no need to wait on page writebck to meta pages by Jaegeuk Kim · 12 years ago
  40. 767fa50 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 12 years ago
  41. 0f9e6b5 f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 12 years ago
  42. 4312749 f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 12 years ago
  43. 4c5b54c f2fs: readahead multi pages of directory for performance by Chao Yu · 12 years ago
  44. 9afc5d5 f2fs: set errno when f2fs_iget failed in recover_dentry by Chao Yu · 12 years ago
  45. 90e712d f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 12 years ago
  46. 8edabc7 f2fs: submit bio at the reclaim path by Jaegeuk Kim · 12 years ago
  47. 7580948 f2fs: return errors right after checking them by Jaegeuk Kim · 12 years ago
  48. 2eb8e7c f2fs: pass flags field to setxattr functions by Jaegeuk Kim · 12 years ago
  49. b5614a3 f2fs: clean up long variable names by Jaegeuk Kim · 12 years ago
  50. 1123735 f2fs: handle inline data independently in f2fs_bmap by Chao Yu · 12 years ago
  51. 250c769 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 12 years ago
  52. 17eac8c f2fs: introduce raw_nat_from_node_info() to simplfy codes by Chao Yu · 12 years ago
  53. eb6b049 f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks by Jaegeuk Kim · 12 years ago
  54. 989f914 f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 12 years ago
  55. 179c117 f2fs: add static to get_max_meta_blks by Fabian Frederick · 12 years ago
  56. 196ddcc f2fs: atomically set inode->i_flags in f2fs_set_inode_flags() by Zhang Zhen · 12 years ago
  57. 2e4e986 f2fs: make recover_inline_xattr() static by Jingoo Han · 12 years ago
  58. 4679a94 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 12 years ago
  59. 1e8b37a f2fs: fix to unlock f2fs_lock at the omitted error case by Jaegeuk Kim · 12 years ago
  60. dc8c246 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 12 years ago
  61. f8ff141 f2fs: avoid to conduct roll-forward due to the remained garbage blocks by Jaegeuk Kim · 12 years ago
  62. 452eb77 f2fs: fix wrong statistics of inline data by Chao Yu · 12 years ago
  63. b24dee4 f2fs: update f2fs Documentation by Huajun Li · 13 years ago
  64. 3d1d6d9 f2fs: fix error path when fail to read inline data by Chao Yu · 12 years ago
  65. 48c561a f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 12 years ago
  66. 784b135 f2fs: avoid free slab cache under spinlock by Chao Yu · 12 years ago
  67. 26a9bf5 f2fs: avoid unneeded lookup when xattr name length is too long by Chao Yu · 12 years ago
  68. a68f289 f2fs: return -EIO when node id is not matched by Jaegeuk Kim · 12 years ago
  69. 395204b f2fs: avoid RECLAIM_FS-ON-W warning by Jaegeuk Kim · 12 years ago
  70. c0563e2 f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 12 years ago
  71. ee72254 f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 12 years ago
  72. f183b11 f2fs: change reclaim rate in percentage by Jaegeuk Kim · 12 years ago
  73. 206d2e7 f2fs: remove unnecessary threshold by Jaegeuk Kim · 12 years ago
  74. 327c57d f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 12 years ago
  75. 264f380 f2fs: avoid to drop nat entries due to the negative nr_shrink by Jaegeuk Kim · 12 years ago
  76. 4b66d80 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 12 years ago
  77. 1f1eaf4 f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 12 years ago
  78. 823d59f f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 12 years ago
  79. c7f9f43 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 12 years ago
  80. bfcac4d f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 12 years ago
  81. 23f5a1e f2fs: fix incorrect parsing with option string by Chao Yu · 12 years ago
  82. 32c234e f2fs: avoid to return incorrect errno of read_normal_summaries by Chao Yu · 12 years ago
  83. eea95c4 f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 12 years ago
  84. fee2a04 f2fs: print type for each segment in segment_info's show by Chao Yu · 12 years ago
  85. 4f9d66d f2fs: check upper bound of ino value in f2fs_nfs_get_inode by Chao Yu · 12 years ago
  86. 70da8c6 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 12 years ago
  87. b3606c9 f2fs: recover inline xattr data in roll-forward process by Chao Yu · 12 years ago
  88. 12e374b f2fs: optimize restore_node_summary slightly by Gu Zheng · 12 years ago
  89. 13039f6 f2fs: format segment_info's show for better legibility by Gu Zheng · 12 years ago
  90. e33dcea f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 12 years ago
  91. 0c97ea9 f2fs: update start nid only once each circle by Gu Zheng · 12 years ago
  92. 6aab48c f2fs: fix wrong kernel coding style by Jaegeuk Kim · 12 years ago
  93. 64f90c8 f2fs: fix to write node pages with WRITE_SYNC by Jaegeuk Kim · 12 years ago
  94. 5c19ba6 f2fs: fix dirty page accounting when redirty by Chao Yu · 12 years ago
  95. 32257e0 f2fs: use existing macro to clean up some codes by Chao Yu · 12 years ago
  96. 99926a9 f2fs: readahead contiguous SSA blocks for f2fs_gc by Chao Yu · 12 years ago
  97. a753aba f2fs: add an sysfs entry to control the directory level by Jaegeuk Kim · 12 years ago
  98. 9a20f5d f2fs: update documents and a MAINTAINERS entry by Jaegeuk Kim · 13 years ago
  99. 008f8a1 f2fs: introduce large directory support by Jaegeuk Kim · 12 years ago
  100. 158c19e f2fs: remove costly bit operations for f2fs_find_entry by Jaegeuk Kim · 12 years ago