1. 7e0782c f2fs: fix to do sanity check with reserved blkaddr of inline inode by Chao Yu · 6 years ago
  2. 8daed21 f2fs: check entire encrypted bigname when finding a dentry by Jaegeuk Kim · 7 years ago
  3. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  5. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  6. 6bf6b26 f2fs: set dentry bits on random location in memory by Jaegeuk Kim · 8 years ago
  7. 167451e f2fs: set encryption name flag in add inline entry path by Shuoran Liu · 8 years ago
  8. 9421d57 f2fs: fix to do security initialization of encrypted inode with original filename by Chao Yu · 8 years ago
  9. 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
  10. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  11. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  12. 8be0fea f2fs: find parent dentry correctly by Sheng Yong · 8 years ago
  13. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  14. 9f7c45c f2fs: remove deprecated parameter by Jaegeuk Kim · 8 years ago
  15. 42d9640 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  16. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  17. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  18. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  19. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  20. 8975bdf f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents by Chao Yu · 8 years ago
  21. e410384 f2fs: fix i_current_depth during inline dentry conversion by Chao Yu · 8 years ago
  22. 300e129 f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 8 years ago
  23. 0414b00 f2fs: introduce f2fs_kmalloc to wrap kmalloc by Jaegeuk Kim · 8 years ago
  24. a4a13f5 f2fs: be aware of invalid filename length by Chao Yu · 8 years ago
  25. 675f10b f2fs: fix to convert inline directory correctly by Chao Yu · 8 years ago
  26. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  27. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  28. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 8 years ago
  29. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 8 years ago
  30. 8060656 f2fs: reuse read_inline_data for f2fs_convert_inline_page by Shawn Lin · 8 years ago
  31. 85ead81 f2fs: delete unnecessary wait for page writeback by Yunlei He · 8 years ago
  32. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 8 years ago
  33. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 8 years ago
  34. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  35. fba48a8 f2fs: don't convert inline inode when inline_data option is disable by Chao Yu · 8 years ago
  36. 2a34076 f2fs: call f2fs_balance_fs only when node was changed by Jaegeuk Kim · 8 years ago
  37. b9d777b f2fs: check inline_data flag at converting time by Jaegeuk Kim · 8 years ago
  38. 67f8cf3c f2fs: support fiemap for inline_data by Jaegeuk Kim · 9 years ago
  39. 545fe42 f2fs: fix error handling for calls to various functions in the function recover_inline_data by Nicholas Krause · 9 years ago
  40. 4ec17d6 f2fs: avoid unneeded initializing when converting inline dentry by Chao Yu · 9 years ago
  41. 470f00e f2fs: fix to release inode page correctly by Chao Yu · 9 years ago
  42. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  43. 6e22c69 f2fs crypto: add filename encryption for f2fs_lookup by Jaegeuk Kim · 9 years ago
  44. d8c6822 f2fs crypto: add filename encryption for f2fs_readdir by Jaegeuk Kim · 9 years ago
  45. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  46. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  47. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  48. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  49. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  50. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 9 years ago
  51. 368a0e4 f2fs: enable fast symlink by utilizing inline data by Wanpeng Li · 9 years ago
  52. 83e21db f2fs: avoid wrong f2fs_bug_on when truncating inline_data by Jaegeuk Kim · 9 years ago
  53. 0bfcfcc f2fs: fix to truncate inline data past EOF by Chao Yu · 9 years ago
  54. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 9 years ago
  55. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 9 years ago
  56. feeb0de f2fs: make truncate_inline_date static by Chao Yu · 9 years ago
  57. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 9 years ago
  58. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  59. 95f5b0f f2fs: fix to recover converted inline_data by Jaegeuk Kim · 10 years ago
  60. 158c194 f2fs: make clean the page before writing by Jaegeuk Kim · 10 years ago
  61. 09b8b3c f2fs: call flush_dcache_page when the page was updated by Jaegeuk Kim · 10 years ago
  62. 6d20aff f2fs: fix to call put_page at the error handling routine by Jaegeuk Kim · 10 years ago
  63. 92dffd0 f2fs: convert inline_data when i_size becomes large by Jaegeuk Kim · 10 years ago
  64. 57e2a2c f2fs: reduce the number of inline_data inode before clearing it by Jaegeuk Kim · 10 years ago
  65. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  66. 427a45c f2fs: flush_dcache_page for inline data by Jaegeuk Kim · 10 years ago
  67. d64948a f2fs: declare f2fs_convert_inline_dir as a static function by Jaegeuk Kim · 10 years ago
  68. f1e33a0 f2fs: use kmap_atomic instead of kmap by Jaegeuk Kim · 10 years ago
  69. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  70. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  71. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  72. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  73. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  74. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  75. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  76. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  77. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  78. 201a05b f2fs: add key function to handle inline dir by Chao Yu · 10 years ago
  79. c08a690 f2fs: should truncate any allocated block for inline_data write by Jaegeuk Kim · 10 years ago
  80. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  81. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  82. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  83. ec4e7af f2fs: skip if inline_data was converted already by Jaegeuk Kim · 10 years ago
  84. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  85. 0342fd3 f2fs: make clear on test condition and return types by Jaegeuk Kim · 10 years ago
  86. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  87. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  88. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 10 years ago
  89. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  90. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 10 years ago
  91. 15c6e3a f2fs: fix to unlock f2fs_lock at the omitted error case by Jaegeuk Kim · 10 years ago
  92. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 10 years ago
  93. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 10 years ago
  94. 04a17fb f2fs: avoid to read inline data except first page by Chao Yu · 10 years ago
  95. 18309aa f2fs: avoid to left uninitialized data in page when read inline data by Chao Yu · 10 years ago
  96. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 10 years ago
  97. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 10 years ago
  98. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  99. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 10 years ago
  100. e18c65b f2fs: key functions to handle inline data by Huajun Li · 11 years ago