aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28ceph: unify dentry_operations instancesAl Viro4-33/+10
2016-10-18ceph: fix non static symbol warningWei Yongjun1-2/+2
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven1-0/+2
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng1-1/+2
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-5/+9
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+0
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-53/+61
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-12/+18
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-9/+0
2016-10-03ceph: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng3-5/+25
2016-10-03ceph: avoid accessing / when mounting a subpathYan, Zheng1-29/+20
2016-10-03ceph: fix mandatory flock checkYan, Zheng1-2/+2
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown1-3/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown1-2/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng1-10/+9
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani3-4/+4