linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] orangefs: fixes and cleanups
@ 2018-06-07 14:52 Mike Marshall
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Marshall @ 2018-06-07 14:52 UTC (permalink / raw)
  To: Linus Torvalds, linux-fsdevel, Martin Brandenburg, Mike Marshall

The following changes since commit b04e217704b7f879c6b91222b066983a44a7a09f:

  Linux 4.17-rc7 (2018-05-27 13:01:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
tags/for-linus-4.18-ofs

for you to fetch changes up to b1116bc03c00255b7e5feaed561e8bb2fc38c0f8:

  orangefs: use sparse annotations for holding locks across function
calls. (2018-06-01 14:51:49 -0400)

----------------------------------------------------------------
orangefs: fixes and cleanups

 + fix some sparse warnings
 + cleanup some code formatting
 + fix up some attribute/meta-data related code

----------------------------------------------------------------
Colin Ian King (1):
      orangefs: make struct orangefs_file_vm_ops static

Martin Brandenburg (3):
      orangefs: revamp block sizes
      orangefs: report attributes_mask and attributes for statx
      orangefs: set i_size on new symlink

Mike Marshall (5):
      orangefs: formatting cleanups
      orangefs: specify user pointers when using dev_map_desc and bufmap
      orangefs: remove unused function orangefs_get_bufmap_init
      orangefs: make debug_help_fops static
      orangefs: use sparse annotations for holding locks across function calls.

 fs/orangefs/devorangefs-req.c  | 17 +++++++------
 fs/orangefs/file.c             |  4 +--
 fs/orangefs/inode.c            | 57 ++++++++++++++++++++++++++----------------
 fs/orangefs/namei.c            |  7 ++++++
 fs/orangefs/orangefs-bufmap.c  | 20 +++------------
 fs/orangefs/orangefs-debugfs.c |  2 +-
 fs/orangefs/orangefs-kernel.h  |  1 -
 fs/orangefs/orangefs-utils.c   | 30 +++++++++++-----------
 fs/orangefs/protocol.h         |  2 +-
 fs/orangefs/super.c            | 13 +++++-----
 fs/orangefs/waitqueue.c        | 14 ++++++++---
 11 files changed, 91 insertions(+), 76 deletions(-)

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

* [GIT PULL] orangefs: fixes and cleanups
@ 2018-04-08 17:26 Mike Marshall
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Marshall @ 2018-04-08 17:26 UTC (permalink / raw)
  To: Linus Torvalds, linux-fsdevel, Martin Brandenburg, Mike Marshall

The following changes since commit 0adb32858b0bddf4ada5f364a84ed60b196dbcda:

  Linux 4.16 (2018-04-01 14:20:27 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/hubcap/linux
tags/for-linus-4.17-ofs

for you to fetch changes up to 8e9ba5c48ea690060a814fbac6a8c046ab935d79:

  Orangefs: documentation updates (2018-04-04 14:05:48 -0400)

----------------------------------------------------------------
orangefs: fixes and cleanups

 + Documentation cleanups
 + removal of unused code
 + cause some structs to be static
 + implement Orangefs vm_operations fault callout
 + eliminate two single-use functions and put their cleaned up code in line.
 + replace a vmalloc/memset instance with vzalloc
 + fix a race condition bug in wait code.

----------------------------------------------------------------
Colin Ian King (1):
      orangefs: replace vmalloc and memset with vzalloc

David Reynolds (1):
      orangefs: bug fix for a race condition when getting a slot

Martin Brandenburg (5):
      orangefs: open code short single-use functions
      orangefs: implement vm_ops->fault
      orangefs: make several *_operations structs static
      orangefs: remove unused code
      orangefs: document package install and xfstests procedure

Mike Marshall (1):
      Orangefs: documentation updates

 Documentation/filesystems/orangefs.txt | 137 +++++++++++++++++++++++++++------
 fs/orangefs/devorangefs-req.c          |  55 +++++++------
 fs/orangefs/file.c                     | 125 +++++++++++-------------------
 fs/orangefs/inode.c                    |   4 +-
 fs/orangefs/orangefs-bufmap.c          |   4 +-
 fs/orangefs/orangefs-debug.h           |   6 --
 fs/orangefs/orangefs-kernel.h          |  80 -------------------
 fs/orangefs/protocol.h                 |  45 -----------
 8 files changed, 190 insertions(+), 266 deletions(-)

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

end of thread, other threads:[~2018-06-07 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07 14:52 [GIT PULL] orangefs: fixes and cleanups Mike Marshall
  -- strict thread matches above, loose matches on Subject: below --
2018-04-08 17:26 Mike Marshall

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