aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/orangefs-kernel.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-26orangefs: implement statxGravatar Martin Brandenburg 1-1/+3
2017-04-26orangefs: remove unused get_fsid_from_inoGravatar Martin Brandenburg 1-5/+0
2017-04-15orangefs: free superblock when mount failsGravatar Martin Brandenburg 1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+2
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-03orangefs: Remove orangefs_backing_dev_infoGravatar Jan Kara 1-1/+0
2016-10-24orangefs: don't use d_timeGravatar Miklos Szeredi 1-0/+7
2016-09-28Merge branch 'misc' into for-nextGravatar Martin Brandenburg 1-41/+6
2016-08-16orangefs: rename most remaining global variablesGravatar Martin Brandenburg 1-5/+5
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyGravatar Martin Brandenburg 1-2/+1
2016-08-15orangefs: make devreq_mutex staticGravatar Martin Brandenburg 1-1/+0
2016-08-15orangefs: clean up debugfs globalsGravatar Martin Brandenburg 1-33/+0
2016-08-12orangefs: add features opGravatar Martin Brandenburg 1-1/+3
2016-08-09orangefs: record userspace version for feature compatbilityGravatar Martin Brandenburg 1-0/+2
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Gravatar Martin Brandenburg 1-0/+2
2016-08-02orangefs: Cache getattr results.Gravatar Martin Brandenburg 1-1/+3
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-07-05orangefs: fix namespace handlingGravatar Jann Horn 1-2/+2
2016-07-05orangefs: Remove useless xattr prefix argumentsGravatar Andreas Gruenbacher 1-2/+0
2016-07-05orangefs: Remove useless definesGravatar Andreas Gruenbacher 1-11/+0
2016-05-29orangefs: constify inode_operationsGravatar Al Viro 1-3/+3
2016-05-02orangefs: don't open-code inode_lock/inode_unlockGravatar Al Viro 1-2/+2
2016-03-26orangefs: fix orangefs_superblock lockingGravatar Al Viro 1-33/+1
2016-03-25orangefs: sanitize ->llseek()Gravatar Al Viro 1-1/+0
2016-03-23orangefs: remove needless wrapper around GFP_KERNELGravatar Martin Brandenburg 1-3/+0
2016-03-23orangefs: remove wrapper around mutex_lock(&inode->i_mutex)Gravatar Martin Brandenburg 1-6/+2
2016-03-23orangefs: use new getattr for revalidate and remove old getattrGravatar Martin Brandenburg 1-2/+2
2016-03-23orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrGravatar Martin Brandenburg 1-1/+3
2016-03-23orangefs: remove inode->i_lock wrapperGravatar Martin Brandenburg 1-3/+0
2016-03-09orangefs: make fs_mount_pending staticGravatar Martin Brandenburg 1-1/+0
2016-02-26orangefs: remove unused 'diff' functionGravatar Arnd Bergmann 1-11/+0
2016-02-26orangefs: avoid time conversion functionGravatar Arnd Bergmann 1-5/+0
2016-02-24orangefs: clean up fill_default_sys_attrsGravatar Martin Brandenburg 1-2/+3
2016-02-24orangefs: remove vestigial async io codeGravatar Martin Brandenburg 1-8/+0
2016-02-24Orangefs: code sanitationGravatar Mike Marshall 1-1/+1
2016-02-24Orangefs: clean up orangefs_kernel_op_s comments.Gravatar Mike Marshall 1-7/+6
2016-02-19orangefs: get rid of op refcountsGravatar Al Viro 1-19/+1
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonGravatar Al Viro 1-1/+1
2016-02-19orangefs: get rid of op->doneGravatar Al Viro 1-2/+0
2016-02-19service_operation(): don't block signals, just use ..._killableGravatar Al Viro 1-4/+0
2016-02-19orangefs: get rid of loop in wait_for_matching_downcall()Gravatar Al Viro 1-3/+3
2016-02-19orangefs: delay freeing slot until cancel completesGravatar Al Viro 1-8/+32
2016-02-04orangefs: Implement inode_operations->permission().Gravatar Martin Brandenburg 1-0/+2
2016-02-04Orangefs: clean up slab allocation.Gravatar Mike Marshall 1-14/+1
2016-01-28orangefs: Fix revalidate.Gravatar Martin Brandenburg 1-1/+1
2016-01-23orangefs: clean up op_alloc()Gravatar Al Viro 1-2/+0
2016-01-23orangefs: move handle_io_error() to file.cGravatar Al Viro 1-40/+0
2016-01-23orangefs: don't reinvent completion.h...Gravatar Al Viro 1-2/+1
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESGravatar Al Viro 1-5/+0