summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* 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
* Orangefs: sooth most sparse complaintsMike Marshall2015-10-031-1/+1
* Orangefs: kernel client part 2Mike Marshall2015-10-031-0/+469