aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)Author
2016-08-02orangefs: Cache getattr results.Martin Brandenburg
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall
2016-05-29orangefs: constify inode_operationsAl Viro
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-23ornagefs: ensure that truncate has an up to date inode sizeMartin Brandenburg
2016-03-23orangefs: move code which sets i_link to orangefs_inode_getattrMartin Brandenburg
2016-03-23orangefs: use new getattr in inode getattr and permissionMartin Brandenburg
2016-03-23orangefs: use new orangefs_inode_getattr to create new inodesMartin Brandenburg
2016-03-23orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg
2016-03-17orangefs: remove paranoia in orangefs_set_inodeMartin Brandenburg
2016-03-14Orangefs: follow_link -> get_link changeMike Marshall
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall
2016-02-04orangefs: Do not retrieve size from servers unless it it necessary.Martin Brandenburg
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg
2016-01-28orangefs: Fix revalidate.Martin Brandenburg
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu
2015-11-13orangefs: make pvfs2_inode_read() take iov_iterAl Viro
2015-10-05Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall
2015-10-03Orangefs: sooth most sparse complaintsMike Marshall
2015-10-03Orangefs: kernel client part 2Mike Marshall