summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2016-01-23orangefs: kill orangefs_inode_s ->listAl Viro1-3/+0
2016-01-23orangefs: get rid of <censored> macrosAl Viro2-41/+44
2016-01-23orangefs: ->poll() doesn't need spinlockAl Viro1-2/+0
2016-01-23orangefs: kill ioctl32 rudimentsAl Viro1-27/+0
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro1-7/+5
2016-01-23orangefs: generic_file_open() is pointless for character devicesAl Viro1-3/+2
2016-01-23orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)Al Viro1-5/+2
2016-01-19Orangefs: make gossip statement more palatable to xtensaMike Marshall2-4/+4
2016-01-15Orangefs: add verification to decode_direntsMike Marshall1-25/+93
2016-01-13Orangefs: make .statfs gossip_debug more complete.Mike Marshall1-3/+7
2016-01-13Orangefs: define a minimum compatible userspace version.Mike Marshall1-0/+1
2016-01-13Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Mike Marshall1-1/+1
2016-01-13Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Mike Marshall2-7/+6
2016-01-13Orangefs: implement .write_iterMike Marshall1-263/+199
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg6-50/+33
2016-01-04orangefs: Don't pollute global namespaceRichard Weinberger3-7/+7
2016-01-04OrangeFS: constify export_operations structuresJulia Lawall1-1/+1
2015-12-30Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall1-36/+14
2015-12-28orangefs: fix typo in ornagefs_inode_lockArnd Bergmann1-1/+1
2015-12-28Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire1-2/+1
2015-12-17Orangefs: validate resp.listxattr.returned_countMike Marshall1-1/+11
2015-12-17Orangefs: don't use deprecated xattr defines.Mike Marshall1-11/+2
2015-12-17orangefs: Do not unref if there is no bufmap.Martin Brandenburg1-8/+19
2015-12-17orangefs: Remove useless inline qualifier from bufmap functions.Martin Brandenburg2-6/+2
2015-12-17orangefs: Change visibility of several bufmap helpers to static.Martin Brandenburg2-13/+10
2015-12-17orangefs: Remove ``aligned'' upcall and downcall length macros.Martin Brandenburg3-26/+8
2015-12-15Orangefs: do not finalize bufmap if it was never initialized.Martin Brandenburg1-2/+9
2015-12-14Orangefs: Don't wait the old-fashioned way.Mike Marshall3-43/+26
2015-12-14Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in generalMike Marshall1-99/+166
2015-12-11Orangef: remove overlooked old-style userspace debug partsMike Marshall1-201/+1
2015-12-11Orangefs: improve commentsMike Marshall1-3/+6
2015-12-11Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall1-1/+1
2015-12-04Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall1-1/+1
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall25-46/+46
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu25-1785/+1785
2015-11-16fs: out of bounds on stack in iov_iter_advanceAl Viro3-46/+30
2015-11-13Orangefs: Clean up pvfs2_devreq_read.Martin Brandenburg1-90/+117
2015-11-13Orangefs: Remove upcall trailers which are not used.Martin Brandenburg6-128/+36
2015-11-13Orangefs: fix gossip statementMike Marshall1-1/+1
2015-11-13Orangefs: Remove unused #defines from signal blocking code.Martin Brandenburg1-2/+0
2015-11-13Orangefs: set pos after generic_write_checksMike Marshall1-1/+8
2015-11-13orangefs: validate the response in decode_dirents()Al Viro1-5/+32
2015-11-13orangefs: don't leave uninitialized data in ->trailer_bufAl Viro1-9/+11
2015-11-13orangefs: get rid of dec_string and enc_stringAl Viro2-23/+8
2015-11-13orangefs: switch decode_dirents() to use of kcalloc()Al Viro1-1/+1
2015-11-13orangefs: sanitize pvfs2_convert_time_field()Al Viro2-12/+6
2015-11-13orangefs: kill pointless ->link() and ->mknod()Al Viro1-23/+0
2015-11-13pvfs2_fill_sb(): use kzalloc()Al Viro1-2/+1
2015-11-13orangefs: kill struct pvfs2_mount_sb_info_sAl Viro2-30/+9
2015-11-13orangefs: double iput() in case of d_make_root() failureAl Viro1-3/+1