Commit Graph

59 Commits (919cc2ab499e7ea153a37171126cecb1487ed691)

Author SHA1 Message Date
Simon1511 34c64e7c67 Import A525FXXU3AUG4 3 years ago
Martin Brandenburg 326efb49e1 orangefs: fix deadlock; do not write i_size in read_iter 7 years ago
Greg Kroah-Hartman b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
Jeff Layton 49e5571324 orangefs: don't call filemap_write_and_wait from fsync 8 years ago
Martin Brandenburg 68a24a6cc4 orangefs: implement statx 8 years ago
Al Viro c63ed807d1 orangefs: use iov_iter_revert() 8 years ago
Al Viro 450630975d don't open-code file_inode() 8 years ago
Amir Goldstein d62a9025ae orangefs: user file_inode() where it is due 8 years ago
Deepa Dinamani 078cd8279e fs: Replace CURRENT_TIME with current_time() for inode timestamps 9 years ago
Martin Brandenburg 889d5f1bac orangefs: g_orangefs_stats -> orangefs_stats for consistency 9 years ago
Martin Brandenburg c51e012942 orangefs: do not allow client readahead cache without feature bit 9 years ago
Martin Brandenburg ed1e158777 orangefs: re-add flush_racache from out-of-tree 9 years ago
Martin Brandenburg 6eaff8c777 orangefs: rename remaining bits of mmap readahead cache 9 years ago
Al Viro f66debf1b3 orangefs: use %pd/%pD 9 years ago
Andreas Gruenbacher d373a712c1 orangefs: Remove useless xattr prefix arguments 9 years ago
Andreas Gruenbacher 972a7344fc orangefs: Remove useless defines 9 years ago
Al Viro 5ecfcb265f orangefs: don't open-code inode_lock/inode_unlock 9 years ago
Al Viro 6d4c1a30b3 orangefs: fix do_readv_writev() handling of error halfway through 9 years ago
Al Viro 177f8fc491 orangefs: sanitize ->llseek() 9 years ago
Al Viro b8a99a8f9f orangefs: saner calling conventions for getting a slot 9 years ago
Al Viro bf6bf606e5 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer 9 years ago
Martin Brandenburg e2f7f0d798 orangefs: use new orangefs_inode_getattr to get size in write and llseek 9 years ago
Martin Brandenburg 3c9cf98d7b orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr 9 years ago
Mike Marshall 162ada7764 Orangefs: improve the POSIXness of interrupted writes... 9 years ago
Mike Marshall 9d9e7ba9ee Orangefs: improve gossip statements 9 years ago
Martin Brandenburg 9c2bcf288e orangefs: remove vestigial async io code 9 years ago
Al Viro 897c5df6cf orangefs: get rid of op->done 9 years ago
Al Viro 78699e29fd orangefs: delay freeing slot until cancel completes 9 years ago
Al Viro 1357d06d49 get rid of bufmap argument of orangefs_bufmap_put() 9 years ago
Al Viro c0eae8cd77 orangefs: get rid of handle_io_error() 9 years ago
Al Viro 7b9761af86 orangefs: wait_for_direct_io(): restore the position in iter when restarting 9 years ago
Al Viro e17be9fd4d orangefs: avoid freeing a slot twice in wait_for_direct_io() 9 years ago
Mike Marshall 6ebcc3fcda Orangefs: added a couple of WARN_ONs, perhaps just temporarily. 9 years ago
Martin Brandenburg 99109822f5 orangefs: Fix revalidate. 9 years ago
Al Viro b0bc3a7b62 orangefs: move handle_io_error() to file.c 9 years ago
Al Viro 2a9e5c2260 orangefs: don't reinvent completion.h... 9 years ago
Al Viro ed42fe0593 orangefs: hopefully saner op refcounting and locking 9 years ago
Mike Marshall 575e946125 Orangefs: change pvfs2 filenames to orangefs 9 years ago
Yi Liu 8bb8aefd5a OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. 9 years ago
Al Viro 555fa0fa61 fs: out of bounds on stack in iov_iter_advance 9 years ago
Mike Marshall 3f1b6947dc Orangefs: set pos after generic_write_checks 9 years ago
Al Viro 74f68fce2a orangefs: make pvfs2_inode_read() take iov_iter 9 years ago
Al Viro 0071ed1ec6 orangefs: make do_readv_writev() take iov_iter 9 years ago
Al Viro dc4067f671 orangefs: don't bother with splitting iovecs 9 years ago
Al Viro 3c2fcfcb68 orangefs: make wait_for_direct_io() take iov_iter 9 years ago
Al Viro a5c126a522 orangefs: make precopy_buffers() take iov_iter 9 years ago
Al Viro 5f0e3c953f orangefs: make postcopy_buffers() take iov_iter 9 years ago
Al Viro 5c278228bb orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec() 9 years ago
Mike Marshall 548049495c Orangefs: fix some checkpatch.pl complaints that had creeped in. 9 years ago
Martin Brandenburg 353908035f Orangefs: Use readonly mmap since writepage is not implemented. 10 years ago