1. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  2. d612bee fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
  3. ec86c1c f2fs: don't allow encrypted operations without keys by Jaegeuk Kim · 7 years ago
  4. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  6. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  8. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  9. ef68bf1 f2fs: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago
  10. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  11. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  12. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  13. 7732c26 f2fs: fix to detect temporary name of multimedia file by Chao Yu · 8 years ago
  14. 91246c2 f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  15. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  16. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  17. 3e19886 f2fs: report error for f2fs_parent_dir by Jaegeuk Kim · 8 years ago
  18. eb4246d f2fs: return error of f2fs_lookup by Jaegeuk Kim · 8 years ago
  19. 42d9640 f2fs: propagate error given by f2fs_find_entry by Jaegeuk Kim · 8 years ago
  20. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  21. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  22. a196124 f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  23. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  24. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  25. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  26. c7e82c6 Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  27. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  28. c90e09f f2fs crypto: fix corrupted symlink in encrypted case by Jaegeuk Kim · 8 years ago
  29. d726732 f2fs: fix to avoid unneeded unlock_new_inode by Chao Yu · 8 years ago
  30. 8074bb5 f2fs crypto: sync ext4_lookup and ext4_file_open by Jaegeuk Kim · 8 years ago
  31. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  32. 8c2b143 f2fs: recovery missing dot dentries in root directory by Liu Xue · 8 years ago
  33. 993a049 f2fs: fix to delete old dirent in converted inline directory in ->rename by Chao Yu · 8 years ago
  34. 9def1e9 f2fs: detect error of update_dent_inode in ->rename by Chao Yu · 8 years ago
  35. 922ec35 f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink by Chao Yu · 8 years ago
  36. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  37. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  38. 3a9e643 f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink by Chao Yu · 8 years ago
  39. 4e0d836 f2fs: fix to skip recovering dot dentries in a readonly fs by Chao Yu · 8 years ago
  40. 8dc0d6a f2fs: early check broken symlink length in the encrypted case by Jaegeuk Kim · 8 years ago
  41. d538417 f2fs: add missing f2fs_balance_fs in __recover_dot_dentries by Chao Yu · 8 years ago
  42. fba48a8 f2fs: don't convert inline inode when inline_data option is disable by Chao Yu · 8 years ago
  43. 00623e6 f2fs: avoid unnecessary f2fs_gc for dir operations by Jaegeuk Kim · 8 years ago
  44. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  45. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  46. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  47. a8415e4 fs/f2fs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  48. a6be014 f2fs: fix error path of ->symlink by Chao Yu · 9 years ago
  49. 569cf18 f2fs crypto: allocate buffer for decrypting filename by Jaegeuk Kim · 9 years ago
  50. a21c20f f2fs: go out for insert_inode_locked failure by Jaegeuk Kim · 9 years ago
  51. d5e8f6c f2fs: stat inline xattr inode number by Chao Yu · 9 years ago
  52. 741a7be f2fs: restrict multimedia filename by Chao Yu · 9 years ago
  53. 3e72f72 f2fs: use extent_cache by default by Jaegeuk Kim · 9 years ago
  54. c9b63bd f2fs: avoid to use failed inode immediately by Jaegeuk Kim · 9 years ago
  55. cfcc0ad Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  56. e992e23 f2fs crypto: avoid f2fs_inherit_context for symlink by Jaegeuk Kim · 9 years ago
  57. d3baf7c f2fs crypto: check context consistent for rename2 by Chao Yu · 9 years ago
  58. 26bf3dc f2fs crypto: use per-inode tfm structure by Jaegeuk Kim · 9 years ago
  59. 304eecc f2fs crypto: check encryption for tmpfile by Jaegeuk Kim · 9 years ago
  60. 7e01e7ad f2fs: support RENAME_WHITEOUT by Chao Yu · 9 years ago
  61. d690358 f2fs crypto: remove checking key context during lookup by Jaegeuk Kim · 9 years ago
  62. cbaf042 f2fs crypto: add symlink encryption by Jaegeuk Kim · 9 years ago
  63. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  64. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  65. 2fb2c95 f2fs: fix counting the number of inline_data inodes by Jaegeuk Kim · 9 years ago
  66. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  67. 06957e8 f2fs: clean up f2fs_lookup by Jaegeuk Kim · 9 years ago
  68. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  69. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  70. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  71. 7263b1b f2fs: fix wrong error hanlder in f2fs_follow_link by Jaegeuk Kim · 9 years ago
  72. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  73. feb7cbb f2fs: avoid abnormal behavior on broken symlink by Jaegeuk Kim · 9 years ago
  74. d0cae97 f2fs: flush symlink path to avoid broken symlink after POR by Jaegeuk Kim · 9 years ago
  75. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  76. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  77. 3c0d84d f2fs: fix incorrectly stat number of inline data inode by Chao Yu · 9 years ago
  78. 560d467 f2fs: fix to use highmem for pages of newly created directory by Chao Yu · 9 years ago
  79. 9486ba442 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  80. b7e1d80 f2fs: implement -o dirsync by Jaegeuk Kim · 10 years ago
  81. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  82. e7a2bf2 f2fs: fix counting inline_data inode numbers by Jaegeuk Kim · 10 years ago
  83. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  84. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  85. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  86. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  87. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  88. b73e528 f2fs: reposition unlock_new_inode to prevent accessing invalid inode by Chao Yu · 10 years ago
  89. 04859db f2fs: remove rename and use rename2 by Jaegeuk Kim · 10 years ago
  90. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  91. 32f9bc2 f2fs: support ->rename2() by Chao Yu · 10 years ago
  92. 1256010 f2fs: reduce region of f2fs_lock_op covered for better concurrency by Chao Yu · 10 years ago
  93. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  94. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  95. 50732df f2fs: support ->tmpfile() by Chao Yu · 10 years ago
  96. b2c0829 f2fs: do checkpoint for the renamed inode by Jaegeuk Kim · 10 years ago
  97. dd4d961 f2fs: release new entry page correctly in error path of f2fs_rename by Chao Yu · 10 years ago
  98. 70ff5df f2fs: use inode_init_owner() to simplify codes by Chao Yu · 10 years ago
  99. 48b230a f2fs: fix wrong statistics of inline data by Chao Yu · 10 years ago
  100. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago