aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/waitqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03orangefs: service ops done for writeback are not killableMartin Brandenburg1-8/+10
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Mike Marshall1-4/+10
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-26orangefs: do not wait for timeout if umountingMartin Brandenburg1-1/+8
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg1-5/+5
2016-03-03Orangefs: improve gossip statementsMike Marshall1-10/+23
2016-02-26Orangefs: code sanitation.Mike Marshall1-14/+30
2016-02-24Orangefs: code sanitationMike Marshall1-10/+25
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonAl Viro1-12/+10
2016-02-19Orangefs: remove vestigial ASYNC codeMike Marshall1-7/+0
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall1-4/+10
2016-02-19orangefs: bufmap rewriteAl Viro1-61/+0
2016-02-19orangefs: lift handling of timeouts and attempts count to service_operation()Al Viro1-25/+21
2016-02-19service_operation(): don't block signals, just use ..._killableAl Viro1-15/+14
2016-02-19orangefs: sanitize handling of request listAl Viro1-50/+18
2016-02-19orangefs: get rid of loop in wait_for_matching_downcall()Al Viro1-84/+45
2016-02-19orangefs: delay freeing slot until cancel completesAl Viro1-93/+40
2016-02-04Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Mike Marshall1-0/+1
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESAl Viro1-6/+4
2016-01-23orangefs_clean_up_interrupted_operation: call with op->lock heldAl Viro1-32/+4
2016-01-23orangefs: reduce nesting in wait_for_matching_downcall()Al Viro1-60/+58
2016-01-23orangefs: remove cargo-culting spin_lock_irqsave() in service_operation()Al Viro1-7/+0
2016-01-23orangefs: hopefully saner op refcounting and lockingAl Viro1-20/+4
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro1-0/+3
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro1-1/+0
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro1-2/+2
2016-01-23make orangefs_clean_up_interrupted_operation() staticAl Viro1-1/+1
2016-01-23orangefs: get rid of <censored> macrosAl Viro1-0/+44
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg1-4/+4
2016-01-04orangefs: Don't pollute global namespaceRichard Weinberger1-3/+3
2015-12-14Orangefs: Don't wait the old-fashioned way.Mike Marshall1-26/+11
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu1-35/+35
2015-10-03Orangefs: update signal blocking code before Oleg sees it.Mike Marshall1-3/+3
2015-10-03Orangefs: sooth most sparse complaintsMike Marshall1-0/+7
2015-10-03Orangefs: kernel client part 5Mike Marshall1-0/+522