summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-13orangefs: call op_release sooner when creating inodesMartin Brandenburg
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg
2017-11-13orangefs: use ARRAY_SIZEJérémy Lefaure
2017-11-13orangefs: remove initialization of i_versionJeff Layton
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11orangefs: remove detritus from struct orangefs_kiocb_sAl Viro
2017-09-14orangefs: Adjust three checks for null pointersMarkus Elfring
2017-09-14orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring
2017-09-14orangefs: constify xattr_handler structureJulia Lawall
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncJeff Layton
2017-09-14orangefs: off by ones in xattr size checksDan Carpenter
2017-09-14orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall
2017-09-14orangefs: Don't clear SGID when inheriting ACLsJan Kara
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-11orangefs: Implement show_optionsDavid Howells
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-04orangefs: count directory pieces correctlyMartin Brandenburg
2017-05-04orangefs: invalidate stored directory on seekMartin Brandenburg
2017-05-04orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg
2017-04-26orangefs: handle zero size write in debugfsDan Carpenter
2017-04-26orangefs: do not wait for timeout if umountingMartin Brandenburg
2017-04-26orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg
2017-04-26orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg
2017-04-26orangefs: implement statxMartin Brandenburg
2017-04-26orangefs: remove ORANGEFS_READDIR macrosMartin Brandenburg
2017-04-26orangefs: support very large directoriesMartin Brandenburg
2017-04-26orangefs: support llseek on directoriesMartin Brandenburg
2017-04-26orangefs: rewrite readdir to fix several bugsMartin Brandenburg
2017-04-26orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg
2017-04-26orangefs: clean up oversize xattr validationMartin Brandenburg
2017-04-26orangefs: fix bounds check for listxattrMartin Brandenburg
2017-04-26orangefs: remove unused get_fsid_from_inoMartin Brandenburg
2017-04-21orangefs: use iov_iter_revert()Al Viro
2017-04-17orangefs_bufmap_copy_from_iovec(): fix EFAULT handlingAl Viro
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg
2017-04-07orangefs: move features validation to fix filesystem hangMartin Brandenburg
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02orangefs: Use RCU for destroy_inodePeter Zijlstra
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall