summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-6/+3
* orangefs_kill_sb(): deal with allocation failuresAl Viro2018-04-151-0/+5
* Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-097-241/+78
|\
| * orangefs: remove unused codeMartin Brandenburg2018-04-033-128/+0
| * orangefs: make several *_operations structs staticMartin Brandenburg2018-04-033-31/+28
| * orangefs: implement vm_ops->faultMartin Brandenburg2018-04-031-2/+28
| * orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19
| * orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1
| * orangefs: bug fix for a race condition when getting a slotDavid Reynolds2018-04-021-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0
|\ \
| * | get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0
| |/
* | treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2018-02-088-92/+74
|\
| * orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg2018-02-061-10/+7
| * orangefs: simplify orangefs_inode_is_staleMartin Brandenburg2018-02-061-24/+30
| * Orangefs: don't propogate whacky error codesMike Marshall2018-02-061-0/+1
| * orangefs: use correct string lengthXiongfeng Wang2018-02-063-12/+12
| * orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2018-02-062-21/+19
| * orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg2018-02-061-6/+2
| * orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg2018-02-063-17/+2
| * orangefs: make orangefs_client_debug_init staticMartin Brandenburg2018-02-062-2/+1
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-5/+10
|\ \
| * | orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor2018-01-151-5/+10
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-3/+3
|\ \ \ | |_|/ |/| |
| * | fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * | orangefs: fix a braino in ->poll()Al Viro2017-11-271-1/+1
* | | orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2018-01-252-16/+2
* | | orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg2018-01-221-1/+2
* | | orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg2018-01-221-2/+2
| |/ |/|
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
|/
* Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-2110-154/+72
|\
| * orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-131-9/+15
| * orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-139-141/+52
| * orangefs: use ARRAY_SIZEJérémy Lefaure2017-11-132-2/+5
| * orangefs: remove initialization of i_versionJeff Layton2017-11-131-2/+0
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-6/+0
|\ \ | |/ |/|
| * orangefs: remove detritus from struct orangefs_kiocb_sAl Viro2017-10-111-6/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
|/
* orangefs: Adjust three checks for null pointersMarkus Elfring2017-09-142-3/+3
* orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring2017-09-141-3/+1
* orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring2017-09-145-19/+6
* orangefs: constify xattr_handler structureJulia Lawall2017-09-141-1/+1
* orangefs: don't call filemap_write_and_wait from fsyncJeff Layton2017-09-141-4/+1
* orangefs: off by ones in xattr size checksDan Carpenter2017-09-141-3/+3
* orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall2017-09-141-8/+21
* orangefs: Don't clear SGID when inheriting ACLsJan Kara2017-09-141-20/+28
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+14
|\
| * orangefs: Implement show_optionsDavid Howells2017-07-111-1/+14
* | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-4/+4
OpenPOWER on IntegriCloud