aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-5/+8
2020-04-08orangefs: get rid of knob code...Mike Marshall1-4/+0
2019-12-04orangefs: posix open permission checking...Mike Marshall1-1/+2
2019-07-31docs: fs: convert porting to ReSTMauro Carvalho Chehab1-1/+1
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall1-1/+1
2019-05-03orangefs: remember count when reading.Mike Marshall1-0/+4
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg1-0/+4
2019-05-03orangefs: write range trackingMartin Brandenburg1-1/+9
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg1-5/+8
2019-05-03orangefs: service ops done for writeback are not killableMartin Brandenburg1-0/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg1-2/+6
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg1-3/+4
2019-05-03orangefs: implement xattr cacheMartin Brandenburg1-0/+11
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-01orangefs: revamp block sizesMartin Brandenburg1-1/+0
2018-04-03orangefs: remove unused codeMartin Brandenburg1-77/+0
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg1-3/+0
2018-02-06orangefs: make orangefs_make_bad_inode staticMartin Brandenburg1-2/+0
2018-02-06orangefs: remove ORANGEFS_KERNEL_DEBUGMartin Brandenburg1-6/+2
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg1-11/+0
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-29/+2
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg1-29/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11orangefs: remove detritus from struct orangefs_kiocb_sAl Viro1-6/+0
2017-04-26orangefs: implement statxMartin Brandenburg1-1/+3
2017-04-26orangefs: remove unused get_fsid_from_inoMartin Brandenburg1-5/+0
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-03orangefs: Remove orangefs_backing_dev_infoJan Kara1-1/+0
2016-10-24orangefs: don't use d_timeMiklos Szeredi1-0/+7
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg1-41/+6
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg1-5/+5
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg1-2/+1
2016-08-15orangefs: make devreq_mutex staticMartin Brandenburg1-1/+0
2016-08-15orangefs: clean up debugfs globalsMartin Brandenburg1-33/+0
2016-08-12orangefs: add features opMartin Brandenburg1-1/+3
2016-08-09orangefs: record userspace version for feature compatbilityMartin Brandenburg1-0/+2
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg1-0/+2
2016-08-02orangefs: Cache getattr results.Martin Brandenburg1-1/+3
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-07-05orangefs: fix namespace handlingJann Horn1-2/+2
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher1-2/+0
2016-07-05orangefs: Remove useless definesAndreas Gruenbacher1-11/+0
2016-05-29orangefs: constify inode_operationsAl Viro1-3/+3
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro1-2/+2