1. 4b2414d f2fs: support journalled quota by Chao Yu · 7 years ago
  2. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  3. 401db79 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  4. 4db08d0 f2fs: avoid cpu lockup by Jaegeuk Kim · 7 years ago
  5. d1aa245 f2fs: use spin_{,un}lock_irq{save,restore} by Chao Yu · 7 years ago
  6. 0771fcc f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  7. fb830fc f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 8 years ago
  8. b9109b0 f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 8 years ago
  9. 1919ffc f2fs: use f2fs_submit_page_bio for ra_meta_pages by Jaegeuk Kim · 8 years ago
  10. 1f43e2a f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard by Chao Yu · 8 years ago
  11. c473f1a f2fs: allow cpc->reason to indicate more than one reason by Chao Yu · 8 years ago
  12. 3097388 f2fs: give time to flush dirty pages for checkpoint by Jaegeuk Kim · 8 years ago
  13. fc2e287 f2fs: remove the redundant variable definition by Kaixu Xia · 8 years ago
  14. 59c9081 f2fs: allow write page cache when writting cp by Yunlei He · 8 years ago
  15. 99f4b91 f2fs: don't track volatile file in dirty inode list by Chao Yu · 8 years ago
  16. c6f89df f2fs: sanity check of crc_offset from raw checkpoint by Kinglong Mee · 8 years ago
  17. a29d0e0 f2fs: skip writeback meta pages if cp_mutex acquire failed by Yunlei He · 8 years ago
  18. 5ce4738 f2fs: show more precise message on orphan recovery failure by Jaegeuk Kim · 8 years ago
  19. 10047f5 f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count by Kinglong Mee · 8 years ago
  20. ced2c7e f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint by Kinglong Mee · 8 years ago
  21. 5552351 f2fs: show simple call stack in fault injection message by Chao Yu · 8 years ago
  22. 22ad0b6 f2fs: add bitmaps for empty or full NAT blocks by Jaegeuk Kim · 8 years ago
  23. 9b064f7 f2fs: remove build_free_nids() during checkpoint by Jaegeuk Kim · 8 years ago
  24. 942fd31 f2fs: check last page index in cached bio to decide submission by Jaegeuk Kim · 8 years ago
  25. 939afa9 f2fs: clean up with list_{first, last}_entry by Chao Yu · 8 years ago
  26. 25290fa f2fs: return fs_trim if there is no candidate by Jaegeuk Kim · 8 years ago
  27. 0333ad4 f2fs: avoid needless checkpoint in f2fs_trim_fs by Jaegeuk Kim · 8 years ago
  28. 4e6a8d9 f2fs: relax async discard commands more by Jaegeuk Kim · 8 years ago
  29. 09cb646 Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  30. a2125ff f2fs: free meta pages if sanity check for ckpt is failed by Jaegeuk Kim · 8 years ago
  31. 8508e44 f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack by Jaegeuk Kim · 8 years ago
  32. 36951b3 f2fs: don't wait writeback for datas during checkpoint by Chao Yu · 8 years ago
  33. 18340ed f2fs: make clean inodes when flushing inode page by Jaegeuk Kim · 8 years ago
  34. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  35. 3a2ad56 f2fs: don't interrupt free nids building during nid allocation by Chao Yu · 8 years ago
  36. 2dd1565 f2fs: fix to release discard entries during checkpoint by Chao Yu · 8 years ago
  37. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  38. e4c5d84 f2fs: introduce update_ckpt_flags to clean up by Jaegeuk Kim · 8 years ago
  39. fc0065a f2fs: introduce get_checkpoint_version for cleanup by Tiezhu Yang · 8 years ago
  40. 7fd748d f2fs: remove redundant io plug by Chao Yu · 8 years ago
  41. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  42. d41065e f2fs: handle errors during recover_orphan_inodes by Jaegeuk Kim · 8 years ago
  43. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  44. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  45. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago
  46. 5905f9a f2fs: handle error in recover_orphan_inode by Jaegeuk Kim · 8 years ago
  47. c2a080a f2fs: fix to set superblock dirty correctly by Chao Yu · 8 years ago
  48. bbf156f f2fs: fix lost xattrs of directories by Jaegeuk Kim · 8 years ago
  49. 275b66b f2fs: support async discard by Chao Yu · 8 years ago
  50. 58cce38 f2fs: skip new checkpoint when doing fstrim without fs change by Yunlei He · 8 years ago
  51. 4fc29c1 Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  52. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  53. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  54. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  55. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  56. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 9 years ago
  57. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 9 years ago
  58. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 9 years ago
  59. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 9 years ago
  60. 04d328d f2fs: use bio op accessors by Mike Christie · 9 years ago
  61. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 9 years ago
  62. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 9 years ago
  63. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 9 years ago
  64. 1c4bf76 Revert "f2fs: no need inc dirty pages under inode lock" by Jaegeuk Kim · 9 years ago
  65. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 9 years ago
  66. 41382ec f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 9 years ago
  67. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 9 years ago
  68. 10aa97c f2fs: manipulate dirty file inodes when DATA_FLUSH is set by Jaegeuk Kim · 9 years ago
  69. b951a4e f2fs: no need inc dirty pages under inode lock by Yunlei He · 9 years ago
  70. f61cce5 f2fs: fix inode cache leak by Chao Yu · 9 years ago
  71. 74ef924 f2fs: fix leak of orphan inode objects by Jaegeuk Kim · 9 years ago
  72. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 9 years ago
  73. 300e129 f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 9 years ago
  74. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 9 years ago
  75. 4da7bf5 f2fs: remove redundant condition check by Jaegeuk Kim · 9 years ago
  76. 43b6573 f2fs: use cryptoapi crc32 functions by Keith Mok · 9 years ago
  77. 406657d f2fs: introduce f2fs_flush_merged_bios for cleanup by Chao Yu · 9 years ago
  78. 80dd9c0 f2fs: fix incorrect upper bound when iterating inode mapping tree by Chao Yu · 9 years ago
  79. 0ff2164 f2fs: avoid hungtask problem caused by losing wake_up by Yunlei He · 9 years ago
  80. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  81. 984ec63 f2fs: move sanity checking of cp into get_valid_checkpoint by Shawn Lin · 9 years ago
  82. b7ad751 f2fs: split journal cache from curseg cache by Chao Yu · 9 years ago
  83. e9f5b8b f2fs: enhance IO path with block plug by Chao Yu · 9 years ago
  84. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 9 years ago
  85. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  86. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  87. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  88. 8f1dbbb f2fs: introduce lifetime write IO statistics by Shuoran Liu · 9 years ago
  89. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  90. 6beceb5 f2fs: introduce time and interval facility by Jaegeuk Kim · 9 years ago
  91. 8d4ea29 f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  92. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  93. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  94. 4cf1853 f2fs: add a tracepoint for sync_dirty_inodes by Chao Yu · 9 years ago
  95. 33fbd51 f2fs: stat dirty regular/symlink inodes by Chao Yu · 9 years ago
  96. c227f91 f2fs: record dirty status of regular/symlink inode by Chao Yu · 9 years ago
  97. 55d1cdb f2fs: relocate tracepoint of write_checkpoint by Jaegeuk Kim · 9 years ago
  98. 6ad7609 f2fs: introduce __remove_dirty_inode by Chao Yu · 9 years ago
  99. 2710fd7 f2fs: introduce dirty list node in inode info by Chao Yu · 9 years ago
  100. a49324f f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry by Chao Yu · 9 years ago