aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-17orangefs: put register_chrdev immediately before register_filesystemMartin Brandenburg1-13/+13
2016-03-17orangefs: remove paranoia in orangefs_set_inodeMartin Brandenburg1-10/+2
2016-03-17orangefs: sanitize listxattr and return EIO on impossible valuesMartin Brandenburg1-0/+10
2016-03-17orangefs: remove unused reference to xattr key lengthMartin Brandenburg1-5/+0
2016-03-17Orangefs: adjust unwind on module init failure.Mike Marshall1-4/+3
2016-03-14Orangefs: fix sloppy cleanups of debugfs and sysfs init failures.Mike Marshall3-62/+76
2016-03-14Orangefs: follow_link -> get_link changeMike Marshall2-19/+4
2016-03-14Orangefs: Extra sanity insurance on buffer before using string functions on it.Mike Marshall1-0/+13
2016-03-09orangefs: make fs_mount_pending staticMartin Brandenburg2-39/+38
2016-03-09orangefs: Avoid symlink upcall if target is too long.Martin Brandenburg1-0/+3
2016-03-09Orangefs: improve the POSIXness of interrupted writes...Mike Marshall1-9/+45
2016-03-09Orangefs: add a new gossip statementMike Marshall1-0/+4
2016-03-03Orangefs: improve gossip statementsMike Marshall4-21/+49
2016-02-26Orangefs: update orangefs.txtMike Marshall1-2/+2
2016-02-26Orangefs: code sanitation.Mike Marshall3-29/+46
2016-02-26orangefs: remove unused 'diff' functionArnd Bergmann1-11/+0
2016-02-26orangefs: avoid time conversion functionArnd Bergmann2-12/+5
2016-02-24orangefs: clean up fill_default_sys_attrsMartin Brandenburg1-2/+3
2016-02-24orangefs: we never lookup with sym_follow setMartin Brandenburg2-5/+2
2016-02-24orangefs: remove vestigial async io codeMartin Brandenburg3-11/+2
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg6-21/+20
2016-02-24orangefs: don't d_drop in d_revalidate since the caller willMartin Brandenburg1-8/+2
2016-02-24orangefs: free readdir buffer index before the dir_emit loopMartin Brandenburg1-25/+9
2016-02-24Orangefs: code sanitationMike Marshall4-14/+29
2016-02-24Orangefs: clean up orangefs_kernel_op_s comments.Mike Marshall1-7/+6
2016-02-19orangefs: get rid of op refcountsAl Viro2-22/+2
2016-02-19orangefs: have ..._clean_interrupted_...() wait for copy to/from daemonAl Viro3-23/+21
2016-02-19orangefs: set correct ->downcall.status on failing to copy reply from daemonAl Viro1-39/+22
2016-02-19Orangefs: remove vestigial ASYNC codeMike Marshall1-7/+0