1. 12bb0a8 f2fs: submit node page write bios when really required by Jaegeuk Kim · 9 years ago
  2. 17a0ee5 f2fs: declare static functions by Jaegeuk Kim · 9 years ago
  3. 999270d f2fs: modify the readahead method in ra_node_page() by Fan Li · 9 years ago
  4. 19c7377 f2fs: fix to avoid deadlock when merging inline data by Chao Yu · 9 years ago
  5. 80dd9c0 f2fs: fix incorrect upper bound when iterating inode mapping tree by Chao Yu · 9 years ago
  6. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  7. 9a4cbc9 f2fs: try to flush inode after merging inline data by Chao Yu · 9 years ago
  8. 1515aef f2fs: reorder nat cache lock in cache_nat_entry by Chao Yu · 9 years ago
  9. b7ad751 f2fs: split journal cache from curseg cache by Chao Yu · 9 years ago
  10. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 9 years ago
  11. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  12. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  13. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  14. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 9 years ago
  15. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  16. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  17. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  18. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 9 years ago
  19. 1663cae f2fs: fix wrong memory condition check by Jaegeuk Kim · 9 years ago
  20. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 9 years ago
  21. 0e022ea f2fs: introduce __get_node_page to reuse common code by Chao Yu · 9 years ago
  22. e8458725 f2fs: check node id earily when readaheading node page by Chao Yu · 9 years ago
  23. 957efb0 Revert "f2fs: check the node block address of newly allocated nid" by Jaegeuk Kim · 9 years ago
  24. a513119 f2fs: cover more area with nat_tree_lock by Jaegeuk Kim · 9 years ago
  25. 8d4ea29 f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  26. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  27. 4aa69d5 f2fs: return early when trying to read null nid by Jaegeuk Kim · 9 years ago
  28. 93bae09 f2fs: record node block allocation in dnode_of_data by Jaegeuk Kim · 9 years ago
  29. 7441cce f2fs: use atomic variable for total_extent_tree by Jaegeuk Kim · 9 years ago
  30. e1c51b9f f2fs: clean up node page updating flow by Chao Yu · 9 years ago
  31. ea1a29a0 f2fs: export ra_nid_pages to sysfs by Chao Yu · 9 years ago
  32. 2db2388 f2fs: readahead for free nids building by Chao Yu · 9 years ago
  33. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  34. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  35. a125702 Revert "f2fs: do not skip dentry block writes" by Jaegeuk Kim · 9 years ago
  36. 90b803e f2fs: do not skip dentry block writes by Jaegeuk Kim · 9 years ago
  37. 25b9334 f2fs: cover number of dirty node pages under node_write lock by Jaegeuk Kim · 9 years ago
  38. 13ec729 f2fs: fix to release inode correctly by Chao Yu · 9 years ago
  39. f7409d0 f2fs: fix wrong pointer access during try_to_free_nids by Jaegeuk Kim · 9 years ago
  40. 80c5450 f2fs: use __GFP_NOFAIL to avoid infinite loop by Jaegeuk Kim · 9 years ago
  41. 2492863 f2fs: check the node block address of newly allocated nid by Jaegeuk Kim · 9 years ago
  42. 2683446 f2fs: reuse nids more aggressively by Jaegeuk Kim · 9 years ago
  43. 3169658 f2fs: shrink free_nids entries by Chao Yu · 9 years ago
  44. a6d494b f2fs: fix to build free nids from readaheaded nat pages by Chao Yu · 9 years ago
  45. 86531d6 f2fs: callers take care of the page from bio error by Jaegeuk Kim · 9 years ago
  46. 1b38dc8 f2fs: shrink nat_cache entries by Jaegeuk Kim · 9 years ago
  47. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  48. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 9 years ago
  49. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  50. d5b692b f2fs: do not re-lookup nat cache with same nid by Chao Yu · 9 years ago
  51. 2dcf51a f2fs: add need_dentry_mark by Jaegeuk Kim · 9 years ago
  52. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  53. 2aa7c51 f2fs: make has_fsynced_inode static by Chao Yu · 9 years ago
  54. 57ed1e9 f2fs: fix unlocked nat set cache operation by Wanpeng Li · 10 years ago
  55. 7662916 f2fs: report -ENOENT for unreached data indices by Jaegeuk Kim · 10 years ago
  56. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 10 years ago
  57. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  58. f1a3b98 f2fs: fix accessing wrong indexed data blocks by Jaegeuk Kim · 10 years ago
  59. aaf9607 f2fs: check node page contents all the time by Jaegeuk Kim · 10 years ago
  60. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  61. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  62. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  63. 7aed0d4 f2fs: free radix_tree_nodes used by nat_set entries by Jaegeuk Kim · 10 years ago
  64. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  65. 9e4ded3 f2fs: activate f2fs_trace_pid by Jaegeuk Kim · 10 years ago
  66. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  67. 9ecf4b8 f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary by Chao Yu · 10 years ago
  68. 5c27f4e f2fs: merge two uchar variable in struct node_info to reduce memory cost by Chao Yu · 10 years ago
  69. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  70. cd52b63 f2fs: remove checking dirty_exceed by Jaegeuk Kim · 10 years ago
  71. 9be32d7 f2fs: do retry operations with cond_resched by Jaegeuk Kim · 10 years ago
  72. 769ec6e f2fs: call radix_tree_preload before radix_tree_insert by Jaegeuk Kim · 10 years ago
  73. 8b26ef9 f2fs: use rw_semaphore for nat entry lock by Jaegeuk Kim · 10 years ago
  74. 4634d71 f2fs: fix missing kmem_cache_free by Jaegeuk Kim · 10 years ago
  75. 80ec2e9 f2fs: no more dirty_nat_entires when flushing by Changman Lee · 10 years ago
  76. 20d047c f2fs: check dirty_nat_cnt before flushing nat entries in journal by Changman Lee · 10 years ago
  77. ce3e6d2 f2fs: fix typos for the word "destroy" in jump labels by Markus Elfring · 10 years ago
  78. 27c6bd6 f2fs: submit bio for node blocks in the reclaim path by Jaegeuk Kim · 10 years ago
  79. 6729880 f2fs: introduce struct inode_management to wrap inner fields by Chao Yu · 10 years ago
  80. 2f97c32 f2fs: write node pages if checkpoint is not doing by Jaegeuk Kim · 10 years ago
  81. e5e7ea3 f2fs: control the memory footprint used by ino entries by Jaegeuk Kim · 10 years ago
  82. 309cc2b f2fs: refactor flush_nat_entries to remove costly reorganizing ops by Jaegeuk Kim · 10 years ago
  83. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  84. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  85. 7ef35e3 f2fs: introduce a flag to represent each nat entry information by Jaegeuk Kim · 10 years ago
  86. 184a5cd f2fs: refactor flush_sit_entries codes for reducing SIT writes by Chao Yu · 10 years ago
  87. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  88. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  89. c2e6958 f2fs: truncate stale block for inline_data by Jaegeuk Kim · 10 years ago
  90. c200b1a f2fs: fix incorrect calculation with total/free inode num by Chao Yu · 10 years ago
  91. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  92. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  93. 5274651 f2fs: unlock_page when node page is redirtied out by Jaegeuk Kim · 10 years ago
  94. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  95. e3b4d43 f2fs: should clear the inline_xattr flag by Jaegeuk Kim · 10 years ago
  96. 617deb8 f2fs: fix the initial inode page for recovery by Jaegeuk Kim · 10 years ago
  97. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  98. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  99. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  100. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago