linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Two cleanups to pipe
@ 2023-09-28 16:17 Kemeng Shi
  2023-09-28 16:17 ` [PATCH 1/2] pipe: remove pipe_full check with wrong head in pipe_write Kemeng Shi
  2023-09-28 16:17 ` [PATCH 2/2] pipe: avoid repeat check of pipe->readers with pipe lock held Kemeng Shi
  0 siblings, 2 replies; 4+ messages in thread
From: Kemeng Shi @ 2023-09-28 16:17 UTC (permalink / raw)
  To: viro, brauner, dhowells; +Cc: linux-fsdevel, linux-kernel

This series tries to remove some unnecessary check in pipe. More details
can be found in respective patches. Thanks!

Kemeng Shi (2):
  pipe: remove pipe_full check with wrong head in pipe_write
  pipe: avoid repeat check of pipe->readers under pipe_lock

 fs/pipe.c | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] Two cleanups to pipe
@ 2023-10-08  9:47 Kemeng Shi
  2023-10-08  9:48 ` [PATCH 2/2] pipe: avoid repeat check of pipe->readers with pipe lock held Kemeng Shi
  0 siblings, 1 reply; 4+ messages in thread
From: Kemeng Shi @ 2023-10-08  9:47 UTC (permalink / raw)
  To: viro, brauner, dhowells; +Cc: linux-fsdevel, linux-kernel

This series tries to remove some unnecessary check in pipe. More details
can be found in respective patches. Thanks!

Kemeng Shi (2):
  pipe: remove pipe_full check with wrong head in pipe_write
  pipe: avoid repeat check of pipe->readers under pipe_lock

 fs/pipe.c | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2023-10-08  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28 16:17 [PATCH 0/2] Two cleanups to pipe Kemeng Shi
2023-09-28 16:17 ` [PATCH 1/2] pipe: remove pipe_full check with wrong head in pipe_write Kemeng Shi
2023-09-28 16:17 ` [PATCH 2/2] pipe: avoid repeat check of pipe->readers with pipe lock held Kemeng Shi
  -- strict thread matches above, loose matches on Subject: below --
2023-10-08  9:47 [PATCH 0/2] Two cleanups to pipe Kemeng Shi
2023-10-08  9:48 ` [PATCH 2/2] pipe: avoid repeat check of pipe->readers with pipe lock held Kemeng Shi

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).