All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] xfs: Remove wrappers for some semaphores
@ 2020-02-03 17:58 Pavel Reichl
  2020-02-03 17:58 ` [PATCH v2 1/7] xfs: Add xfs_is_{i,io,mmap}locked functions Pavel Reichl
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Pavel Reichl @ 2020-02-03 17:58 UTC (permalink / raw)
  To: linux-xfs; +Cc: Pavel Reichl

Remove some wrappers that we have in XFS around the read-write semaphore
locks.

The goal of cleanup is to remove mrlock_t structure and its mr*()
wrapper functions and replace it with native rw_semaphore type and its
native calls.

Pavel Reichl (7):
  xfs: Add xfs_is_{i,io,mmap}locked functions
  xfs: Update checking excl. locks for ilock
  xfs: Update checking read or write locks for ilock
  xfs: Update checking for iolock
  xfs: Update checking for mmaplock
  xfs: update excl. lock check for IOLOCK and ILOCK
  xfs: Replace mrlock_t by rw_semaphore

 fs/xfs/libxfs/xfs_attr.c        |   2 +-
 fs/xfs/libxfs/xfs_attr_remote.c |   2 +-
 fs/xfs/libxfs/xfs_bmap.c        |  22 +++---
 fs/xfs/libxfs/xfs_inode_fork.c  |   2 +-
 fs/xfs/libxfs/xfs_rtbitmap.c    |   2 +-
 fs/xfs/libxfs/xfs_trans_inode.c |   6 +-
 fs/xfs/mrlock.h                 |  78 ----------------------
 fs/xfs/xfs_attr_list.c          |   2 +-
 fs/xfs/xfs_bmap_util.c          |   8 +--
 fs/xfs/xfs_dquot.c              |   4 +-
 fs/xfs/xfs_file.c               |   5 +-
 fs/xfs/xfs_inode.c              | 114 ++++++++++++++++++++------------
 fs/xfs/xfs_inode.h              |  10 ++-
 fs/xfs/xfs_inode_item.c         |   4 +-
 fs/xfs/xfs_iops.c               |  12 ++--
 fs/xfs/xfs_linux.h              |   1 -
 fs/xfs/xfs_qm.c                 |  12 ++--
 fs/xfs/xfs_reflink.c            |   2 +-
 fs/xfs/xfs_rtalloc.c            |   4 +-
 fs/xfs/xfs_super.c              |   6 +-
 fs/xfs/xfs_symlink.c            |   2 +-
 fs/xfs/xfs_trans_dquot.c        |   2 +-
 22 files changed, 127 insertions(+), 175 deletions(-)
 delete mode 100644 fs/xfs/mrlock.h

-- 
2.24.1


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

end of thread, other threads:[~2020-02-04 22:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 17:58 [PATCH v2 0/7] xfs: Remove wrappers for some semaphores Pavel Reichl
2020-02-03 17:58 ` [PATCH v2 1/7] xfs: Add xfs_is_{i,io,mmap}locked functions Pavel Reichl
2020-02-03 21:00   ` Chaitanya Kulkarni
2020-02-03 23:15   ` Dave Chinner
2020-02-03 23:45   ` Eric Sandeen
2020-02-04  6:19   ` Christoph Hellwig
2020-02-03 17:58 ` [PATCH v2 2/7] xfs: Update checking excl. locks for ilock Pavel Reichl
2020-02-03 23:16   ` Dave Chinner
2020-02-04  6:21   ` Christoph Hellwig
2020-02-04 16:08     ` Eric Sandeen
2020-02-04 21:06       ` Dave Chinner
2020-02-04 22:20         ` Eric Sandeen
2020-02-03 17:58 ` [PATCH v2 3/7] xfs: Update checking read or write " Pavel Reichl
2020-02-03 23:18   ` Dave Chinner
2020-02-03 17:58 ` [PATCH v2 4/7] xfs: Update checking for iolock Pavel Reichl
2020-02-03 23:24   ` Dave Chinner
2020-02-03 17:58 ` [PATCH v2 5/7] xfs: Update checking for mmaplock Pavel Reichl
2020-02-03 23:25   ` Dave Chinner
2020-02-03 17:58 ` [PATCH v2 6/7] xfs: update excl. lock check for IOLOCK and ILOCK Pavel Reichl
2020-02-03 23:35   ` Dave Chinner
2020-02-03 17:58 ` [PATCH v2 7/7] xfs: Replace mrlock_t by rw_semaphore Pavel Reichl

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.