summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
AgeCommit message (Expand)Author
2016-01-23orangefs: hopefully saner op refcounting and lockingAl Viro
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro
2016-01-23orangefs: nothing should remain in request list and in hashAl Viro
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro
2016-01-23make orangefs_clean_up_interrupted_operation() staticAl Viro
2016-01-23orangefs: kill orangefs_inode_s ->listAl Viro
2016-01-23orangefs: get rid of <censored> macrosAl Viro
2016-01-23orangefs: ->poll() doesn't need spinlockAl Viro
2016-01-23orangefs: kill ioctl32 rudimentsAl Viro
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro
2016-01-23orangefs: generic_file_open() is pointless for character devicesAl Viro
2016-01-23orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)Al Viro
2016-01-19Orangefs: make gossip statement more palatable to xtensaMike Marshall
2016-01-15Orangefs: add verification to decode_direntsMike Marshall
2016-01-13Orangefs: make .statfs gossip_debug more complete.Mike Marshall
2016-01-13Orangefs: define a minimum compatible userspace version.Mike Marshall
2016-01-13Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Mike Marshall
2016-01-13Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Mike Marshall
2016-01-13Orangefs: implement .write_iterMike Marshall
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg
2016-01-04orangefs: Don't pollute global namespaceRichard Weinberger
2016-01-04OrangeFS: constify export_operations structuresJulia Lawall
2015-12-30Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall
2015-12-28orangefs: fix typo in ornagefs_inode_lockArnd Bergmann
2015-12-28Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire
2015-12-17Orangefs: validate resp.listxattr.returned_countMike Marshall
2015-12-17Orangefs: don't use deprecated xattr defines.Mike Marshall
2015-12-17orangefs: Do not unref if there is no bufmap.Martin Brandenburg
2015-12-17orangefs: Remove useless inline qualifier from bufmap functions.Martin Brandenburg
2015-12-17orangefs: Change visibility of several bufmap helpers to static.Martin Brandenburg
2015-12-17orangefs: Remove ``aligned'' upcall and downcall length macros.Martin Brandenburg
2015-12-15Orangefs: do not finalize bufmap if it was never initialized.Martin Brandenburg
2015-12-14Orangefs: Don't wait the old-fashioned way.Mike Marshall
2015-12-14Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in generalMike Marshall
2015-12-11Orangef: remove overlooked old-style userspace debug partsMike Marshall
2015-12-11Orangefs: improve commentsMike Marshall
2015-12-11Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall
2015-12-04Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu
2015-11-16fs: out of bounds on stack in iov_iter_advanceAl Viro
2015-11-13Orangefs: Clean up pvfs2_devreq_read.Martin Brandenburg
2015-11-13Orangefs: Remove upcall trailers which are not used.Martin Brandenburg
2015-11-13Orangefs: fix gossip statementMike Marshall
2015-11-13Orangefs: Remove unused #defines from signal blocking code.Martin Brandenburg
2015-11-13Orangefs: set pos after generic_write_checksMike Marshall
2015-11-13orangefs: validate the response in decode_dirents()Al Viro