summaryrefslogtreecommitdiff
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)Author
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg
2017-04-26orangefs: implement statxMartin Brandenburg
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall
2017-02-03orangefs: Remove orangefs_backing_dev_infoJan Kara
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-07orangefs: use %pd/%pDAl Viro
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