linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Change quotactl_path() to an fd-based syscall
@ 2021-06-02 15:15 Jan Kara
  2021-06-02 15:15 ` [PATCH 1/2] quota: Change quotactl_path() systcall to an fd-based one Jan Kara
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jan Kara @ 2021-06-02 15:15 UTC (permalink / raw)
  To: linux-fsdevel
  Cc: Christoph Hellwig, brauner, linux-api, Sascha Hauer, Jan Kara

Hello,

this patch series changes Sasha's quotactl_path() syscall to an fd-based one
quotactl_fd() syscall and enables the syscall again. The fd-based syscall was
chosen over the path based one because there's no real need for the path -
identifying filesystem to operate on by fd is perfectly fine for quotactl and
thus we can avoid the need to specify all the details of path lookup in the
quotactl_path() API (and possibly keep that uptodate with all the developments
in that field).

Patches passed some basic functional testing. Please review.

								Honza

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

end of thread, other threads:[~2021-06-07  6:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02 15:15 [PATCH 0/2] Change quotactl_path() to an fd-based syscall Jan Kara
2021-06-02 15:15 ` [PATCH 1/2] quota: Change quotactl_path() systcall to an fd-based one Jan Kara
2021-06-03  9:41   ` Sascha Hauer
2021-06-03 10:11     ` Jan Kara
2021-06-03 12:25   ` Christian Brauner
2021-06-03 15:02     ` Jan Kara
2021-06-03 14:27   ` kernel test robot
2021-06-02 15:15 ` [PATCH 2/2] quota: Wire up quotactl_fd syscall Jan Kara
2021-06-02 15:19 ` [PATCH 0/2] Change quotactl_path() to an fd-based syscall Jan Kara
2021-06-03 12:03   ` Christian Brauner
2021-06-07  6:14 ` Christoph Hellwig

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