1. 67f8cf3c f2fs: support fiemap for inline_data by Jaegeuk Kim · 9 years ago
  2. 545fe42 f2fs: fix error handling for calls to various functions in the function recover_inline_data by Nicholas Krause · 9 years ago
  3. 4ec17d6 f2fs: avoid unneeded initializing when converting inline dentry by Chao Yu · 9 years ago
  4. 470f00e f2fs: fix to release inode page correctly by Chao Yu · 9 years ago
  5. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  6. 6e22c69 f2fs crypto: add filename encryption for f2fs_lookup by Jaegeuk Kim · 9 years ago
  7. d8c6822 f2fs crypto: add filename encryption for f2fs_readdir by Jaegeuk Kim · 9 years ago
  8. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  9. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  10. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  11. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  12. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  13. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 9 years ago
  14. 368a0e4 f2fs: enable fast symlink by utilizing inline data by Wanpeng Li · 9 years ago
  15. 83e21db f2fs: avoid wrong f2fs_bug_on when truncating inline_data by Jaegeuk Kim · 9 years ago
  16. 0bfcfcc f2fs: fix to truncate inline data past EOF by Chao Yu · 9 years ago
  17. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 9 years ago
  18. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 9 years ago
  19. feeb0de f2fs: make truncate_inline_date static by Chao Yu · 9 years ago
  20. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  21. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  22. 95f5b0f f2fs: fix to recover converted inline_data by Jaegeuk Kim · 10 years ago
  23. 158c194 f2fs: make clean the page before writing by Jaegeuk Kim · 10 years ago
  24. 09b8b3c f2fs: call flush_dcache_page when the page was updated by Jaegeuk Kim · 10 years ago
  25. 6d20aff f2fs: fix to call put_page at the error handling routine by Jaegeuk Kim · 10 years ago
  26. 92dffd0 f2fs: convert inline_data when i_size becomes large by Jaegeuk Kim · 10 years ago
  27. 57e2a2c f2fs: reduce the number of inline_data inode before clearing it by Jaegeuk Kim · 10 years ago
  28. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  29. 427a45c f2fs: flush_dcache_page for inline data by Jaegeuk Kim · 10 years ago
  30. d64948a f2fs: declare f2fs_convert_inline_dir as a static function by Jaegeuk Kim · 10 years ago
  31. f1e33a0 f2fs: use kmap_atomic instead of kmap by Jaegeuk Kim · 10 years ago
  32. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  33. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  34. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  35. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  36. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  37. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  38. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  39. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  40. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  41. 201a05b f2fs: add key function to handle inline dir by Chao Yu · 10 years ago
  42. c08a690 f2fs: should truncate any allocated block for inline_data write by Jaegeuk Kim · 10 years ago
  43. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  44. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  45. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  46. ec4e7af f2fs: skip if inline_data was converted already by Jaegeuk Kim · 10 years ago
  47. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  48. 0342fd3 f2fs: make clear on test condition and return types by Jaegeuk Kim · 10 years ago
  49. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  50. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  51. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 10 years ago
  52. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  53. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 10 years ago
  54. 15c6e3a f2fs: fix to unlock f2fs_lock at the omitted error case by Jaegeuk Kim · 10 years ago
  55. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 10 years ago
  56. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  57. 04a17fb f2fs: avoid to read inline data except first page by Chao Yu · 11 years ago
  58. 18309aa f2fs: avoid to left uninitialized data in page when read inline data by Chao Yu · 11 years ago
  59. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  60. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  61. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  62. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  63. e18c65b f2fs: key functions to handle inline data by Huajun Li · 11 years ago