summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/devorangefs-req.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-161-42/+12
|\
| * orangefs: simplify compat ioctl handlingAl Viro2018-06-151-42/+12
* | orangefs: formatting cleanupsMike Marshall2018-06-011-7/+10
|/
* orangefs: make several *_operations structs staticMartin Brandenburg2018-04-031-26/+26
* orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* 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: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg2018-01-221-1/+2
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring2017-09-141-6/+3
* orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg2017-04-261-0/+4
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-151-2/+7
* Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall2017-02-251-9/+4
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-9/+4
* | orangefs: Dan Carpenter influenced cleanups...Mike Marshall2017-02-091-2/+3
|/
* Merge branch 'misc' into for-nextMartin Brandenburg2016-09-281-138/+16
|\
| * orangefs: rename most remaining global variablesMartin Brandenburg2016-08-161-10/+10
| * orangefs: make devreq_mutex staticMartin Brandenburg2016-08-151-0/+2
| * orangefs: clean up debugfs globalsMartin Brandenburg2016-08-151-128/+4
* | orangefs: add features opMartin Brandenburg2016-08-121-5/+5
* | orangefs: record userspace version for feature compatbilityMartin Brandenburg2016-08-091-0/+10
|/
* orangefs: fix namespace handlingJann Horn2016-07-051-0/+7
* orangefs: fix orangefs_superblock lockingAl Viro2016-03-261-18/+23
* Orangefs: Extra sanity insurance on buffer before using string functions on it.Mike Marshall2016-03-141-0/+13
* orangefs: make fs_mount_pending staticMartin Brandenburg2016-03-091-38/+38
* Orangefs: improve gossip statementsMike Marshall2016-03-031-0/+18
* Orangefs: update orangefs.txtMike Marshall2016-02-261-2/+2
* Orangefs: code sanitation.Mike Marshall2016-02-261-10/+10
* Orangefs: code sanitationMike Marshall2016-02-241-1/+1
* orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonAl Viro2016-02-191-10/+10
* orangefs: set correct ->downcall.status on failing to copy reply from daemonAl Viro2016-02-191-39/+22
* orangefs: get rid of op->doneAl Viro2016-02-191-13/+0
* orangefs: bufmap rewriteAl Viro2016-02-191-9/+6
* orangefs: delay freeing slot until cancel completesAl Viro2016-02-191-0/+7
* Orangefs: improve gossip statementMike Marshall2016-02-041-2/+5
* orangefs: don't reinvent completion.h...Al Viro2016-01-231-54/+21
* if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waitingAl Viro2016-01-231-16/+16
* orangefs: get rid of MSECS_TO_JIFFIESAl Viro2016-01-231-3/+1
* orangefs: hopefully saner op refcounting and lockingAl Viro2016-01-231-52/+60
* orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro2016-01-231-3/+4
* orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro2016-01-231-9/+4
* orangefs: ->poll() doesn't need spinlockAl Viro2016-01-231-2/+0
* orangefs: kill ioctl32 rudimentsAl Viro2016-01-231-27/+0
* orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro2016-01-231-7/+5
* orangefs: generic_file_open() is pointless for character devicesAl Viro2016-01-231-3/+2
* Orangefs: make gossip statement more palatable to xtensaMike Marshall2016-01-191-2/+2
* Orangefs: implement .write_iterMike Marshall2016-01-131-263/+199
* orangefs: Fix some more global namespace pollution.Martin Brandenburg2016-01-041-2/+2