summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
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/h...Linus 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
2018-02-06orangefs: use correct string lengthXiongfeng Wang3-12/+12
2018-02-06orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2-21/+19
2018-02-06orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg1-6/+2
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg3-17/+2
2018-02-06orangefs: make orangefs_client_debug_init staticMartin Brandenburg2-2/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+10
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2-16/+2
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg1-1/+2
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg1-2/+2
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor1-5/+10
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27orangefs: fix a braino in ->poll()Al Viro1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-154/+72
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+0
2017-11-13orangefs: call op_release sooner when creating inodesMartin Brandenburg1-9/+15
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg9-141/+52
2017-11-13orangefs: use ARRAY_SIZEJérémy Lefaure2-2/+5
2017-11-13orangefs: remove initialization of i_versionJeff Layton1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-10-11orangefs: remove detritus from struct orangefs_kiocb_sAl Viro1-6/+0
2017-09-14orangefs: Adjust three checks for null pointersMarkus Elfring2-3/+3
2017-09-14orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring1-3/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring5-19/+6
2017-09-14orangefs: constify xattr_handler structureJulia Lawall1-1/+1
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncJeff Layton1-4/+1
2017-09-14orangefs: off by ones in xattr size checksDan Carpenter1-3/+3
2017-09-14orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall1-8/+21
2017-09-14orangefs: Don't clear SGID when inheriting ACLsJan Kara1-20/+28
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+14
2017-07-11orangefs: Implement show_optionsDavid Howells1-1/+14
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-432/+447
2017-05-04orangefs: count directory pieces correctlyMartin Brandenburg1-2/+5
2017-05-04orangefs: invalidate stored directory on seekMartin Brandenburg1-1/+23
2017-05-04orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg1-4/+14
2017-04-26orangefs: handle zero size write in debugfsDan Carpenter1-0/+3
2017-04-26orangefs: do not wait for timeout if umountingMartin Brandenburg1-1/+8
2017-04-26orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg1-0/+4
2017-04-26orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg2-36/+27
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-04-26orangefs: implement statxMartin Brandenburg5-28/+64
2017-04-26orangefs: remove ORANGEFS_READDIR macrosMartin Brandenburg2-11/+6