All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fs/ext4/xattr: Fix issues seen while deleting xattr inode(s)
@ 2025-01-28  8:27 Bhupesh
  2025-01-28  8:27 ` [PATCH v2 1/2] fs/ext4/xattr: Ignore xattrs past end Bhupesh
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bhupesh @ 2025-01-28  8:27 UTC (permalink / raw)
  To: linux-ext4
  Cc: bhupesh, tytso, kernel-dev, linux-kernel, revest, adilger.kernel,
	cascardo

Changes since v1:
----------------
- v1 can be seen here: https://lore.kernel.org/lkml/1dddb237-1460-8122-7caf-f0acd7c91b5c@igalia.com/T/
- As suggested by Cascardo while reviewing v1, there are two
  patches in v2:
  [PATCH 1/2] Ignores xattr entries past the end entry.
  [PATCH 2/2] Hold 'EXT4_I(inode)->xattr_sem' semaphore while deleting the inode.

Bhupesh (2):
  fs/ext4/xattr: Ignore xattrs past end
  fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode'

 fs/ext4/xattr.c | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-18 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-28  8:27 [PATCH v2 0/2] fs/ext4/xattr: Fix issues seen while deleting xattr inode(s) Bhupesh
2025-01-28  8:27 ` [PATCH v2 1/2] fs/ext4/xattr: Ignore xattrs past end Bhupesh
2025-01-28  8:27 ` [PATCH v2 2/2] fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode' Bhupesh
2025-03-17 15:17   ` Theodore Ts'o
2025-03-18 11:06     ` Bhupesh Sharma
2025-03-18  3:41 ` [PATCH v2 0/2] fs/ext4/xattr: Fix issues seen while deleting xattr inode(s) Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.