orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG.
[deliverable/linux.git] / fs / orangefs /
2016-02-19  Martin Brandenburgorangefs: use S_ISREG(mode) and friends instead of...
2016-02-19  Al Viroorangefs: delay freeing slot until cancel completes
2016-02-12  Al Viroget rid of bufmap argument of orangefs_bufmap_put()
2016-02-12  Al Viroorangefs: get rid of handle_io_error()
2016-02-12  Al Viroorangefs: wait_for_direct_io(): restore the position...
2016-02-12  Al Viroorangefs: avoid freeing a slot twice in wait_for_direct...
2016-02-04  Mike MarshallOrangefs: added a couple of WARN_ONs, perhaps just...
2016-02-04  Martin Brandenburgorangefs: Do not retrieve size from servers unless...
2016-02-04  Martin Brandenburgorangefs: Implement inode_operations->permission().
2016-02-04  Martin Brandenburgorangefs: Only compare attributes specified in orangefs...
2016-02-04  Mike MarshallOrangefs: clean up slab allocation.
2016-02-04  Mike MarshallOrangefs: improve gossip statement
2016-01-28  Martin Brandenburgorangefs: Fix revalidate.
2016-01-28  Martin Brandenburgorangefs: Util functions shouldn't operate on inode...
2016-01-23  Al Viroorangefs: clean up op_alloc()
2016-01-23  Al Viroorangefs: move handle_io_error() to file.c
2016-01-23  Al Viroorangefs: don't reinvent completion.h...
2016-01-23  Al Viroif ORANGEFS_VFS_OP_FILE_IO request had been given up...
2016-01-23  Al Viroorangefs: get rid of MSECS_TO_JIFFIES
2016-01-23  Al Viroorangefs_clean_up_interrupted_operation: call with...
2016-01-23  Al Viroorangefs: reduce nesting in wait_for_matching_downcall()
2016-01-23  Al Viroorangefs: remove cargo-culting spin_lock_irqsave()...
2016-01-23  Al Viroorangefs: hopefully saner op refcounting and locking
2016-01-23  Al Viroorangefs: make sure that reopening pvfs2-req won't...
2016-01-23  Al Viroorangefs: nothing should remain in request list and...
2016-01-23  Al Viroorangefs: move wakeups into set_op_state_{serviced...
2016-01-23  Al Viroorangefs: make wait_for_...downcall() static
2016-01-23  Al Viroorangefs: move wakeups into set_op_state_{serviced...
2016-01-23  Al Viroorangefs: make wait_for_...downcall() static
2016-01-23  Al Viromake orangefs_clean_up_interrupted_operation() static
2016-01-23  Al Viroorangefs: kill orangefs_inode_s ->list
2016-01-23  Al Viroorangefs: get rid of <censored> macros
2016-01-23  Al Viroorangefs: ->poll() doesn't need spinlock
2016-01-23  Al Viroorangefs: kill ioctl32 rudiments
2016-01-23  Al Viroorangefs: ->poll() is only called between successful...
2016-01-23  Al Viroorangefs: generic_file_open() is pointless for characte...
2016-01-23  Al Viroorangefs: use DEFINE_MUTEX (and mutex_init() had been...
2016-01-19  Mike MarshallOrangefs: make gossip statement more palatable to xtensa
2016-01-15  Mike MarshallOrangefs: merge with V4.4
2016-01-15  Mike MarshallOrangefs: add verification to decode_dirents
2016-01-13  Mike MarshallOrangefs: make .statfs gossip_debug more complete.
2016-01-13  Mike MarshallOrangefs: define a minimum compatible userspace version.
2016-01-13  Mike MarshallOrangefs: change ORANGEFS_VERSION from "Unknown" to...
2016-01-13  Mike MarshallOrangefs: rename orangefs_kernel_op_s.aio_ref_count...
2016-01-13  Mike MarshallOrangefs: implement .write_iter
2016-01-04  Martin Brandenburgorangefs: Fix some more global namespace pollution.
2016-01-04  Richard Weinbergerorangefs: Don't pollute global namespace
2016-01-04  Julia LawallOrangeFS: constify export_operations structures
2015-12-30  Mike MarshallOrangefs: don't trigger copy_attributes_to_inode from...
2015-12-28  Arnd Bergmannorangefs: fix typo in ornagefs_inode_lock
2015-12-28  Nicholas Mc GuireOrangefs: use kzalloc for kmalloc + memset 0
2015-12-17  Mike MarshallOrangefs: validate resp.listxattr.returned_count
2015-12-17  Mike MarshallOrangefs: don't use deprecated xattr defines.
2015-12-17  Martin Brandenburgorangefs: Do not unref if there is no bufmap.
2015-12-17  Martin Brandenburgorangefs: Remove useless inline qualifier from bufmap...
2015-12-17  Martin Brandenburgorangefs: Change visibility of several bufmap helpers...
2015-12-17  Martin Brandenburgorangefs: Remove ``aligned'' upcall and downcall length...
2015-12-15  Martin BrandenburgOrangefs: do not finalize bufmap if it was never initia...
2015-12-14  Mike MarshallOrangefs: Don't wait the old-fashioned way.
2015-12-14  Mike MarshallOrangefs: de-uglify orangefs_devreq_writev, and devoran...
2015-12-11  Mike MarshallOrangef: remove overlooked old-style userspace debug...
2015-12-11  Mike MarshallOrangefs: improve comments
2015-12-11  Mike MarshallOrangefs: don't keep checking stuff in on Friday afternoon.
2015-12-04  Mike MarshallOrangefs: don't expose internal details of pathname...
2015-12-04  Mike MarshallOrangefs: change pvfs2 filenames to orangefs
2015-12-03  Yi LiuOrangeFS: Change almost all instances of the string...
2015-11-16  Al Virofs: out of bounds on stack in iov_iter_advance
2015-11-16  Mike MarshallOrangefs: Merge tag 'v4.4-rc1' into for-next
2015-11-13  Martin BrandenburgOrangefs: Clean up pvfs2_devreq_read.
2015-11-13  Martin BrandenburgOrangefs: Remove upcall trailers which are not used.
2015-11-13  Mike MarshallOrangefs: fix gossip statement
2015-11-13  Martin BrandenburgOrangefs: Remove unused #defines from signal blocking...
2015-11-13  Mike MarshallOrangefs: set pos after generic_write_checks
2015-11-13  Al Viroorangefs: validate the response in decode_dirents()
2015-11-13  Al Viroorangefs: don't leave uninitialized data in ->trailer_buf
2015-11-13  Al Viroorangefs: get rid of dec_string and enc_string
2015-11-13  Al Viroorangefs: switch decode_dirents() to use of kcalloc()
2015-11-13  Al Viroorangefs: sanitize pvfs2_convert_time_field()
2015-11-13  Al Viroorangefs: kill pointless ->link() and ->mknod()
2015-11-13  Al Viropvfs2_fill_sb(): use kzalloc()
2015-11-13  Al Viroorangefs: kill struct pvfs2_mount_sb_info_s
2015-11-13  Al Viroorangefs: double iput() in case of d_make_root() failure
2015-11-13  Al Viroorangefs: use get_user_pages_fast(), not get_user_pages()
2015-11-13  Al Viroorangefs: kill kmap/kunmap wrappers
2015-11-13  Al Viroorangefs: make pvfs2_inode_read() take iov_iter
2015-11-13  Al Viroorangefs: make do_readv_writev() take iov_iter
2015-11-13  Al Viroorangefs: don't bother with splitting iovecs
2015-11-13  Al Viroorangefs: make wait_for_direct_io() take iov_iter
2015-11-13  Al Viroorangefs: make precopy_buffers() take iov_iter
2015-11-13  Al Viroorangefs: make postcopy_buffers() take iov_iter
2015-11-13  Al Viropvfs_bufmap_copy_from_iovec(): don't rely upon size...
2015-11-13  Al Viroorangefs: explicitly pass the size to pvfs_bufmap_copy_...
2015-10-05  Mike MarshallOrangefs: fix some checkpatch.pl complaints that had...
2015-10-03  Martin BrandenburgOrangefs: Clean up error decoding.
2015-10-03  Martin BrandenburgOrangefs: Use readonly mmap since writepage is not...
2015-10-03  Mike MarshallOrangefs: don't use mount_nodev, use sget directly.
2015-10-03  Mike MarshallOrangefs: update signal blocking code before Oleg sees it.
2015-10-03  Mike MarshallOrangefs: Don't opencode memcpy.
2015-10-03  Mike MarshallOrangefs: choose return codes from among the expected...
2015-10-03  Mike MarshallOrangefs: put PVFS_util_min out of its misery.
next
This page took 0.243455 seconds and 8 git commands to generate.