summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro2016-01-231-3/+4
| * | | orangefs: nothing should remain in request list and in hashAl Viro2016-01-231-22/+2
| * | | orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro2016-01-231-18/+18
| * | | orangefs: make wait_for_...downcall() staticAl Viro2016-01-231-0/+3
| * | | orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro2016-01-234-13/+14
| * | | orangefs: make wait_for_...downcall() staticAl Viro2016-01-232-4/+2
| * | | make orangefs_clean_up_interrupted_operation() staticAl Viro2016-01-232-2/+1
| * | | orangefs: kill orangefs_inode_s ->listAl Viro2016-01-231-3/+0
| * | | orangefs: get rid of <censored> macrosAl Viro2016-01-232-41/+44
| * | | orangefs: ->poll() doesn't need spinlockAl Viro2016-01-231-2/+0
| * | | orangefs: kill ioctl32 rudimentsAl Viro2016-01-231-27/+0
| * | | orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro2016-01-231-7/+5
| * | | orangefs: generic_file_open() is pointless for character devicesAl Viro2016-01-231-3/+2
| * | | orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)Al Viro2016-01-231-5/+2
| * | | Orangefs: make gossip statement more palatable to xtensaMike Marshall2016-01-192-4/+4
| * | | Orangefs: merge with V4.4Mike Marshall2016-01-1557-271/+646
| |\ \ \
| * | | | Orangefs: add verification to decode_direntsMike Marshall2016-01-151-25/+93
| * | | | Orangefs: make .statfs gossip_debug more complete.Mike Marshall2016-01-131-3/+7
| * | | | Orangefs: define a minimum compatible userspace version.Mike Marshall2016-01-131-0/+1
| * | | | Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Mike Marshall2016-01-131-1/+1
| * | | | Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Mike Marshall2016-01-132-7/+6
| * | | | Orangefs: implement .write_iterMike Marshall2016-01-131-263/+199
| * | | | orangefs: Fix some more global namespace pollution.Martin Brandenburg2016-01-046-50/+33
| * | | | orangefs: Don't pollute global namespaceRichard Weinberger2016-01-043-7/+7
| * | | | OrangeFS: constify export_operations structuresJulia Lawall2016-01-041-1/+1
| * | | | Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall2015-12-301-36/+14
| * | | | orangefs: fix typo in ornagefs_inode_lockArnd Bergmann2015-12-281-1/+1
| * | | | Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire2015-12-281-2/+1
| * | | | Orangefs: validate resp.listxattr.returned_countMike Marshall2015-12-171-1/+11
| * | | | Orangefs: don't use deprecated xattr defines.Mike Marshall2015-12-171-11/+2
| * | | | orangefs: Do not unref if there is no bufmap.Martin Brandenburg2015-12-171-8/+19
| * | | | orangefs: Remove useless inline qualifier from bufmap functions.Martin Brandenburg2015-12-172-6/+2
| * | | | orangefs: Change visibility of several bufmap helpers to static.Martin Brandenburg2015-12-172-13/+10
| * | | | orangefs: Remove ``aligned'' upcall and downcall length macros.Martin Brandenburg2015-12-173-26/+8
| * | | | Orangefs: do not finalize bufmap if it was never initialized.Martin Brandenburg2015-12-151-2/+9
| * | | | Orangefs: Don't wait the old-fashioned way.Mike Marshall2015-12-143-43/+26
| * | | | Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in generalMike Marshall2015-12-141-99/+166
| * | | | Orangef: remove overlooked old-style userspace debug partsMike Marshall2015-12-111-201/+1
| * | | | Orangefs: improve commentsMike Marshall2015-12-111-3/+6
| * | | | Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall2015-12-111-1/+1
| * | | | Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall2015-12-041-1/+1
| * | | | Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-0425-46/+46
| * | | | OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-0325-1785/+1785
| * | | | fs: out of bounds on stack in iov_iter_advanceAl Viro2015-11-163-46/+30
| * | | | Orangefs: Merge tag 'v4.4-rc1' into for-nextMike Marshall2015-11-16399-5984/+9424
| |\ \ \ \
| * | | | | Orangefs: Clean up pvfs2_devreq_read.Martin Brandenburg2015-11-131-90/+117
| * | | | | Orangefs: Remove upcall trailers which are not used.Martin Brandenburg2015-11-136-128/+36
| * | | | | Orangefs: fix gossip statementMike Marshall2015-11-131-1/+1
| * | | | | Orangefs: Remove unused #defines from signal blocking code.Martin Brandenburg2015-11-131-2/+0
| * | | | | Orangefs: set pos after generic_write_checksMike Marshall2015-11-131-1/+8