1. 768d841 f2fs: set SBI_NEED_FSCK for xattr corruption case by Chao Yu · 5 years ago
  2. a6b5c26 f2fs: use generic EFSBADCRC/EFSCORRUPTED by Chao Yu · 5 years ago
  3. c673f4b f2fs: fix to avoid accessing xattr across the boundary by Randall Huang · 5 years ago
  4. 7950bd6 f2fs: fix to adapt small inline xattr space in __find_inline_xattr() by Chao Yu · 5 years ago
  5. 8079273 f2fs: fix to use kvfree instead of kzfree by Chao Yu · 5 years ago
  6. b0a0057 f2fs: use xattr_prefix to wrap up by Gao Xiang · 5 years ago
  7. ad0784f f2fs: sanity check of xattr entry size by Jaegeuk Kim · 5 years ago
  8. d9b3df5 f2fs: check PageWriteback flag for ordered case by Chao Yu · 5 years ago
  9. 6d1a832 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  10. 93aff61 f2fs: restrict setting up inode.i_advise by Chao Yu · 6 years ago
  11. f98582a f2fs: avoid duplicated permission check for "trusted." xattrs by Hyunchul Lee · 6 years ago
  12. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  13. 3127a7b f2fs: correct removexattr behavior for null valued extended attribute by Daeho Jeong · 6 years ago
  14. d047369 f2fs: fix missing error number for xattr operation by Jaegeuk Kim · 6 years ago
  15. e585ca2 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  16. d7947e2 f2fs: handle error case when adding xattr entry by Jaegeuk Kim · 7 years ago
  17. 50ffaa9 f2fs: support flexible inline xattr size by Chao Yu · 7 years ago
  18. d888fcd f2fs: add missing quota_initialize by Jaegeuk Kim · 7 years ago
  19. 41d5923 f2fs: remove obsolete pointer for truncate_xattr_node by Jaegeuk Kim · 7 years ago
  20. 20ef20f f2fs: introduce read_xattr_block by Chao Yu · 7 years ago
  21. 126221d f2fs: introduce read_inline_xattr by Chao Yu · 7 years ago
  22. 5dd3add f2fs: avoid race in between read xattr & write xattr by Yunlei He · 7 years ago
  23. 40df136 f2fs: remove unused input parameter by Yunlei He · 7 years ago
  24. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  25. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  27. 8669696 f2fs: fix to return error number of read_all_xattrs correctly by Chao Yu · 8 years ago
  28. bbf156f f2fs: fix lost xattrs of directories by Jaegeuk Kim · 8 years ago
  29. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  30. a0995af f2fs: remove unnecessary goto statement by Tiezhu Yang · 8 years ago
  31. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  32. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  33. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  34. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  35. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  36. e3bc808 f2fs: remove unneeded memset when updating xattr by Chao Yu · 8 years ago
  37. 58457f1 f2fs: give -E2BIG for no space in xattr by Jaegeuk Kim · 8 years ago
  38. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  39. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 8 years ago
  40. 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
  41. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 8 years ago
  42. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  43. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  44. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  45. 29608d2 f2fs: xattr simplifications by Andreas Gruenbacher · 9 years ago
  46. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  47. 037fe70 f2fs: correct return value of ->setxattr by Chao Yu · 9 years ago
  48. f424f66 f2fs crypto: add encryption policy and password salt support by Jaegeuk Kim · 9 years ago
  49. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  50. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  51. 30c62fd f2fs: persist system.advise into on-disk inode by Chao Yu · 9 years ago
  52. 84e97c2 f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_get by Chao Yu · 9 years ago
  53. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  54. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  55. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  56. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  57. d631abd f2fs: fix recursive lock by f2fs_setxattr by Jaegeuk Kim · 10 years ago
  58. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  59. 916decb f2fs: return errors right after checking them by Jaegeuk Kim · 10 years ago
  60. c02745e f2fs: pass flags field to setxattr functions by Jaegeuk Kim · 10 years ago
  61. e112326 f2fs: clean up long variable names by Jaegeuk Kim · 10 years ago
  62. 6e452d6 f2fs: avoid unneeded lookup when xattr name length is too long by Chao Yu · 10 years ago
  63. 808a1d7 f2fs: avoid RECLAIM_FS-ON-W warning by Jaegeuk Kim · 10 years ago
  64. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  65. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  66. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  67. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  68. cc3de6a f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattr by Chao Yu · 11 years ago
  69. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  70. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  71. 52ab956 f2fs: don't GC or take an fs_lock from f2fs_initxattrs() by Russ Knize · 11 years ago
  72. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  73. dd9cfe2 f2fs: introduce __find_xattr for readability by Jaegeuk Kim · 11 years ago
  74. 479bd73 f2fs: should cover i_xattr_nid with its xattr node page lock by Jaegeuk Kim · 11 years ago
  75. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  76. e518ff8 f2fs: fix inconsistency between xattr node blocks and its inode by Jaegeuk Kim · 11 years ago
  77. 8ae8f16 f2fs: support xattr security labels by Jaegeuk Kim · 11 years ago
  78. 1e03e38 f2fs: handle errors from get_node_page calls by Jason Hrycay · 11 years ago
  79. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  80. 7c90977 f2fs: reorganize f2fs_setxattr by Namjae Jeon · 11 years ago
  81. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 11 years ago
  82. 9836b8b f2fs: unify string length declarations and usage by Leon Romanovsky · 11 years ago
  83. 573ea5f f2fs: resolve build failures by Jaegeuk Kim · 12 years ago
  84. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  85. af48b85 f2fs: add xattr and acl functionalities by Jaegeuk Kim · 12 years ago