aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2016-02-26orangefs: remove unused 'diff' functionGravatar Arnd Bergmann 1-11/+0
2016-02-26orangefs: avoid time conversion functionGravatar Arnd Bergmann 2-12/+5
2016-02-24orangefs: clean up fill_default_sys_attrsGravatar Martin Brandenburg 1-2/+3
2016-02-24orangefs: we never lookup with sym_follow setGravatar Martin Brandenburg 2-5/+2
2016-02-24orangefs: remove vestigial async io codeGravatar Martin Brandenburg 3-11/+2
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXGravatar Martin Brandenburg 6-21/+20
2016-02-24orangefs: don't d_drop in d_revalidate since the caller willGravatar Martin Brandenburg 1-8/+2
2016-02-24orangefs: free readdir buffer index before the dir_emit loopGravatar Martin Brandenburg 1-25/+9
2016-02-24Orangefs: code sanitationGravatar Mike Marshall 4-14/+29
2016-02-24Orangefs: clean up orangefs_kernel_op_s comments.Gravatar Mike Marshall 1-7/+6
2016-02-19orangefs: get rid of op refcountsGravatar Al Viro 2-22/+2
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonGravatar Al Viro 3-23/+21
2016-02-19orangefs: set correct ->downcall.status on failing to copy reply from daemonGravatar Al Viro 1-39/+22
2016-02-19Orangefs: remove vestigial ASYNC codeGravatar Mike Marshall 1-7/+0
2016-02-19Orangefs: make some gossip statements more helpful.Gravatar Mike Marshall 3-21/+41
2016-02-19orangefs: get rid of op->doneGravatar Al Viro 4-21/+2
2016-02-19orangefs_readdir_index_put(): get rid of bufmap argumentGravatar Al Viro 3-10/+9
2016-02-19orangefs: bufmap rewriteGravatar Al Viro 4-247/+174
2016-02-19orangefs_bufmap_..._query(): don't bother with refcountsGravatar Al Viro 1-8/+8
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 3-40/+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 3-88/+49
2016-02-19orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG.Gravatar Martin Brandenburg 1-3/+3
2016-02-19orangefs: delay freeing slot until cancel completesGravatar Al Viro 7-153/+93
2016-02-12get rid of bufmap argument of orangefs_bufmap_put()Gravatar Al Viro 3-5/+6
2016-02-12orangefs: get rid of handle_io_error()Gravatar Al Viro 1-51/+14
2016-02-12orangefs: wait_for_direct_io(): restore the position in iter when restartingGravatar Al Viro 1-0/+3
2016-02-12orangefs: avoid freeing a slot twice in wait_for_direct_io()Gravatar Al Viro 1-0/+1
2016-02-04Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Gravatar Mike Marshall 2-0/+2
2016-02-04orangefs: Do not retrieve size from servers unless it it necessary.Gravatar Martin Brandenburg 1-2/+4
2016-02-04orangefs: Implement inode_operations->permission().Gravatar Martin Brandenburg 6-1/+34
2016-02-04orangefs: Only compare attributes specified in orangefs_inode_getattr.Gravatar Martin Brandenburg 1-19/+43
2016-02-04Orangefs: clean up slab allocation.Gravatar Mike Marshall 4-124/+6
2016-02-04Orangefs: improve gossip statementGravatar Mike Marshall 1-2/+5
2016-01-28orangefs: Fix revalidate.Gravatar Martin Brandenburg 5-64/+187
2016-01-28orangefs: Util functions shouldn't operate on inode where it can be avoided.Gravatar Martin Brandenburg 1-39/+43
2016-01-23orangefs: clean up op_alloc()Gravatar Al Viro 3-22/+9
2016-01-23orangefs: move handle_io_error() to file.cGravatar Al Viro 2-46/+41
2016-01-23orangefs: don't reinvent completion.h...Gravatar Al Viro 5-62/+24
2016-01-23if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waitingGravatar Al Viro 1-16/+16
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESGravatar Al Viro 4-17/+6
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 8-143/+107
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeGravatar Al Viro 1-3/+4
2016-01-23orangefs: nothing should remain in request list and in hashGravatar Al Viro 1-22/+2
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Gravatar Al Viro 1-18/+18
2016-01-23orangefs: make wait_for_...downcall() staticGravatar Al Viro 1-0/+3