aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Gravatar Al Viro 4-13/+14
2016-01-23orangefs: make wait_for_...downcall() staticGravatar Al Viro 2-4/+2
2016-01-23make orangefs_clean_up_interrupted_operation() staticGravatar Al Viro 2-2/+1
2016-01-23orangefs: kill orangefs_inode_s ->listGravatar Al Viro 1-3/+0
2016-01-23orangefs: get rid of <censored> macrosGravatar Al Viro 2-41/+44
2016-01-23orangefs: ->poll() doesn't need spinlockGravatar Al Viro 1-2/+0
2016-01-23orangefs: kill ioctl32 rudimentsGravatar Al Viro 1-27/+0
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Gravatar Al Viro 1-7/+5
2016-01-23orangefs: generic_file_open() is pointless for character devicesGravatar Al Viro 1-3/+2
2016-01-23orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)Gravatar Al Viro 1-5/+2
2016-01-19Orangefs: make gossip statement more palatable to xtensaGravatar Mike Marshall 2-4/+4
2016-01-15Orangefs: add verification to decode_direntsGravatar Mike Marshall 1-25/+93
2016-01-13Orangefs: make .statfs gossip_debug more complete.Gravatar Mike Marshall 1-3/+7
2016-01-13Orangefs: define a minimum compatible userspace version.Gravatar Mike Marshall 1-0/+1
2016-01-13Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Gravatar Mike Marshall 1-1/+1
2016-01-13Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Gravatar Mike Marshall 2-7/+6
2016-01-13Orangefs: implement .write_iterGravatar Mike Marshall 1-263/+199
2016-01-04orangefs: Fix some more global namespace pollution.Gravatar Martin Brandenburg 6-50/+33
2016-01-04orangefs: Don't pollute global namespaceGravatar Richard Weinberger 3-7/+7
2016-01-04OrangeFS: constify export_operations structuresGravatar Julia Lawall 1-1/+1