linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
@ 2019-12-05 10:39 Ritesh Harjani
  2019-12-05 10:39 ` [PATCH 1/1] fs: " Ritesh Harjani
  2019-12-17  8:12 ` [PATCH 0/1] " Ritesh Harjani
  0 siblings, 2 replies; 6+ messages in thread
From: Ritesh Harjani @ 2019-12-05 10:39 UTC (permalink / raw)
  To: willy, linux-fsdevel, jlayton, viro
  Cc: ceph-devel, linux-btrfs, linux-nfs, devel, linux-unionfs, Ritesh Harjani

Matthew Wilcox in [1] suggested that it will be a good idea
to define some missing API instead of directly using i_rwsem in
filesystems drivers for lock/unlock/downgrade purposes.

This patch does that work. No functionality change in this patch.

After this there are only lockdep class of APIs at certain places
in filesystems which are directly using i_rwsem and second is XFS,
but it seems to be anyway defining it's own xfs_ilock/iunlock set
of APIs and 'iolock' naming convention for this lock.

[1]: https://www.spinics.net/lists/linux-ext4/msg68689.html

Ritesh Harjani (1):
  fs: Use inode_lock/unlock class of provided APIs in filesystems

 fs/btrfs/delayed-inode.c |  2 +-
 fs/btrfs/ioctl.c         |  4 ++--
 fs/ceph/io.c             | 24 ++++++++++++------------
 fs/nfs/io.c              | 24 ++++++++++++------------
 fs/orangefs/file.c       |  4 ++--
 fs/overlayfs/readdir.c   |  2 +-
 fs/readdir.c             |  4 ++--
 include/linux/fs.h       | 21 +++++++++++++++++++++
 8 files changed, 53 insertions(+), 32 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-12-17  8:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05 10:39 [PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems Ritesh Harjani
2019-12-05 10:39 ` [PATCH 1/1] fs: " Ritesh Harjani
2019-12-05 13:38   ` Matthew Wilcox
2019-12-05 13:42   ` David Sterba
2019-12-05 16:08   ` Jeff Layton
2019-12-17  8:12 ` [PATCH 0/1] " Ritesh Harjani

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