All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Assorted UBIFS fixes
@ 2021-01-22 21:22 ` Richard Weinberger
  0 siblings, 0 replies; 22+ messages in thread
From: Richard Weinberger @ 2021-01-22 21:22 UTC (permalink / raw)
  To: linux-mtd; +Cc: richard, david, linux-kernel

I'm currently hunting down a filesystem corruption, while reviewing
various parts of UBIFS I've found some other bugs.
This patches fix these bugs. In another series I'll add a feature to
be able to remove stale fscrypt contexts and wrong directory size counters.

Richard Weinberger (4):
  ubifs: Correctly set inode size in ubifs_link()
  ubifs: Don't add fscrypt context to xattrs
  ubifs: Update directory size when creating whiteouts
  ubifs: Harden ubifs_jnl_write_inode()

 fs/ubifs/dir.c     | 31 ++++++++++++++++++++-----------
 fs/ubifs/journal.c |  6 +++++-
 fs/ubifs/ubifs.h   |  2 +-
 fs/ubifs/xattr.c   |  2 +-
 4 files changed, 27 insertions(+), 14 deletions(-)

-- 
2.26.2


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2021-01-26 19:47 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-22 21:22 [PATCH 0/4] Assorted UBIFS fixes Richard Weinberger
2021-01-22 21:22 ` Richard Weinberger
2021-01-22 21:22 ` [PATCH 1/4] ubifs: Correctly set inode size in ubifs_link() Richard Weinberger
2021-01-22 21:22   ` Richard Weinberger
2021-01-23  2:35   ` Zhihao Cheng
2021-01-23  2:35     ` Zhihao Cheng
2021-01-22 21:22 ` [PATCH 2/4] ubifs: Don't add fscrypt context to xattrs Richard Weinberger
2021-01-22 21:22   ` Richard Weinberger
2021-01-22 21:22 ` [PATCH 3/4] ubifs: Update directory size when creating whiteouts Richard Weinberger
2021-01-22 21:22   ` Richard Weinberger
2021-01-23  2:45   ` Zhihao Cheng
2021-01-23  2:45     ` Zhihao Cheng
2021-01-23 10:05     ` Richard Weinberger
2021-01-23 10:05       ` Richard Weinberger
2021-01-25  1:05     ` Zhihao Cheng
2021-01-25  1:05       ` Zhihao Cheng
2021-01-25  7:55       ` Richard Weinberger
2021-01-25  7:55         ` Richard Weinberger
2021-01-25  9:31         ` Zhihao Cheng
2021-01-25  9:31           ` Zhihao Cheng
2021-01-22 21:22 ` [PATCH 4/4] ubifs: Harden ubifs_jnl_write_inode() Richard Weinberger
2021-01-22 21:22   ` Richard Weinberger

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.