1. 7d95178 ext4: check for NUL characters in extended attribute's name by Theodore Ts'o · 6 years ago
  2. 8bc1379 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 7 years ago
  3. 8cdb524 ext4: never move the system.data xattr out of the inode body by Theodore Ts'o · 7 years ago
  4. 513f86d ext4: always verify the magic number in xattr blocks by Theodore Ts'o · 7 years ago
  5. 5369a76 ext4: add corruption check in ext4_xattr_set_entry() by Theodore Ts'o · 7 years ago
  6. 8a2b307 ext4: correctly handle a zero-length xattr with a non-zero e_value_offs by Theodore Ts'o · 7 years ago
  7. 54dd0e0 ext4: add extra checks to ext4_xattr_block_get() by Theodore Ts'o · 7 years ago
  8. 9496005d ext4: add bounds checking to ext4_xattr_find_entry() by Theodore Ts'o · 7 years ago
  9. de05ca8 ext4: move call to ext4_error() into ext4_xattr_check_block() by Theodore Ts'o · 7 years ago
  10. ce3fd19 ext4: limit xattr size to INT_MAX by Eric Biggers · 7 years ago
  11. ee73f9a ext4: convert to new i_version API by Jeff Layton · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. a6d0567 ext4: backward compatibility support for Lustre ea_inode implementation by Tahsin Erdogan · 7 years ago
  14. 32aaf19 ext4: add missing xattr hash update by Tahsin Erdogan · 7 years ago
  15. b640b2c ext4: cleanup ext4_expand_extra_isize_ea() by Miao Xie · 7 years ago
  16. cf0a5e8 ext4: restructure ext4_expand_extra_isize by Miao Xie · 7 years ago
  17. 3b10fdc ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize by Miao Xie · 7 years ago
  18. 9699d4f ext4: make xattr inode reads faster by Tahsin Erdogan · 7 years ago
  19. ec00022 ext4: inplace xattr block update fails to deduplicate blocks by Tahsin Erdogan · 7 years ago
  20. 191eac3 ext4: error should be cleared if ea_inode isn't added to the cache by Emoly Liu · 7 years ago
  21. af65207 ext4: fix __ext4_new_inode() journal credits calculation by Tahsin Erdogan · 7 years ago
  22. cdb7ee4 ext4: add nombcache mount option by Tahsin Erdogan · 8 years ago
  23. b9fc761 ext4: strong binding of xattr inode references by Tahsin Erdogan · 8 years ago
  24. daf8328 ext4: eliminate xattr entry e_hash recalculation for removes by Tahsin Erdogan · 8 years ago
  25. 9c6e785 ext4: reserve space for xattr entries/names by Tahsin Erdogan · 8 years ago
  26. 7a9ca53 quota: add get_inode_usage callback to transfer multi-inode charges by Tahsin Erdogan · 8 years ago
  27. dec214d ext4: xattr inode deduplication by Tahsin Erdogan · 8 years ago
  28. 30a7eb9 ext4: cleanup transaction restarts during inode deletion by Tahsin Erdogan · 8 years ago
  29. 4738740 ext2, ext4: make mb block cache names more explicit by Tahsin Erdogan · 8 years ago
  30. c07dfcb mbcache: make mbcache naming more generic by Tahsin Erdogan · 8 years ago
  31. 0421a18 ext4: modify ext4_xattr_ino_array to hold struct inode * by Tahsin Erdogan · 8 years ago
  32. c1a5d5f ext4: improve journal credit handling in set xattr paths by Tahsin Erdogan · 8 years ago
  33. 65d3000 ext4: ext4_xattr_delete_inode() should return accurate errors by Tahsin Erdogan · 8 years ago
  34. b347e2b ext4: retry storing value in external inode with xattr block too by Tahsin Erdogan · 8 years ago
  35. b315529 ext4: fix credits calculation for xattr inode by Tahsin Erdogan · 8 years ago
  36. 7cec191 ext4: fix ext4_xattr_cmp() by Tahsin Erdogan · 8 years ago
  37. f610910 ext4: fix ext4_xattr_move_to_block() by Tahsin Erdogan · 8 years ago
  38. 9bb21ce ext4: fix ext4_xattr_make_inode_space() value size calculation by Tahsin Erdogan · 8 years ago
  39. 0bd454c ext4: ext4_xattr_value_same() should return false for external data by Tahsin Erdogan · 8 years ago
  40. 990461d ext4: add missing le32_to_cpu(e_value_inum) conversions by Tahsin Erdogan · 8 years ago
  41. 90966693 ext4: clean up ext4_xattr_inode_get() by Tahsin Erdogan · 8 years ago
  42. bab79b0 ext4: change ext4_xattr_inode_iget() signature by Tahsin Erdogan · 8 years ago
  43. 1e7d359 ext4: fix ref counting for ea_inode by Tahsin Erdogan · 8 years ago
  44. 9e1ba00 ext4: ea_inode owner should be the same as the inode owner by Tahsin Erdogan · 8 years ago
  45. bd3b963 ext4: attach jinode after creation of xattr inode by Tahsin Erdogan · 8 years ago
  46. 1b917ed ext4: do not set posix acls on xattr inodes by Tahsin Erdogan · 8 years ago
  47. 0de5983 ext4: lock inode before calling ext4_orphan_add() by Tahsin Erdogan · 8 years ago
  48. 33d201e ext4: fix lockdep warning about recursive inode locking by Tahsin Erdogan · 8 years ago
  49. e50e512 ext4: xattr-in-inode support by Andreas Dilger · 8 years ago
  50. b8cb5a5 ext4: fix quota charging for shared xattr blocks by Tahsin Erdogan · 8 years ago
  51. 6ba644b ext4: remove ext4_xattr_check_entry() by Eric Biggers · 8 years ago
  52. 2c4f992 ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries() by Eric Biggers · 8 years ago
  53. ba7ea1d ext4: merge ext4_xattr_list() into ext4_listxattr() by Eric Biggers · 8 years ago
  54. d600618 ext4: constify static data that is never modified by Eric Biggers · 8 years ago
  55. dac7a4b ext4: lock the xattr block before checksuming it by Theodore Ts'o · 8 years ago
  56. 0db1ff2 ext4: add shutdown bit and check for it by Theodore Ts'o · 8 years ago
  57. c755e25 ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 8 years ago
  58. d7614cc ext4: correctly detect when an xattr value has an invalid size by Eric Biggers · 8 years ago
  59. 290ab23 ext4: don't read out of bounds when checking for in-inode xattrs by Eric Biggers · 8 years ago
  60. d5c8dab ext4: remove parameter from ext4_xattr_ibody_set() by Eric Whitney · 8 years ago
  61. eeca7ea ext4: use current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  62. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  63. 1996250 ext4: correct endianness conversion in __xattr_check_inode() by Eric Biggers · 8 years ago
  64. dfa2064 ext4: factor out loop for freeing inode xattr space by Jan Kara · 8 years ago
  65. 6e0cd08 ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() by Jan Kara · 8 years ago
  66. 3f2571c ext4: factor out xattr moving by Jan Kara · 8 years ago
  67. 9440571 ext4: replace bogus assertion in ext4_xattr_shift_entries() by Jan Kara · 8 years ago
  68. 1cba423 ext4: remove checks for e_value_block by Jan Kara · 8 years ago
  69. 2de58f1 ext4: Check that external xattr value block is zero by Jan Kara · 8 years ago
  70. e3014d1 ext4: fixup free space calculations when expanding inodes by Jan Kara · 8 years ago
  71. 2e81a4e ext4: avoid deadlock when expanding inode size by Jan Kara · 8 years ago
  72. 443a8c4 ext4: properly align shifted xattrs when expanding inodes by Jan Kara · 8 years ago
  73. 418c12d ext4: fix xattr shifting when expanding inodes part 2 by Jan Kara · 8 years ago
  74. d014119 ext4: fix xattr shifting when expanding inodes by Jan Kara · 8 years ago
  75. b47820e ext4: avoid modifying checksum fields directly during checksum verification by Daeho Jeong · 9 years ago
  76. 9e92f48 ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea() by Theodore Ts'o · 9 years ago
  77. 6048c64 mbcache: add reusable flag to cache entries by Andreas Gruenbacher · 9 years ago
  78. 3fd1646 ext4: shortcut setting of xattr to the same value by Jan Kara · 9 years ago
  79. 7a2508e mbcache2: rename to mbcache by Jan Kara · 9 years ago
  80. 82939d7 ext4: convert to mbcache2 by Jan Kara · 9 years ago
  81. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  82. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  83. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  84. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  85. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  86. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  87. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  88. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  89. 5f80f62 ext4: remove useless condition in if statement. by Wei Yuan · 10 years ago
  90. 72b8e0f ext4: remove unused header files by Sheng Yong · 10 years ago
  91. 9aa5d32b ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  92. a0626e75 ext4: check EA value offset when loading by Darrick J. Wong · 10 years ago
  93. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  94. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 11 years ago
  95. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 11 years ago
  96. 230b8c1a ext4: avoid unneeded lookup when xattr name is invalid by Zhang Zhen · 11 years ago
  97. ec4cb1a ext4: fix jbd2 warning under heavy xattr load by Jan Kara · 11 years ago
  98. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 11 years ago
  99. 7b1b2c1 ext4: don't calculate total xattr header size unless needed by Theodore Ts'o · 11 years ago
  100. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago