1. 33fbd51 f2fs: stat dirty regular/symlink inodes by Chao Yu · 9 years ago
  2. 343f40f f2fs: introduce new option for controlling data flush by Chao Yu · 9 years ago
  3. c227f91 f2fs: record dirty status of regular/symlink inode by Chao Yu · 9 years ago
  4. b398091 f2fs: introduce __f2fs_commit_super by Chao Yu · 9 years ago
  5. 55d1cdb f2fs: relocate tracepoint of write_checkpoint by Jaegeuk Kim · 9 years ago
  6. e8240f6 f2fs: don't grab super block buffer header all the time by Chao Yu · 9 years ago
  7. b39f0de f2fs: backup raw_super in sbi by Yunlei He · 9 years ago
  8. a1c1e9b f2fs: fix to reset variable correctlly by Fan Li · 9 years ago
  9. 6ad7609 f2fs: introduce __remove_dirty_inode by Chao Yu · 9 years ago
  10. 2710fd7 f2fs: introduce dirty list node in inode info by Chao Yu · 9 years ago
  11. a49324f f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry by Chao Yu · 9 years ago
  12. 9a59b62 f2fs: do more integrity verification for superblock by Chao Yu · 9 years ago
  13. e893158 f2fs: fix to update variable correctly when skip a unmapped block by Fan Li · 9 years ago
  14. d8fe4f0 f2fs: write only the pages in range during defragment by Fan Li · 9 years ago
  15. e1c51b9f f2fs: clean up node page updating flow by Chao Yu · 9 years ago
  16. ea212a4 f2fs: use lock_buffer when changing superblock by Jaegeuk Kim · 9 years ago
  17. 5d909cd f2fs: refactor f2fs_commit_super by Jaegeuk Kim · 9 years ago
  18. 8060944 f2fs: enhance the bit operation for SSR by Jaegeuk Kim · 9 years ago
  19. 0cab80e f2fs: fix to convert inline inode in ->setattr by Chao Yu · 9 years ago
  20. 3519e3f f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation by Chao Yu · 9 years ago
  21. 9006f2c f2fs: kill f2fs_drop_largest_extent by Chao Yu · 9 years ago
  22. b7973f2 f2fs: clean up argument of recover_data by Chao Yu · 9 years ago
  23. 855639d f2fs: clean up code with __has_cursum_space by Chao Yu · 9 years ago
  24. e9837bc f2fs: clean up error path in f2fs_readdir by Chao Yu · 9 years ago
  25. 807b1e1 f2fs: do not recover from previous remained wrong dnodes by Jaegeuk Kim · 9 years ago
  26. 760de79 f2fs: avoid deadlock in f2fs_shrink_extent_tree by Jaegeuk Kim · 9 years ago
  27. 57b62d2 f2fs: fix to report error in f2fs_readdir by Chao Yu · 9 years ago
  28. f478f43 f2fs: clear page uptodate when dropping cache for atomic write by Chao Yu · 9 years ago
  29. 692223d f2fs: optimize __find_rev_next_bit by Fan Li · 9 years ago
  30. eb7e813 f2fs: fix to remove directory inode from dirty list by Chao Yu · 9 years ago
  31. 04ef4b6 f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl by Chao Yu · 9 years ago
  32. 29ba108 f2fs: fix memory leak of kobject in error path of fill_super by Chao Yu · 9 years ago
  33. d323d00 f2fs: support file defragment by Chao Yu · 9 years ago
  34. 2da3e027 f2fs: commit atomic written page in LFS mode by Chao Yu · 9 years ago
  35. 787c7b8c f2fs: report error of f2fs_create_root_stats by Chao Yu · 9 years ago
  36. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  37. 29608d2 f2fs: xattr simplifications by Andreas Gruenbacher · 9 years ago
  38. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  39. a8415e4 fs/f2fs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  40. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  41. beaa57d f2fs: fix to skip shrinking extent nodes by Chao Yu · 9 years ago
  42. a6be014 f2fs: fix error path of ->symlink by Chao Yu · 9 years ago
  43. 7fee740 f2fs: fix to clear GCed flag for atomic written page by Chao Yu · 9 years ago
  44. 2b246fb f2fs: don't need to submit bio on error case by Jaegeuk Kim · 9 years ago
  45. d7b8b38 f2fs: fix leakage of inmemory atomic pages by Jaegeuk Kim · 9 years ago
  46. f96999c f2fs: refactor __find_rev_next_{zero}_bit by Jaegeuk Kim · 9 years ago
  47. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  48. 67f8cf3c f2fs: support fiemap for inline_data by Jaegeuk Kim · 9 years ago
  49. 1d373a0 f2fs: flush dirty data for bmap by Jaegeuk Kim · 9 years ago
  50. 84e4214 f2fs: relocate the tracepoint for background_gc by Jaegeuk Kim · 9 years ago
  51. 08b39fb f2fs crypto: fix racing of accessing encrypted page among by Chao Yu · 9 years ago
  52. ea1a29a0 f2fs: export ra_nid_pages to sysfs by Chao Yu · 9 years ago
  53. 2db2388 f2fs: readahead for free nids building by Chao Yu · 9 years ago
  54. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  55. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  56. b8c2940 f2fs: add a tracepoint for f2fs_read_data_pages by Chao Yu · 9 years ago
  57. a56c7c6 f2fs: set GFP_NOFS for grab_cache_page by Jaegeuk Kim · 9 years ago
  58. 6e2c64a f2fs: fix SSA updates resulting in corruption by Jaegeuk Kim · 9 years ago
  59. a125702 Revert "f2fs: do not skip dentry block writes" by Jaegeuk Kim · 9 years ago
  60. c912a82 f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failure by Jaegeuk Kim · 9 years ago
  61. 6066d8c f2fs: merge meta writes as many possible by Jaegeuk Kim · 9 years ago
  62. 60b99b4 f2fs: introduce a periodic checkpoint flow by Jaegeuk Kim · 9 years ago
  63. 5c26743 f2fs: add a tracepoint for background gc by Jaegeuk Kim · 9 years ago
  64. 6aefd93 f2fs: introduce background_gc=sync mount option by Jaegeuk Kim · 9 years ago
  65. 456b88e f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINT by Chao Yu · 9 years ago
  66. d530d4d f2fs: support synchronous gc in ioctl by Chao Yu · 9 years ago
  67. 3342bb3 f2fs: skip searching dirty map if dirty segment is not exist by Chao Yu · 9 years ago
  68. a43f7ec f2fs: fix to avoid redundant searching in dirty map during gc by Chao Yu · 9 years ago
  69. 5b7ee37 f2fs: use atomic64_t for extent cache hit stat by Chao Yu · 9 years ago
  70. 39307a8 f2fs: use vmalloc to handle -ENOMEM error by Jaegeuk Kim · 9 years ago
  71. ab126cf f2fs: should get a victim from retrials by Jaegeuk Kim · 9 years ago
  72. 45fe849 f2fs: fix to correct freed section number during gc by Chao Yu · 9 years ago
  73. 345a6b2 f2fs: fix to update {m,c}time correctly when truncating larger by Chao Yu · 9 years ago
  74. 90b803e f2fs: do not skip dentry block writes by Jaegeuk Kim · 9 years ago
  75. 7223554 f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() by Chao Yu · 9 years ago
  76. 1d7e10d f2fs: fix incorrect bimodal calculation by Chao Yu · 9 years ago
  77. 4abd3f5 f2fs: introduce __try_update_largest_extent by Chao Yu · 9 years ago
  78. 545fe42 f2fs: fix error handling for calls to various functions in the function recover_inline_data by Nicholas Krause · 9 years ago
  79. 9cd81ce f2fs: disallow switch extent_cache option dynamically by Chao Yu · 9 years ago
  80. 46c9e14 f2fs: use correct flag in f2fs_map_blocks() by Chao Yu · 9 years ago
  81. f981170 f2fs: fix to handle io error in ->direct_IO by Chao Yu · 9 years ago
  82. ea58711 f2fs: do in batches truncation in truncate_hole by Chao Yu · 9 years ago
  83. 4d1fa81 f2fs: optimize code of f2fs_update_extent_tree_range by Fan Li · 9 years ago
  84. 41a099d f2fs: drop largest extent by range by Fan Li · 9 years ago
  85. a7230d1 f2fs: check end_io for metapages before making next checkpoint blocks by Jaegeuk Kim · 9 years ago
  86. 569cf18 f2fs crypto: allocate buffer for decrypting filename by Jaegeuk Kim · 9 years ago
  87. 973163f f2fs: reorganize f2fs_map_blocks by Chao Yu · 9 years ago
  88. 514053e f2fs: declare f2fs_update_extent_tree_range as static by Jaegeuk Kim · 9 years ago
  89. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  90. 100136a f2fs: fix incorrect searching position when shrinking extent cache by Chao Yu · 9 years ago
  91. c998012 f2fs: verify file type early in f2fs_fallocate by Chao Yu · 9 years ago
  92. c5cd29d f2fs: no need to lock for update_inode_page all the time by Jaegeuk Kim · 9 years ago
  93. 25b9334 f2fs: cover number of dirty node pages under node_write lock by Jaegeuk Kim · 9 years ago
  94. 538e17e f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatile_write by Nicholas Krause · 9 years ago
  95. 744288c f2fs: trace in batches extent info update by Chao Yu · 9 years ago
  96. 4c12ab7 Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  97. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  98. 01a5ad8 f2fs: upset segment_info repair by Yunlei He · 9 years ago
  99. 54d7185 f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent by Chao Yu · 9 years ago
  100. 19b2c30 f2fs: update extent tree in batches by Chao Yu · 9 years ago