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