aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/devorangefs-req.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-42/+12
2018-06-15orangefs: simplify compat ioctl handlingGravatar Al Viro 1-42/+12
2018-06-01orangefs: formatting cleanupsGravatar Mike Marshall 1-7/+10
2018-04-03orangefs: make several *_operations structs staticGravatar Martin Brandenburg 1-26/+26
2018-04-02orangefs: replace vmalloc and memset with vzallocGravatar Colin Ian King 1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readGravatar Martin Brandenburg 1-1/+2
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-27orangefs: fix a braino in ->poll()Gravatar Al Viro 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsGravatar Markus Elfring 1-6/+3
2017-04-26orangefs: return from orangefs_devreq_read quickly if possibleGravatar Martin Brandenburg 1-0/+4
2017-04-15orangefs: free superblock when mount failsGravatar Martin Brandenburg 1-2/+7
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Gravatar Mike Marshall 1-9/+4
2017-02-09orangefs: Dan Carpenter influenced cleanups...Gravatar Mike Marshall 1-2/+3
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-9/+4
2016-09-28Merge branch 'misc' into for-nextGravatar Martin Brandenburg 1-138/+16
2016-08-16orangefs: rename most remaining global variablesGravatar Martin Brandenburg 1-10/+10
2016-08-15orangefs: make devreq_mutex staticGravatar Martin Brandenburg 1-0/+2
2016-08-15orangefs: clean up debugfs globalsGravatar Martin Brandenburg 1-128/+4
2016-08-12orangefs: add features opGravatar Martin Brandenburg 1-5/+5
2016-08-09orangefs: record userspace version for feature compatbilityGravatar Martin Brandenburg 1-0/+10
2016-07-05orangefs: fix namespace handlingGravatar Jann Horn 1-0/+7
2016-03-26orangefs: fix orangefs_superblock lockingGravatar Al Viro 1-18/+23
2016-03-14Orangefs: Extra sanity insurance on buffer before using string functions on it.Gravatar Mike Marshall 1-0/+13
2016-03-09orangefs: make fs_mount_pending staticGravatar Martin Brandenburg 1-38/+38
2016-03-03Orangefs: improve gossip statementsGravatar Mike Marshall 1-0/+18
2016-02-26Orangefs: update orangefs.txtGravatar Mike Marshall 1-2/+2
2016-02-26Orangefs: code sanitation.Gravatar Mike Marshall 1-10/+10
2016-02-24Orangefs: code sanitationGravatar Mike Marshall 1-1/+1
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonGravatar Al Viro 1-10/+10
2016-02-19orangefs: set correct ->downcall.status on failing to copy reply from daemonGravatar Al Viro 1-39/+22
2016-02-19orangefs: get rid of op->doneGravatar Al Viro 1-13/+0
2016-02-19orangefs: bufmap rewriteGravatar Al Viro 1-9/+6
2016-02-19orangefs: delay freeing slot until cancel completesGravatar Al Viro 1-0/+7
2016-02-04Orangefs: improve gossip statementGravatar Mike Marshall 1-2/+5
2016-01-23orangefs: don't reinvent completion.h...Gravatar Al Viro 1-54/+21
2016-01-23if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waitingGravatar Al Viro 1-16/+16
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESGravatar Al Viro 1-3/+1
2016-01-23orangefs: hopefully saner op refcounting and lockingGravatar Al Viro 1-52/+60
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeGravatar Al Viro 1-3/+4
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Gravatar Al Viro 1-9/+4
2016-01-23orangefs: ->poll() doesn't need spinlockGravatar Al Viro 1-2/+0
2016-01-23orangefs: kill ioctl32 rudimentsGravatar Al Viro 1-27/+0
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Gravatar Al Viro 1-7/+5
2016-01-23orangefs: generic_file_open() is pointless for character devicesGravatar Al Viro 1-3/+2
2016-01-19Orangefs: make gossip statement more palatable to xtensaGravatar Mike Marshall 1-2/+2
2016-01-13Orangefs: implement .write_iterGravatar Mike Marshall 1-263/+199
2016-01-04orangefs: Fix some more global namespace pollution.Gravatar Martin Brandenburg 1-2/+2