aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
AgeCommit message (Expand)Author
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al 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: remove unused variableMartin Brandenburg
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall
2016-04-08Orangefs: xattr.c cleanupMike Marshall
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31orangefs: minimum userspace version is 2.9.3Martin Brandenburg
2016-03-31orangefs: don't put readdir slot twiceMartin Brandenburg
2016-03-26orangefs: fix orangefs_superblock lockingAl Viro
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughAl Viro
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro
2016-03-25orangefs: sanitize ->llseek()Al Viro
2016-03-25orangefs-bufmap.h: trim unused junkAl Viro
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro
2016-03-25orangefs: get rid of readdir_handle_sAl Viro
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: remove needless wrapper around GFP_KERNELMartin Brandenburg
2016-03-23orangefs: remove wrapper around mutex_lock(&inode->i_mutex)Martin Brandenburg
2016-03-23orangefs: refactor inode type or link_target change detectionMartin Brandenburg
2016-03-23orangefs: use new getattr for revalidate and remove old getattrMartin Brandenburg
2016-03-23orangefs: use new getattr in inode getattr and permissionMartin Brandenburg
2016-03-23orangefs: use new orangefs_inode_getattr to get size in write and llseekMartin 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-23orangefs: remove inode->i_lock wrapperMartin Brandenburg
2016-03-17orangefs: put register_chrdev immediately before register_filesystemMartin Brandenburg
2016-03-17orangefs: remove paranoia in orangefs_set_inodeMartin Brandenburg
2016-03-17orangefs: sanitize listxattr and return EIO on impossible valuesMartin Brandenburg
2016-03-17orangefs: remove unused reference to xattr key lengthMartin Brandenburg
2016-03-17Orangefs: adjust unwind on module init failure.Mike Marshall
2016-03-14Orangefs: fix sloppy cleanups of debugfs and sysfs init failures.Mike Marshall
2016-03-14Orangefs: follow_link -> get_link changeMike Marshall
2016-03-14Orangefs: Extra sanity insurance on buffer before using string functions on it.Mike Marshall
2016-03-09orangefs: make fs_mount_pending staticMartin Brandenburg
2016-03-09orangefs: Avoid symlink upcall if target is too long.Martin Brandenburg
2016-03-09Orangefs: improve the POSIXness of interrupted writes...Mike Marshall
2016-03-09Orangefs: add a new gossip statementMike Marshall
2016-03-03Orangefs: improve gossip statementsMike Marshall
2016-02-26Orangefs: update orangefs.txtMike Marshall
2016-02-26Orangefs: code sanitation.Mike Marshall