All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/7] xfs: random fixes for 5.17
@ 2021-12-16  1:09 Darrick J. Wong
  2021-12-16  1:09 ` [PATCH 1/7] xfs: take the ILOCK when accessing the inode core Darrick J. Wong
                   ` (6 more replies)
  0 siblings, 7 replies; 32+ messages in thread
From: Darrick J. Wong @ 2021-12-16  1:09 UTC (permalink / raw)
  To: djwong; +Cc: Chandan Babu R, Ian Kent, linux-xfs

Hi all,

Well, we've reached the end of the year and the only thing that's ready
to go is this pile of bug fixes that I found while I've been quietly
QAing the online fsck code.  There's no particular order to any of
these.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes-5.17
---
 fs/xfs/scrub/dir.c        |   15 +++++++++++----
 fs/xfs/scrub/quota.c      |    4 ++--
 fs/xfs/scrub/repair.c     |    3 +++
 fs/xfs/scrub/scrub.c      |    4 ----
 fs/xfs/scrub/scrub.h      |    1 -
 fs/xfs/xfs_buf_item.c     |    2 +-
 fs/xfs/xfs_dir2_readdir.c |   28 +++++++++++++++++-----------
 fs/xfs/xfs_iops.c         |   34 +---------------------------------
 fs/xfs/xfs_log.h          |    1 +
 fs/xfs/xfs_log_cil.c      |   25 ++++++++++++++++++++++---
 fs/xfs/xfs_log_recover.c  |   24 +++++++++++++++++++++++-
 fs/xfs/xfs_mount.c        |   10 ----------
 fs/xfs/xfs_qm_syscalls.c  |   11 +----------
 fs/xfs/xfs_reflink.c      |    5 ++++-
 fs/xfs/xfs_super.c        |    9 ---------
 fs/xfs/xfs_symlink.c      |   19 ++++++++++++++-----
 fs/xfs/xfs_trans.c        |   11 ++++++++++-
 17 files changed, 110 insertions(+), 96 deletions(-)


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

end of thread, other threads:[~2022-01-05  1:38 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16  1:09 [PATCHSET 0/7] xfs: random fixes for 5.17 Darrick J. Wong
2021-12-16  1:09 ` [PATCH 1/7] xfs: take the ILOCK when accessing the inode core Darrick J. Wong
2021-12-16  4:56   ` Dave Chinner
2021-12-17 18:59     ` Darrick J. Wong
2021-12-21  1:08       ` Darrick J. Wong
2021-12-21  5:10         ` Dave Chinner
2022-01-04  1:19           ` Darrick J. Wong
2022-01-05  0:09     ` Dave Chinner
2022-01-05  1:38       ` Darrick J. Wong
2021-12-16  1:09 ` [PATCH 2/7] xfs: shut down filesystem if we xfs_trans_cancel with deferred work items Darrick J. Wong
2021-12-16  4:57   ` Dave Chinner
2021-12-24  7:16   ` Christoph Hellwig
2021-12-16  1:09 ` [PATCH 3/7] xfs: fix a bug in the online fsck directory leaf1 bestcount check Darrick J. Wong
2021-12-16  5:05   ` Dave Chinner
2021-12-16 19:25     ` Darrick J. Wong
2021-12-16 21:17       ` Dave Chinner
2021-12-16 21:40         ` Darrick J. Wong
2021-12-16 22:04   ` Dave Chinner
2021-12-24  7:17   ` Christoph Hellwig
2021-12-16  1:09 ` [PATCH 4/7] xfs: prevent UAF in xfs_log_item_in_current_chkpt Darrick J. Wong
2021-12-16  4:36   ` Dave Chinner
2021-12-16 16:35     ` Darrick J. Wong
2021-12-16  1:09 ` [PATCH 5/7] xfs: fix quotaoff mutex usage now that we don't support disabling it Darrick J. Wong
2021-12-16  5:07   ` Dave Chinner
2021-12-24  7:17   ` Christoph Hellwig
2021-12-16  1:09 ` [PATCH 6/7] xfs: don't expose internal symlink metadata buffers to the vfs Darrick J. Wong
2021-12-16  5:11   ` Dave Chinner
2021-12-17  2:58     ` Ian Kent
2021-12-24  7:22   ` Christoph Hellwig
2021-12-16  1:09 ` [PATCH 7/7] xfs: only run COW extent recovery when there are no live extents Darrick J. Wong
2021-12-16  4:41   ` Dave Chinner
2021-12-24  7:18   ` Christoph Hellwig

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.