aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-76/+91
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Gravatar Mike Marshall 1-4/+10
2018-06-01orangefs: make debug_help_fops staticGravatar Mike Marshall 1-1/+1
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initGravatar Mike Marshall 1-14/+0
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapGravatar Mike Marshall 2-2/+2
2018-06-01orangefs: formatting cleanupsGravatar Mike Marshall 6-39/+55
2018-06-01orangefs: set i_size on new symlinkGravatar Martin Brandenburg 1-0/+7
2018-06-01orangefs: report attributes_mask and attributes for statxGravatar Martin Brandenburg 1-0/+7
2018-06-01orangefs: make struct orangefs_file_vm_ops staticGravatar Colin Ian King 1-1/+1
2018-06-01orangefs: revamp block sizesGravatar Martin Brandenburg 4-15/+8
2018-05-22orangefs_lookup: simplifyGravatar Al Viro 1-56/+8
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-6/+3
2018-04-15orangefs_kill_sb(): deal with allocation failuresGravatar Al Viro 1-0/+5
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-241/+78
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2018-04-03orangefs: remove unused codeGravatar Martin Brandenburg 3-128/+0
2018-04-03orangefs: make several *_operations structs staticGravatar Martin Brandenburg 3-31/+28
2018-04-03orangefs: implement vm_ops->faultGravatar Martin Brandenburg 1-2/+28
2018-04-02orangefs: open code short single-use functionsGravatar Martin Brandenburg 1-76/+19
2018-04-02orangefs: replace vmalloc and memset with vzallocGravatar Colin Ian King 1-2/+1
2018-04-02orangefs: bug fix for a race condition when getting a slotGravatar David Reynolds 1-2/+2
2018-03-27treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2018-02-22get rid of pointless includes of fs_struct.hGravatar Al Viro 1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Gravatar Linus Torvalds 8-92/+74
2018-02-06orangefs: reverse sense of is-inode-stale test in d_revalidateGravatar Martin Brandenburg 1-10/+7
2018-02-06orangefs: simplify orangefs_inode_is_staleGravatar Martin Brandenburg 1-24/+30
2018-02-06Orangefs: don't propogate whacky error codesGravatar Mike Marshall 1-0/+1
2018-02-06orangefs: use correct string lengthGravatar Xiongfeng Wang 3-12/+12
2018-02-06orangefs: make orangefs_make_bad_inode staticGravatar Martin Brandenburg 2-21/+19
2018-02-06orangefs: remove ORANGEFS_KERNEL_DEBUGGravatar Martin Brandenburg 1-6/+2
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrGravatar Martin Brandenburg 3-17/+2
2018-02-06orangefs: make orangefs_client_debug_init staticGravatar Martin Brandenburg 2-2/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+10
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterGravatar Martin Brandenburg 2-16/+2
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readGravatar Martin Brandenburg 1-1/+2
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsGravatar Martin Brandenburg 1-2/+2
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheGravatar David Windsor 1-5/+10
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-27orangefs: fix a braino in ->poll()Gravatar Al Viro 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-154/+72
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+0
2017-11-13orangefs: call op_release sooner when creating inodesGravatar Martin Brandenburg 1-9/+15
2017-11-13orangefs: stop setting atime on inode dirtyGravatar Martin Brandenburg 9-141/+52
2017-11-13orangefs: use ARRAY_SIZEGravatar Jérémy Lefaure 2-2/+5
2017-11-13orangefs: remove initialization of i_versionGravatar Jeff Layton 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 25-0/+25
2017-10-11orangefs: remove detritus from struct orangefs_kiocb_sGravatar Al Viro 1-6/+0