1. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  2. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  3. b73e528 f2fs: reposition unlock_new_inode to prevent accessing invalid inode by Chao Yu · 10 years ago
  4. 04859db f2fs: remove rename and use rename2 by Jaegeuk Kim · 10 years ago
  5. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  6. 32f9bc2 f2fs: support ->rename2() by Chao Yu · 10 years ago
  7. 1256010 f2fs: reduce region of f2fs_lock_op covered for better concurrency by Chao Yu · 10 years ago
  8. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  9. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  10. 50732df f2fs: support ->tmpfile() by Chao Yu · 10 years ago
  11. b2c0829 f2fs: do checkpoint for the renamed inode by Jaegeuk Kim · 10 years ago
  12. dd4d961 f2fs: release new entry page correctly in error path of f2fs_rename by Chao Yu · 10 years ago
  13. 70ff5df f2fs: use inode_init_owner() to simplify codes by Chao Yu · 11 years ago
  14. 48b230a f2fs: fix wrong statistics of inline data by Chao Yu · 11 years ago
  15. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 11 years ago
  16. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  17. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  18. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  19. deead09 f2fs: avoid to set wrong pino of inode when rename dir by Chao Yu · 11 years ago
  20. ccaaca2 f2fs: fix writing incorrect orphan blocks by Jaegeuk Kim · 11 years ago
  21. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  22. 749ebfd f2fs: use strncasecmp() simplify the string comparison by Gu Zheng · 11 years ago
  23. 8cb8268 f2fs: fix omitting to update inode page by Jaegeuk Kim · 11 years ago
  24. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  25. 1cd14ca f2fs: update file name in the inode block during f2fs_rename by Jaegeuk Kim · 11 years ago
  26. 354a339 f2fs: recover wrong pino after checkpoint during fsync by Jaegeuk Kim · 11 years ago
  27. 2d4d9fb5 f2fs: fix i_blocks translation on various types of files by Jaegeuk Kim · 11 years ago
  28. 83d5d6f f2fs: cover cp_file information with ilock by Jaegeuk Kim · 11 years ago
  29. 6f6fd83 f2fs: use ihold by Jaegeuk Kim · 11 years ago
  30. 93ff10d f2fs: should not make_bad_inode on f2fs_link failure by Jaegeuk Kim · 11 years ago
  31. 0a364af f2fs: remove unnecessary por_doing check by Jaegeuk Kim · 12 years ago
  32. 531ad7d f2fs: avoid deadlock during evict after f2fs_gc by Jaegeuk Kim · 12 years ago
  33. d70b4f5 f2fs: add a tracepoint on f2fs_new_inode by Jaegeuk Kim · 12 years ago
  34. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 12 years ago
  35. e66509f0 f2fs: make is_multimedia_file code align with its name by Namjae Jeon · 12 years ago
  36. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  37. 953a3e2 f2fs: fix to give correct parent inode number for roll forward by Jaegeuk Kim · 12 years ago
  38. 5a20d33 f2fs: align f2fs maximum name length to linux based filesystem by Jaegeuk Kim · 12 years ago
  39. 9836b8b f2fs: unify string length declarations and usage by Leon Romanovsky · 12 years ago
  40. 1efef83 f2fs: do f2fs_balance_fs in front of dir operations by Jaegeuk Kim · 12 years ago
  41. a0d4253 f2fs: make use of GFP_F2FS_ZERO for setting gfp_mask by Namjae Jeon · 12 years ago
  42. 61412b6 f2fs: move error condition for mkdir at proper place by Namjae Jeon · 12 years ago
  43. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  44. 57397d8 f2fs: add inode operations for special inodes by Jaegeuk Kim · 12 years ago