summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2017-11-05ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-11-05ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton
2017-05-17ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-03-06ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2016-12-23posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-01ceph: fix error handling in ceph_read_iterNikolay Borisov
2015-12-14ceph: fix message length computationArnd Bergmann
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-04-22ceph: fix uninline data functionYan, Zheng
2015-04-22ceph: rename snapshot supportYan, Zheng
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng
2015-04-20ceph: show non-default options onlyIlya Dryomov
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap
2015-04-20ceph: properly release page upon errorTaesoo Kim
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire
2015-04-20ceph: remove redundant declarationFabian Frederick
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-02-19ceph: return error for traceless reply raceYan, Zheng
2015-02-19ceph: fix dentry leaksYan, Zheng
2015-02-19ceph: re-send requests when MDS enters reconnecting stageYan, Zheng
2015-02-19ceph: show nocephx_require_signatures and notcp_nodelay optionsIlya Dryomov
2015-02-19ceph: fix atomic_open snapdirYan, Zheng
2015-02-19ceph: properly mark empty directory as completeYan, Zheng
2015-02-19client: include kernel version in client metadataYan, Zheng
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng
2015-02-19ceph: fix request time stamp encodingYan, Zheng
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng