All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] zonefs fixes
@ 2021-03-15  3:49 Damien Le Moal
  2021-03-15  3:49 ` [PATCH 1/2] zonefs: prevent use of seq files as swap file Damien Le Moal
  2021-03-15  3:49 ` [PATCH 2/2] zonefs: Fix O_APPEND async write handling Damien Le Moal
  0 siblings, 2 replies; 16+ messages in thread
From: Damien Le Moal @ 2021-03-15  3:49 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Johannes Thumshirn

A couple of fixes:
- prevent use of sequerntial zone files as swap files
- Fix write offset initialization of asynchronous append write operation
  (for sequential files open with O_APPEND or aio writes issued with
  RWF_APPEND)

Damien Le Moal (2):
  zonefs: prevent use of seq files as swap file
  zonefs: Fix O_APPEND async write handling

 fs/zonefs/super.c | 92 +++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 82 insertions(+), 10 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-03-16  1:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  3:49 [PATCH 0/2] zonefs fixes Damien Le Moal
2021-03-15  3:49 ` [PATCH 1/2] zonefs: prevent use of seq files as swap file Damien Le Moal
2021-03-15  6:46   ` Johannes Thumshirn
2021-03-15  7:23     ` Damien Le Moal
2021-03-15  3:49 ` [PATCH 2/2] zonefs: Fix O_APPEND async write handling Damien Le Moal
2021-03-15  7:14   ` Johannes Thumshirn
2021-03-15  7:15   ` kernel test robot
2021-03-15  7:15     ` kernel test robot
2021-03-15  7:21     ` Johannes Thumshirn
2021-03-15  7:21     ` Johannes Thumshirn
2021-03-15  7:22       ` Damien Le Moal
2021-03-15  7:22       ` Damien Le Moal
2021-03-15 17:08         ` Nathan Chancellor
2021-03-15 17:08           ` Nathan Chancellor
2021-03-16  1:11           ` Damien Le Moal
2021-03-16  1:11           ` Damien Le Moal

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.