summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-kernel.h
Commit message (Expand)AuthorAgeFilesLines
* orangefs: pass slot index back to readpage.Mike Marshall2019-05-031-1/+1
* orangefs: remember count when reading.Mike Marshall2019-05-031-0/+4
* orangefs: add orangefs_revalidate_mappingMartin Brandenburg2019-05-031-0/+4
* orangefs: write range trackingMartin Brandenburg2019-05-031-1/+9
* orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-031-5/+8
* orangefs: service ops done for writeback are not killableMartin Brandenburg2019-05-031-0/+1
* orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-031-2/+6
* orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-031-3/+4
* orangefs: implement xattr cacheMartin Brandenburg2019-05-031-0/+11
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | orangefs: revamp block sizesMartin Brandenburg2018-06-011-1/+0
|/
* orangefs: remove unused codeMartin Brandenburg2018-04-031-77/+0
* orangefs: make several *_operations structs staticMartin Brandenburg2018-04-031-3/+0
* orangefs: make orangefs_make_bad_inode staticMartin Brandenburg2018-02-061-2/+0
* orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg2018-02-061-6/+2
* orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2018-01-251-11/+0
* Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-211-29/+2
|\
| * orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-131-29/+2
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-6/+0
|\ \ | |/ |/|
| * orangefs: remove detritus from struct orangefs_kiocb_sAl Viro2017-10-111-6/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* orangefs: implement statxMartin Brandenburg2017-04-261-1/+3
* orangefs: remove unused get_fsid_from_inoMartin Brandenburg2017-04-261-5/+0
* orangefs: free superblock when mount failsMartin Brandenburg2017-04-151-0/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+2
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+2
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
|/
* orangefs: Remove orangefs_backing_dev_infoJan Kara2017-02-031-1/+0
* orangefs: don't use d_timeMiklos Szeredi2016-10-241-0/+7
* Merge branch 'misc' into for-nextMartin Brandenburg2016-09-281-41/+6
|\
| * orangefs: rename most remaining global variablesMartin Brandenburg2016-08-161-5/+5
| * orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg2016-08-151-2/+1
| * orangefs: make devreq_mutex staticMartin Brandenburg2016-08-151-1/+0
| * orangefs: clean up debugfs globalsMartin Brandenburg2016-08-151-33/+0
* | orangefs: add features opMartin Brandenburg2016-08-121-1/+3
* | orangefs: record userspace version for feature compatbilityMartin Brandenburg2016-08-091-0/+2
|/
* orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg2016-08-021-0/+2
* orangefs: Cache getattr results.Martin Brandenburg2016-08-021-1/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-3/+3
|\
| * orangefs: constify inode_operationsAl Viro2016-05-291-3/+3
* | orangefs: fix namespace handlingJann Horn2016-07-051-2/+2
* | orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher2016-07-051-2/+0
* | orangefs: Remove useless definesAndreas Gruenbacher2016-07-051-11/+0
|/
* orangefs: don't open-code inode_lock/inode_unlockAl Viro2016-05-021-2/+2
* orangefs: fix orangefs_superblock lockingAl Viro2016-03-261-33/+1
* orangefs: sanitize ->llseek()Al Viro2016-03-251-1/+0
* orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg2016-03-231-3/+0
* orangefs: remove wrapper around mutex_lock(&inode->i_mutex)Martin Brandenburg2016-03-231-6/+2
* orangefs: use new getattr for revalidate and remove old getattrMartin Brandenburg2016-03-231-2/+2