1. 26bf3dc f2fs crypto: use per-inode tfm structure by Jaegeuk Kim · 9 years ago
  2. cbaf042 f2fs crypto: add symlink encryption by Jaegeuk Kim · 9 years ago
  3. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  4. adad81e f2fs: fix sparse warnings by Jaegeuk Kim · 9 years ago
  5. 0bdee48 f2fs: preserve extent info for extent cache by Chao Yu · 9 years ago
  6. 028a41e f2fs: initialize extent tree with on-disk extent info of inode by Chao Yu · 9 years ago
  7. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 9 years ago
  8. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 10 years ago
  9. 0c872e2 f2fs: move ext_lock out of struct extent_info by Chao Yu · 10 years ago
  10. 9e5ba77 f2fs: get rid of kzalloc in __recover_inline_status by Chao Yu · 10 years ago
  11. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  12. 9d1015d f2fs: count inline_xx in do_read_inode by Jaegeuk Kim · 10 years ago
  13. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  14. e7a2bf2 f2fs: fix counting inline_data inode numbers by Jaegeuk Kim · 10 years ago
  15. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  16. a78186e f2fs: use highmem for directory pages by Jaegeuk Kim · 10 years ago
  17. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  18. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  19. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  20. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  21. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  22. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  23. 002a41c f2fs: invalidate xattr node page when evict inode by Chao Yu · 10 years ago
  24. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  25. dbf20cb f2fs: avoid use invalid mapping of node_inode when evict meta inode by Chao Yu · 10 years ago
  26. d6b7d4b f2fs: check lower bound nid value in check_nid_range by Chao Yu · 10 years ago
  27. 8198899 f2fs: deactivate inode page if the inode is evicted by Jaegeuk Kim · 10 years ago
  28. 8abfb36 f2fs: atomically set inode->i_flags in f2fs_set_inode_flags() by Zhang Zhen · 10 years ago
  29. 3021112 Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  30. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  31. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 10 years ago
  32. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  33. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 11 years ago
  34. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  35. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  36. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  37. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  38. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  39. 3d1e380 f2fs: fix to store and retrieve i_rdev correctly by Jaegeuk Kim · 11 years ago
  40. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  41. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  42. 92c4342 f2fs: avoid writing inode redundantly when creating a file by Jin Xu · 11 years ago
  43. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  44. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  45. b378387 f2fs: avoid freqeunt write_inode calls by Jaegeuk Kim · 11 years ago
  46. b638f0c f2fs: fix wrong condition check by Jaegeuk Kim · 11 years ago
  47. 6f85b35 f2fs: avoid RECLAIM_FS-ON-W: deadlock by Jaegeuk Kim · 11 years ago
  48. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 11 years ago
  49. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  50. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 11 years ago
  51. 064e082 f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode by Namjae Jeon · 11 years ago
  52. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 12 years ago
  53. d6212a5 f2fs: add un/freeze_fs into super_operations by Changman Lee · 12 years ago
  54. 7d79e75 f2fs: save device node number into f2fs_inode by Changman Lee · 12 years ago
  55. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 12 years ago
  56. 398b1ac f2fs: fix handling errors got by f2fs_write_inode by Jaegeuk Kim · 12 years ago
  57. 6666e6a f2fs: fix tracking parent inode number by Jaegeuk Kim · 12 years ago
  58. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  59. 19f99ce f2fs: add core inode operations by Jaegeuk Kim · 12 years ago