aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-24orangefs: remove vestigial async io codeMartin Brandenburg3-11/+2
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg6-21/+20
2016-02-24orangefs: don't d_drop in d_revalidate since the caller willMartin Brandenburg1-8/+2
2016-02-24orangefs: free readdir buffer index before the dir_emit loopMartin Brandenburg1-25/+9
2016-02-24Orangefs: code sanitationMike Marshall4-14/+29
2016-02-24Orangefs: clean up orangefs_kernel_op_s comments.Mike Marshall1-7/+6
2016-02-19orangefs: get rid of op refcountsAl Viro2-22/+2
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonAl Viro3-23/+21
2016-02-19orangefs: set correct ->downcall.status on failing to copy reply from daemonAl Viro1-39/+22
2016-02-19Orangefs: remove vestigial ASYNC codeMike Marshall1-7/+0
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall3-21/+41
2016-02-19orangefs: get rid of op->doneAl Viro4-21/+2
2016-02-19orangefs_readdir_index_put(): get rid of bufmap argumentAl Viro3-10/+9
2016-02-19orangefs: bufmap rewriteAl Viro4-247/+174
2016-02-19orangefs_bufmap_..._query(): don't bother with refcountsAl Viro1-8/+8
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 Viro3-40/+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 Viro3-88/+49
2016-02-19orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG.Martin Brandenburg1-3/+3
2016-02-19orangefs: delay freeing slot until cancel completesAl Viro7-153/+93
2016-02-12get rid of bufmap argument of orangefs_bufmap_put()Al Viro3-5/+6
2016-02-12orangefs: get rid of handle_io_error()Al Viro1-51/+14
2016-02-12orangefs: wait_for_direct_io(): restore the position in iter when restartingAl Viro1-0/+3
2016-02-12orangefs: avoid freeing a slot twice in wait_for_direct_io()Al Viro1-0/+1
2016-02-04Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Mike Marshall2-0/+2
2016-02-04orangefs: Do not retrieve size from servers unless it it necessary.Martin Brandenburg1-2/+4
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg6-1/+34
2016-02-04orangefs: Only compare attributes specified in orangefs_inode_getattr.Martin Brandenburg1-19/+43
2016-02-04Orangefs: clean up slab allocation.Mike Marshall4-124/+6
2016-02-04Orangefs: improve gossip statementMike Marshall1-2/+5
2016-01-28orangefs: Fix revalidate.Martin Brandenburg5-64/+187
2016-01-28orangefs: Util functions shouldn't operate on inode where it can be avoided.Martin Brandenburg1-39/+43
2016-01-23orangefs: clean up op_alloc()Al Viro3-22/+9
2016-01-23orangefs: move handle_io_error() to file.cAl Viro2-46/+41
2016-01-23orangefs: don't reinvent completion.h...Al Viro5-62/+24
2016-01-23if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waitingAl Viro1-16/+16
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESAl Viro4-17/+6
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 Viro8-143/+107
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro1-3/+4
2016-01-23orangefs: nothing should remain in request list and in hashAl Viro1-22/+2
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro1-18/+18
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro1-0/+3
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro4-13/+14
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro2-4/+2
2016-01-23make orangefs_clean_up_interrupted_operation() staticAl Viro2-2/+1
2016-01-23orangefs: kill orangefs_inode_s ->listAl Viro1-3/+0