summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng
2017-01-12ceph: fix get_oldest_context()Geng, Jichao
2017-01-12ceph: fix mds cluster availability checkYan, Zheng
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro
2016-12-14libceph: always signal completion when doneIlya Dryomov
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton
2016-12-12ceph: update cap message struct version to 10Jeff Layton
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton
2016-12-12ceph: fix minor typo in unsafe_request_waitJeff Layton
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng
2016-12-12ceph: fix splice read for no Fc capability caseYan, Zheng
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2016-12-12ceph: fix scheduler warning due to nested blockingNikolay Borisov
2016-12-12ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov
2016-12-10fix ceph_write_end()Al Viro
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton