summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | orangefs: don't let orangefs_iget return NULL.Mike Marshall2018-10-181-1/+5
* | orangefs: don't let orangefs_new_inode return NULLMike Marshall2018-10-181-1/+1
|/
* orangefs: remove redundant pointer orangefs_inodeColin Ian King2018-08-141-3/+0
* 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: formatting cleanupsMike Marshall2018-06-011-18/+26
* | orangefs: report attributes_mask and attributes for statxMartin Brandenburg2018-06-011-0/+7
* | orangefs: revamp block sizesMartin Brandenburg2018-06-011-4/+2
|/
* orangefs: make several *_operations structs staticMartin Brandenburg2018-04-031-2/+2
* orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-131-0/+17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: do not check possibly stale size on truncateMartin Brandenburg2017-04-261-2/+1
* orangefs: implement statxMartin Brandenburg2017-04-261-5/+11
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-7/+6
* Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall2017-02-251-0/+1
|\
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* | orangefs: Remove orangefs_backing_dev_infoJan Kara2017-02-031-6/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / orangefs: use %pd/%pDAl Viro2016-08-071-6/+6
|/
* orangefs: Cache getattr results.Martin Brandenburg2016-08-021-3/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+1
|\
| * orangefs: constify inode_operationsAl Viro2016-05-291-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+1
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+1
| |/
* / Orangefs: allow O_DIRECT in openMike Marshall2016-07-051-14/+11
|/
* Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-091-15/+1
|\
| * orangefs: clean up truncate ctime and mtime settingMartin Brandenburg2016-04-081-15/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
|/
* ornagefs: ensure that truncate has an up to date inode sizeMartin Brandenburg2016-03-231-1/+12
* orangefs: move code which sets i_link to orangefs_inode_getattrMartin Brandenburg2016-03-231-2/+0
* orangefs: use new getattr in inode getattr and permissionMartin Brandenburg2016-03-231-12/+2
* orangefs: use new orangefs_inode_getattr to create new inodesMartin Brandenburg2016-03-231-4/+2
* orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg2016-03-231-4/+5
* orangefs: remove paranoia in orangefs_set_inodeMartin Brandenburg2016-03-171-10/+2
* Orangefs: follow_link -> get_link changeMike Marshall2016-03-141-5/+3
* Orangefs: make some gossip statements more helpful.Mike Marshall2016-02-191-2/+2
* orangefs: Do not retrieve size from servers unless it it necessary.Martin Brandenburg2016-02-041-2/+4
* orangefs: Implement inode_operations->permission().Martin Brandenburg2016-02-041-0/+19
* orangefs: Fix revalidate.Martin Brandenburg2016-01-281-3/+3
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-041-4/+4
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-031-88/+88
* orangefs: make pvfs2_inode_read() take iov_iterAl Viro2015-11-131-10/+7
* Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall2015-10-051-12/+12