summaryrefslogtreecommitdiff
path: root/fs/orangefs/devorangefs-req.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring
2017-04-26orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall
2017-02-09orangefs: Dan Carpenter influenced cleanups...Mike Marshall
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg
2016-08-15orangefs: make devreq_mutex staticMartin Brandenburg
2016-08-15orangefs: clean up debugfs globalsMartin Brandenburg
2016-08-12orangefs: add features opMartin Brandenburg
2016-08-09orangefs: record userspace version for feature compatbilityMartin Brandenburg
2016-07-05orangefs: fix namespace handlingJann Horn
2016-03-26orangefs: fix orangefs_superblock lockingAl Viro
2016-03-14Orangefs: Extra sanity insurance on buffer before using string functions on it.Mike Marshall
2016-03-09orangefs: make fs_mount_pending staticMartin Brandenburg
2016-03-03Orangefs: improve gossip statementsMike Marshall
2016-02-26Orangefs: update orangefs.txtMike Marshall
2016-02-26Orangefs: code sanitation.Mike Marshall
2016-02-24Orangefs: code sanitationMike Marshall
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonAl Viro
2016-02-19orangefs: set correct ->downcall.status on failing to copy reply from daemonAl Viro
2016-02-19orangefs: get rid of op->doneAl Viro
2016-02-19orangefs: bufmap rewriteAl Viro
2016-02-19orangefs: delay freeing slot until cancel completesAl Viro
2016-02-04Orangefs: improve gossip statementMike Marshall
2016-01-23orangefs: don't reinvent completion.h...Al Viro
2016-01-23if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waitingAl Viro
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESAl Viro
2016-01-23orangefs: hopefully saner op refcounting and lockingAl Viro
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro
2016-01-23orangefs: ->poll() doesn't need spinlockAl Viro
2016-01-23orangefs: kill ioctl32 rudimentsAl Viro
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro
2016-01-23orangefs: generic_file_open() is pointless for character devicesAl Viro
2016-01-19Orangefs: make gossip statement more palatable to xtensaMike Marshall
2016-01-13Orangefs: implement .write_iterMike Marshall
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg
2015-12-17orangefs: Remove ``aligned'' upcall and downcall length macros.Martin Brandenburg
2015-12-15Orangefs: do not finalize bufmap if it was never initialized.Martin Brandenburg
2015-12-14Orangefs: Don't wait the old-fashioned way.Mike Marshall
2015-12-14Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in generalMike Marshall
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall