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