aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg3-8/+8
2016-08-02orangefs: Change default dcache and getattr timeout to 50 msec.Martin Brandenburg1-2/+2
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg6-7/+52
2016-08-02orangefs: Cache getattr results.Martin Brandenburg5-29/+34
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg2-0/+9
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-12/+8
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: fix namespace handlingJann Horn5-8/+15
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall1-14/+11
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher4-66/+30
2016-07-05orangefs: Remove redundant "trusted." xattr handlerAndreas Gruenbacher1-37/+0
2016-07-05orangefs: Remove useless definesAndreas Gruenbacher4-28/+12
2016-05-29orangefs: constify inode_operationsAl Viro4-6/+6
2016-05-29orangefs: don't open-code %pd2Al Viro1-6/+2
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+6
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro2-4/+4
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-4/+6
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-4/+6
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds6-53/+28
2016-04-08orangefs: remove unused variableMartin Brandenburg1-3/+1
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches1-14/+17
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg1-1/+5
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg1-15/+1
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall2-2/+2
2016-04-08Orangefs: xattr.c cleanupMike Marshall1-16/+1
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds3-8/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-8/+8
2016-03-31orangefs: minimum userspace version is 2.9.3Martin Brandenburg1-1/+1
2016-03-31orangefs: don't put readdir slot twiceMartin Brandenburg1-5/+3
2016-03-26orangefs: fix orangefs_superblock lockingAl Viro3-58/+47
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughAl Viro1-1/+1
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro1-3/+3
2016-03-25orangefs: sanitize ->llseek()Al Viro2-10/+3
2016-03-25orangefs-bufmap.h: trim unused junkAl Viro1-9/+0
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro4-28/+16
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro3-23/+14
2016-03-25orangefs: get rid of readdir_handle_sAl Viro1-63/+30
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 Brandenburg2-2/+1
2016-03-23orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg2-5/+1
2016-03-23orangefs: remove wrapper around mutex_lock(&inode->i_mutex)Martin Brandenburg1-6/+2
2016-03-23orangefs: refactor inode type or link_target change detectionMartin Brandenburg1-41/+36
2016-03-23orangefs: use new getattr for revalidate and remove old getattrMartin Brandenburg3-325/+49
2016-03-23orangefs: use new getattr in inode getattr and permissionMartin Brandenburg1-12/+2
2016-03-23orangefs: use new orangefs_inode_getattr to get size in write and llseekMartin Brandenburg1-6/+8
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 Brandenburg5-10/+133
2016-03-23orangefs: remove inode->i_lock wrapperMartin Brandenburg2-7/+4