aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2017-01-12ceph: fix get_oldest_context()Gravatar Geng, Jichao 1-2/+2
2017-01-12ceph: fix mds cluster availability checkGravatar Yan, Zheng 1-0/+5
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+8
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 8-211/+540
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-100/+15
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusGravatar Al Viro 6-100/+15
2016-12-14libceph: always signal completion when doneGravatar Ilya Dryomov 1-1/+1
2016-12-14ceph: avoid creating orphan object when checking pool permissionGravatar Yan, Zheng 1-0/+9
2016-12-12ceph: properly set issue_seq for cap releaseGravatar Yan, Zheng 1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgGravatar Jeff Layton 1-10/+15
2016-12-12ceph: update cap message struct version to 10Gravatar Jeff Layton 1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgGravatar Jeff Layton 1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsGravatar Jeff Layton 1-7/+7
2016-12-12ceph: fix minor typo in unsafe_request_waitGravatar Jeff Layton 1-1/+1
2016-12-12ceph: record truncate size/seq for snap data writebackGravatar Yan, Zheng 3-13/+22
2016-12-12ceph: check availability of mds cluster on mountGravatar Yan, Zheng 4-11/+182
2016-12-12ceph: fix splice read for no Fc capability caseGravatar Yan, Zheng 1-54/+66
2016-12-12ceph: try getting buffer capability for readahead/fadviseGravatar Yan, Zheng 4-11/+73
2016-12-12ceph: fix scheduler warning due to nested blockingGravatar Nikolay Borisov 1-3/+9
2016-12-12ceph: fix printing wrong return variable in ceph_direct_read_write()Gravatar Zhi Zhang 1-1/+1
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Gravatar Ilya Dryomov 1-2/+2
2016-12-10fix ceph_write_end()Gravatar Al Viro 1-6/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateGravatar Jeff Layton 1-10/+14
2016-11-10ceph: use default file splice read callbackGravatar Yan, Zheng 1-1/+0
2016-10-28ceph: switch to use of ->d_init()Gravatar Al Viro 6-67/+5
2016-10-28ceph: unify dentry_operations instancesGravatar Al Viro 4-33/+10
2016-10-18ceph: fix non static symbol warningGravatar Wei Yongjun 1-2/+2
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Gravatar Geert Uytterhoeven 1-0/+2
2016-10-18ceph: fix readdir vs fragmentation raceGravatar Yan, Zheng 1-1/+2
2016-10-15ceph: fix error handling in ceph_read_iterGravatar Nikolay Borisov 1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-5/+9
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-9/+0
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 7-53/+61
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 2-12/+18
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 2-9/+0
2016-10-03ceph: use list_move instead of list_del/list_addGravatar Wei Yongjun 1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageGravatar Yan, Zheng 3-5/+25
2016-10-03ceph: avoid accessing / when mounting a subpathGravatar Yan, Zheng 1-29/+20
2016-10-03ceph: fix mandatory flock checkGravatar Yan, Zheng 1-2/+2
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageGravatar NeilBrown 1-3/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeGravatar NeilBrown 1-2/+2
2016-10-03ceph: fix error handling of start_read()Gravatar Yan, Zheng 1-10/+9
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 3-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-2/+2
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-3/+7
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Gravatar Jan Kara 2-8/+16