aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton6-28/+39
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton5-38/+45
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton3-5/+4
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng3-5/+5
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr2-2/+10
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski5-10/+10
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton3-6/+13
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton1-22/+42
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2017-01-12ceph: fix get_oldest_context()Geng, Jichao1-2/+2
2017-01-12ceph: fix mds cluster availability checkYan, Zheng1-0/+5
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+8
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds8-211/+540
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-100/+15
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro6-100/+15
2016-12-14libceph: always signal completion when doneIlya Dryomov1-1/+1
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng1-0/+9
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton1-10/+15
2016-12-12ceph: update cap message struct version to 10Jeff Layton1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton1-7/+7
2016-12-12ceph: fix minor typo in unsafe_request_waitJeff Layton1-1/+1
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng3-13/+22
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng4-11/+182
2016-12-12ceph: fix splice read for no Fc capability caseYan, Zheng1-54/+66
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng4-11/+73
2016-12-12ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2016-12-12ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang1-1/+1
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-2/+2
2016-12-10fix ceph_write_end()Al Viro1-6/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-11-10ceph: use default file splice read callbackYan, Zheng1-1/+0
2016-10-28ceph: switch to use of ->d_init()Al Viro6-67/+5