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