summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Mike Marshall
2018-06-01orangefs: make debug_help_fops staticMike Marshall
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initMike Marshall
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapMike Marshall
2018-06-01orangefs: formatting cleanupsMike Marshall
2018-06-01orangefs: set i_size on new symlinkMartin Brandenburg
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg
2018-06-01orangefs: make struct orangefs_file_vm_ops staticColin Ian King
2018-06-01orangefs: revamp block sizesMartin Brandenburg
2018-05-22orangefs_lookup: simplifyAl Viro
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-15orangefs_kill_sb(): deal with allocation failuresAl Viro
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-03orangefs: remove unused codeMartin Brandenburg
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg
2018-04-03orangefs: implement vm_ops->faultMartin Brandenburg
2018-04-02orangefs: open code short single-use functionsMartin Brandenburg
2018-04-02orangefs: replace vmalloc and memset with vzallocColin Ian King
2018-04-02orangefs: bug fix for a race condition when getting a slotDavid Reynolds
2018-03-27treewide: Fix typos in printkMasanari Iida
2018-02-22get rid of pointless includes of fs_struct.hAl Viro
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds
2018-02-06orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg
2018-02-06orangefs: simplify orangefs_inode_is_staleMartin Brandenburg
2018-02-06Orangefs: don't propogate whacky error codesMike Marshall
2018-02-06orangefs: use correct string lengthXiongfeng Wang
2018-02-06orangefs: make orangefs_make_bad_inode staticMartin Brandenburg
2018-02-06orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg
2018-02-06orangefs: make orangefs_client_debug_init staticMartin Brandenburg
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27orangefs: fix a braino in ->poll()Al Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-13orangefs: call op_release sooner when creating inodesMartin Brandenburg
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg
2017-11-13orangefs: use ARRAY_SIZEJérémy Lefaure
2017-11-13orangefs: remove initialization of i_versionJeff Layton
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11orangefs: remove detritus from struct orangefs_kiocb_sAl Viro