All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] xfs: fix potential create file failed
@ 2024-04-19  6:18 Ye Bin
  2024-04-19  6:18 ` [PATCH RFC 1/2] " Ye Bin
  2024-04-19  6:18 ` [PATCH RFC 2/2] xfs: avoid potenial alloc inode failed Ye Bin
  0 siblings, 2 replies; 4+ messages in thread
From: Ye Bin @ 2024-04-19  6:18 UTC (permalink / raw)
  To: djwong, linux-xfs, chandan.babu, dchinner; +Cc: linux-kernel, yebin10

This patch set fixes two potential issues that could cause failure to
create files.

Ye Bin (2):
  xfs: fix potential create file failed
  xfs: avoid potenial alloc inode failed

 fs/xfs/libxfs/xfs_alloc.c  | 32 ++++++++++----------------------
 fs/xfs/libxfs/xfs_ialloc.c | 13 ++-----------
 2 files changed, 12 insertions(+), 33 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-21 23:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19  6:18 [PATCH RFC 0/2] xfs: fix potential create file failed Ye Bin
2024-04-19  6:18 ` [PATCH RFC 1/2] " Ye Bin
2024-04-21 23:24   ` Dave Chinner
2024-04-19  6:18 ` [PATCH RFC 2/2] xfs: avoid potenial alloc inode failed Ye Bin

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.