aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/waitqueue.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-03orangefs: service ops done for writeback are not killableGravatar Martin Brandenburg 1-8/+10
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Gravatar Mike Marshall 1-4/+10
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsGravatar Martin Brandenburg 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-26orangefs: do not wait for timeout if umountingGravatar Martin Brandenburg 1-1/+8
2016-08-16orangefs: rename most remaining global variablesGravatar Martin Brandenburg 1-5/+5
2016-03-03Orangefs: improve gossip statementsGravatar Mike Marshall 1-10/+23
2016-02-26Orangefs: code sanitation.Gravatar Mike Marshall 1-14/+30
2016-02-24Orangefs: code sanitationGravatar Mike Marshall 1-10/+25
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonGravatar Al Viro 1-12/+10
2016-02-19Orangefs: remove vestigial ASYNC codeGravatar Mike Marshall 1-7/+0
2016-02-19Orangefs: make some gossip statements more helpful.Gravatar Mike Marshall 1-4/+10
2016-02-19orangefs: bufmap rewriteGravatar Al Viro 1-61/+0
2016-02-19orangefs: lift handling of timeouts and attempts count to service_operation()Gravatar Al Viro 1-25/+21
2016-02-19service_operation(): don't block signals, just use ..._killableGravatar Al Viro 1-15/+14
2016-02-19orangefs: sanitize handling of request listGravatar Al Viro 1-50/+18
2016-02-19orangefs: get rid of loop in wait_for_matching_downcall()Gravatar Al Viro 1-84/+45
2016-02-19orangefs: delay freeing slot until cancel completesGravatar Al Viro 1-93/+40
2016-02-04Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Gravatar Mike Marshall 1-0/+1
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESGravatar Al Viro 1-6/+4
2016-01-23orangefs_clean_up_interrupted_operation: call with op->lock heldGravatar Al Viro 1-32/+4
2016-01-23orangefs: reduce nesting in wait_for_matching_downcall()Gravatar Al Viro 1-60/+58
2016-01-23orangefs: remove cargo-culting spin_lock_irqsave() in service_operation()Gravatar Al Viro 1-7/+0
2016-01-23orangefs: hopefully saner op refcounting and lockingGravatar Al Viro 1-20/+4
2016-01-23orangefs: make wait_for_...downcall() staticGravatar Al Viro 1-0/+3
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Gravatar Al Viro 1-1/+0
2016-01-23orangefs: make wait_for_...downcall() staticGravatar Al Viro 1-2/+2
2016-01-23make orangefs_clean_up_interrupted_operation() staticGravatar Al Viro 1-1/+1
2016-01-23orangefs: get rid of <censored> macrosGravatar Al Viro 1-0/+44
2016-01-04orangefs: Fix some more global namespace pollution.Gravatar Martin Brandenburg 1-4/+4
2016-01-04orangefs: Don't pollute global namespaceGravatar Richard Weinberger 1-3/+3
2015-12-14Orangefs: Don't wait the old-fashioned way.Gravatar Mike Marshall 1-26/+11
2015-12-04Orangefs: change pvfs2 filenames to orangefsGravatar Mike Marshall 1-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Gravatar Yi Liu 1-35/+35
2015-10-03Orangefs: update signal blocking code before Oleg sees it.Gravatar Mike Marshall 1-3/+3
2015-10-03Orangefs: sooth most sparse complaintsGravatar Mike Marshall 1-0/+7
2015-10-03Orangefs: kernel client part 5Gravatar Mike Marshall 1-0/+522