aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+2
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall1-4/+0
2019-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig1-5/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+1
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall1-1/+1
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall1-3/+3
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall1-1/+5
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall1-1/+1
2018-10-10orangefs: rate limit the client not running info messageColin Ian King1-1/+1
2018-10-10orangefs: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-08-14orangefs: remove redundant pointer orangefs_inodeColin Ian King1-3/+0
2018-08-14orangefs: Adding new return type vm_fault_tSouptick Joarder1-9/+10
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds1-1/+1
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-42/+12
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab1-1/+1
2018-06-15orangefs: simplify compat ioctl handlingAl Viro1-42/+12
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-2/+2
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann2-2/+2
2018-06-07Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds11-76/+91
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani2-2/+2
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Mike Marshall1-4/+10
2018-06-01orangefs: make debug_help_fops staticMike Marshall1-1/+1
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initMike Marshall1-14/+0
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapMike Marshall2-2/+2
2018-06-01orangefs: formatting cleanupsMike Marshall6-39/+55
2018-06-01orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-01orangefs: make struct orangefs_file_vm_ops staticColin Ian King1-1/+1
2018-06-01orangefs: revamp block sizesMartin Brandenburg4-15/+8
2018-05-22orangefs_lookup: simplifyAl Viro1-56/+8
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-6/+3
2018-04-15orangefs_kill_sb(): deal with allocation failuresAl Viro1-0/+5
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds7-241/+78
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-04-03orangefs: remove unused codeMartin Brandenburg3-128/+0
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg3-31/+28
2018-04-03orangefs: implement vm_ops->faultMartin Brandenburg1-2/+28
2018-04-02orangefs: open code short single-use functionsMartin Brandenburg1-76/+19
2018-04-02orangefs: replace vmalloc and memset with vzallocColin Ian King1-2/+1
2018-04-02orangefs: bug fix for a race condition when getting a slotDavid Reynolds1-2/+2
2018-03-27treewide: Fix typos in printkMasanari Iida1-1/+1
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds8-92/+74
2018-02-06orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg1-10/+7
2018-02-06orangefs: simplify orangefs_inode_is_staleMartin Brandenburg1-24/+30
2018-02-06Orangefs: don't propogate whacky error codesMike Marshall1-0/+1