linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* avoid running out of space during finobt insertation
@ 2017-01-24 20:16 Christoph Hellwig
  2017-01-24 20:16 ` [PATCH 1/2] xfs: only update mount/resv fields on success in __xfs_ag_resv_init Christoph Hellwig
  2017-01-24 20:16 ` [PATCH 2/2] xfs: use per-AG reservations for the finobt Christoph Hellwig
  0 siblings, 2 replies; 12+ messages in thread
From: Christoph Hellwig @ 2017-01-24 20:16 UTC (permalink / raw)
  To: darrick.wong; +Cc: bfoster, linux-xfs

Now growing into a series..

Changes since V2:
  - improve error handling in __xfs_ag_resv_init
  - improve mount time warning

Changes since V1:
  - reduce the size of the reservation
  - warn and fall back to the old somewhat buggy code if we can't
    get the reservation at mount time
  - read the AGF before asserting based on values in it

^ permalink raw reply	[flat|nested] 12+ messages in thread
* avoid running out of space during finobt insertation
@ 2017-01-25  9:14 Christoph Hellwig
  2017-01-25  9:14 ` [PATCH 2/2] xfs: use per-AG reservations for the finobt Christoph Hellwig
  0 siblings, 1 reply; 12+ messages in thread
From: Christoph Hellwig @ 2017-01-25  9:14 UTC (permalink / raw)
  To: darrick.wong; +Cc: bfoster, linux-xfs

Another repost, now down to mostly cosmetic changes.  Hopefully
we can still make it for 4.10..

Changes since V3:
  - set m_inotbt_nores more aggresively
  - fix a comment typo
  - undo whitespace churn

Changes since V2:
  - improve error handling in __xfs_ag_resv_init
  - improve mount time warning

Changes since V1:
  - reduce the size of the reservation
  - warn and fall back to the old somewhat buggy code if we can't
    get the reservation at mount time
  - read the AGF before asserting based on values in it

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

end of thread, other threads:[~2017-01-27 17:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24 20:16 avoid running out of space during finobt insertation Christoph Hellwig
2017-01-24 20:16 ` [PATCH 1/2] xfs: only update mount/resv fields on success in __xfs_ag_resv_init Christoph Hellwig
2017-01-24 20:33   ` Darrick J. Wong
2017-01-24 20:16 ` [PATCH 2/2] xfs: use per-AG reservations for the finobt Christoph Hellwig
2017-01-24 20:42   ` Darrick J. Wong
2017-01-25  9:13     ` Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2017-01-25  9:14 avoid running out of space during finobt insertation Christoph Hellwig
2017-01-25  9:14 ` [PATCH 2/2] xfs: use per-AG reservations for the finobt Christoph Hellwig
2017-01-25 15:58   ` Darrick J. Wong
2017-01-27  5:08   ` Eric Sandeen
2017-01-27 14:59     ` Christoph Hellwig
2017-01-27 15:43       ` Eric Sandeen
2017-01-27 17:26         ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).