aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-04-26orangefs: implement statxMartin Brandenburg1-5/+11
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-7/+6
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-nextMike Marshall1-0/+1
2017-02-03orangefs: Remove orangefs_backing_dev_infoJan Kara1-6/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-07orangefs: use %pd/%pDAl Viro1-6/+6
2016-08-02orangefs: Cache getattr results.Martin Brandenburg1-3/+3
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+1
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall1-14/+11
2016-05-29orangefs: constify inode_operationsAl Viro1-1/+1
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-15/+1
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg1-15/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2016-03-23ornagefs: ensure that truncate has an up to date inode sizeMartin Brandenburg1-1/+12
2016-03-23orangefs: move code which sets i_link to orangefs_inode_getattrMartin Brandenburg1-2/+0
2016-03-23orangefs: use new getattr in inode getattr and permissionMartin Brandenburg1-12/+2
2016-03-23orangefs: use new orangefs_inode_getattr to create new inodesMartin Brandenburg1-4/+2
2016-03-23orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg1-4/+5
2016-03-17orangefs: remove paranoia in orangefs_set_inodeMartin Brandenburg1-10/+2
2016-03-14Orangefs: follow_link -> get_link changeMike Marshall1-5/+3
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall1-2/+2
2016-02-04orangefs: Do not retrieve size from servers unless it it necessary.Martin Brandenburg1-2/+4
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg1-0/+19
2016-01-28orangefs: Fix revalidate.Martin Brandenburg1-3/+3
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-4/+4
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu1-88/+88
2015-11-13orangefs: make pvfs2_inode_read() take iov_iterAl Viro1-10/+7
2015-10-05Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall1-12/+12
2015-10-03Orangefs: sooth most sparse complaintsMike Marshall1-1/+1
2015-10-03Orangefs: kernel client part 2Mike Marshall1-0/+469