This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dce45af5c2e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new fc2e2e9c43e3 orangefs: implement xattr cache new 66d5477d7002 orangefs: do not invalidate attributes on inode create new 8b60785c1d7c orangefs: simplify orangefs_inode_getattr interface new 5e7f1d433804 orangefs: update attributes rather than relying on server new 5e4f606e26d6 orangefs: hold i_lock during inode_getattr new f2d34c738cbf orangefs: set up and use backing_dev_info new df2d7337b570 orangefs: let setattr write to cached inode new afd9fb2a3179 orangefs: reorganize setattr functions to track attribute changes new a68d9c606a67 orangefs: remove orangefs_readpages new 0dcac0f7812b orangefs: service ops done for writeback are not killable new c453dcfc7981 orangefs: migrate to generic_file_read_iter new 85ac799cf926 orangefs: implement writepage new 43f34576042e orangefs: do not return successful read when the client-co [...] new 3e9dfc6e1e8b orangefs: move do_readv_writev to direct_IO new 8a88bbce6f83 orangefs: skip inode writeout if nothing to write new 90fc07065a35 orangefs: avoid fsync service operation on flush new 52e2d0a3804c orangefs: write range tracking new c472ebc25555 orangefs: implement writepages new 8f04e1be7848 orangefs: add orangefs_revalidate_mapping new c2549f8c7a28 orangefs: remember count when reading. new 4077a0f25b00 orangefs: pass slot index back to readpage. new dd59a6475c4c orangefs: copy Orangefs-sized blocks into the pagecache if [...] new 33713cd09ccd orangefs: truncate before updating size new 882388056194 Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub [...]
The 24 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/orangefs/acl.c | 4 +- fs/orangefs/file.c | 389 ++++++++---------- fs/orangefs/inode.c | 914 ++++++++++++++++++++++++++++++++++++----- fs/orangefs/namei.c | 40 +- fs/orangefs/orangefs-bufmap.c | 13 + fs/orangefs/orangefs-bufmap.h | 2 + fs/orangefs/orangefs-debugfs.c | 4 +- fs/orangefs/orangefs-kernel.h | 56 ++- fs/orangefs/orangefs-mod.c | 1 + fs/orangefs/orangefs-sysfs.c | 22 + fs/orangefs/orangefs-utils.c | 179 ++++---- fs/orangefs/super.c | 42 +- fs/orangefs/waitqueue.c | 18 +- fs/orangefs/xattr.c | 106 ++++- 14 files changed, 1300 insertions(+), 490 deletions(-)