summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2016-03-17orangefs: put register_chrdev immediately before register_filesystemMartin Brandenburg
2016-03-17orangefs: remove paranoia in orangefs_set_inodeMartin Brandenburg
2016-03-17orangefs: sanitize listxattr and return EIO on impossible valuesMartin Brandenburg
2016-03-17orangefs: remove unused reference to xattr key lengthMartin Brandenburg
2016-03-17Orangefs: adjust unwind on module init failure.Mike Marshall
2016-03-14Orangefs: fix sloppy cleanups of debugfs and sysfs init failures.Mike Marshall
2016-03-14Orangefs: follow_link -> get_link changeMike Marshall
2016-03-14Orangefs: Extra sanity insurance on buffer before using string functions on it.Mike Marshall
2016-03-09orangefs: make fs_mount_pending staticMartin Brandenburg
2016-03-09orangefs: Avoid symlink upcall if target is too long.Martin Brandenburg
2016-03-09Orangefs: improve the POSIXness of interrupted writes...Mike Marshall
2016-03-09Orangefs: add a new gossip statementMike Marshall
2016-03-03Orangefs: improve gossip statementsMike Marshall
2016-02-26Orangefs: update orangefs.txtMike Marshall
2016-02-26Orangefs: code sanitation.Mike Marshall
2016-02-26orangefs: remove unused 'diff' functionArnd Bergmann
2016-02-26orangefs: avoid time conversion functionArnd Bergmann
2016-02-24orangefs: clean up fill_default_sys_attrsMartin Brandenburg
2016-02-24orangefs: we never lookup with sym_follow setMartin Brandenburg
2016-02-24orangefs: remove vestigial async io codeMartin Brandenburg
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg
2016-02-24orangefs: don't d_drop in d_revalidate since the caller willMartin Brandenburg
2016-02-24orangefs: free readdir buffer index before the dir_emit loopMartin Brandenburg
2016-02-24Orangefs: code sanitationMike Marshall
2016-02-24Orangefs: clean up orangefs_kernel_op_s comments.Mike Marshall
2016-02-19orangefs: get rid of op refcountsAl Viro
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonAl Viro
2016-02-19orangefs: set correct ->downcall.status on failing to copy reply from daemonAl Viro
2016-02-19Orangefs: remove vestigial ASYNC codeMike Marshall
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall
2016-02-19orangefs: get rid of op->doneAl Viro
2016-02-19orangefs_readdir_index_put(): get rid of bufmap argumentAl Viro
2016-02-19orangefs: bufmap rewriteAl Viro
2016-02-19orangefs_bufmap_..._query(): don't bother with refcountsAl Viro
2016-02-19orangefs: lift handling of timeouts and attempts count to service_operation()Al Viro
2016-02-19service_operation(): don't block signals, just use ..._killableAl Viro
2016-02-19orangefs: sanitize handling of request listAl Viro
2016-02-19orangefs: get rid of loop in wait_for_matching_downcall()Al Viro
2016-02-19orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG.Martin Brandenburg
2016-02-19orangefs: delay freeing slot until cancel completesAl Viro
2016-02-12get rid of bufmap argument of orangefs_bufmap_put()Al Viro
2016-02-12orangefs: get rid of handle_io_error()Al Viro
2016-02-12orangefs: wait_for_direct_io(): restore the position in iter when restartingAl Viro
2016-02-12orangefs: avoid freeing a slot twice in wait_for_direct_io()Al Viro
2016-02-04Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Mike Marshall
2016-02-04orangefs: Do not retrieve size from servers unless it it necessary.Martin Brandenburg
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg
2016-02-04orangefs: Only compare attributes specified in orangefs_inode_getattr.Martin Brandenburg
2016-02-04Orangefs: clean up slab allocation.Mike Marshall
2016-02-04Orangefs: improve gossip statementMike Marshall