Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull Ceph updates from Sage Weil: "There is quite a bit here, including some overdue refactoring and cleanup on the mon_client and osd_client code from Ilya, scattered writeback support for CephFS and a pile of bug fixes from Zheng, and a few random cleanups and fixes from others" [ I already decided not to pull this because of it having been rebased recently, but ended up changing my mind after all. Next time I'll really hold people to it. Oh well. - Linus ] * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: (34 commits) libceph: use KMEM_CACHE macro ceph: use kmem_cache_zalloc rbd: use KMEM_CACHE macro ceph: use lookup request to revalidate dentry ceph: kill ceph_get_dentry_parent_inode() ceph: fix security xattr deadlock ceph: don't request vxattrs from MDS ceph: fix mounting same fs multiple times ceph: remove unnecessary NULL check ceph: avoid u...
Showing
- drivers/block/rbd.c 3 additions, 11 deletionsdrivers/block/rbd.c
- fs/ceph/addr.c 204 additions, 120 deletionsfs/ceph/addr.c
- fs/ceph/caps.c 7 additions, 4 deletionsfs/ceph/caps.c
- fs/ceph/dir.c 47 additions, 22 deletionsfs/ceph/dir.c
- fs/ceph/export.c 13 additions, 0 deletionsfs/ceph/export.c
- fs/ceph/file.c 10 additions, 5 deletionsfs/ceph/file.c
- fs/ceph/inode.c 27 additions, 7 deletionsfs/ceph/inode.c
- fs/ceph/mds_client.c 5 additions, 2 deletionsfs/ceph/mds_client.c
- fs/ceph/snap.c 0 additions, 16 deletionsfs/ceph/snap.c
- fs/ceph/super.c 19 additions, 28 deletionsfs/ceph/super.c
- fs/ceph/super.h 16 additions, 7 deletionsfs/ceph/super.h
- fs/ceph/xattr.c 71 additions, 7 deletionsfs/ceph/xattr.c
- include/linux/ceph/ceph_features.h 2 additions, 0 deletionsinclude/linux/ceph/ceph_features.h
- include/linux/ceph/ceph_fs.h 4 additions, 3 deletionsinclude/linux/ceph/ceph_fs.h
- include/linux/ceph/libceph.h 6 additions, 2 deletionsinclude/linux/ceph/libceph.h
- include/linux/ceph/mon_client.h 23 additions, 8 deletionsinclude/linux/ceph/mon_client.h
- include/linux/ceph/osd_client.h 10 additions, 5 deletionsinclude/linux/ceph/osd_client.h
- net/ceph/ceph_common.c 3 additions, 1 deletionnet/ceph/ceph_common.c
- net/ceph/debugfs.c 11 additions, 6 deletionsnet/ceph/debugfs.c
- net/ceph/messenger.c 5 additions, 24 deletionsnet/ceph/messenger.c
Please register or sign in to comment