-
- Downloads
Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-client
Pull ceph updates from Ilya Dryomov: "The main items are: - support for asynchronous create and unlink (Jeff Layton). Creates and unlinks are satisfied locally, without waiting for a reply from the MDS, provided the client has been granted appropriate caps (new in v15.y.z ("Octopus") release). This can be a big help for metadata heavy workloads such as tar and rsync. Opt-in with the new nowsync mount option. - multiple blk-mq queues for rbd (Hannes Reinecke and myself). When the driver was converted to blk-mq, we settled on a single blk-mq queue because of a global lock in libceph and some other technical debt. These have since been addressed, so allocate a queue per CPU to enhance parallelism. - don't hold onto caps that aren't actually needed (Zheng Yan). This has been our long-standing behavior, but it causes issues with some active/standby applications (synchronous I/O, stalls if the standby goes down, etc). - .snap directory timestamps consistent with ceph-fuse (Luis Henriques)" * tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-client: (49 commits) ceph: fix snapshot directory timestamps ceph: wait for async creating inode before requesting new max size ceph: don't skip updating wanted caps when cap is stale ceph: request new max size only when there is auth cap ceph: cleanup return error of try_get_cap_refs() ceph: return ceph_mdsc_do_request() errors from __get_parent() ceph: check all mds' caps after page writeback ceph: update i_requested_max_size only when sending cap msg to auth mds ceph: simplify calling of ceph_get_fmode() ceph: remove delay check logic from ceph_check_caps() ceph: consider inode's last read/write when calculating wanted caps ceph: always renew caps if mds_wanted is insufficient ceph: update dentry lease for async create ceph: attempt to do async create when possible ceph: cache layout in parent dir on first sync create ceph: add new MDS req field to hold delegated inode number ceph: decode interval_sets for delegated inos ceph: make ceph_fill_inode non-static ceph: perform asynchronous unlink if we have sufficient caps ceph: don't take refs to want mask unless we have all bits ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/ceph.rst 3 additions, 3 deletionsDocumentation/filesystems/ceph.rst
- drivers/block/rbd.c 79 additions, 136 deletionsdrivers/block/rbd.c
- fs/ceph/addr.c 85 additions, 5 deletionsfs/ceph/addr.c
- fs/ceph/cache.c 1 addition, 1 deletionfs/ceph/cache.c
- fs/ceph/caps.c 292 additions, 244 deletionsfs/ceph/caps.c
- fs/ceph/debugfs.c 8 additions, 8 deletionsfs/ceph/debugfs.c
- fs/ceph/dir.c 121 additions, 11 deletionsfs/ceph/dir.c
- fs/ceph/export.c 5 additions, 0 deletionsfs/ceph/export.c
- fs/ceph/file.c 378 additions, 108 deletionsfs/ceph/file.c
- fs/ceph/inode.c 50 additions, 34 deletionsfs/ceph/inode.c
- fs/ceph/ioctl.c 2 additions, 0 deletionsfs/ceph/ioctl.c
- fs/ceph/locks.c 29 additions, 2 deletionsfs/ceph/locks.c
- fs/ceph/mds_client.c 201 additions, 39 deletionsfs/ceph/mds_client.c
- fs/ceph/mds_client.h 25 additions, 5 deletionsfs/ceph/mds_client.h
- fs/ceph/super.c 28 additions, 0 deletionsfs/ceph/super.c
- fs/ceph/super.h 42 additions, 28 deletionsfs/ceph/super.h
- include/linux/ceph/ceph_fs.h 16 additions, 2 deletionsinclude/linux/ceph/ceph_fs.h
- include/linux/ceph/debugfs.h 0 additions, 14 deletionsinclude/linux/ceph/debugfs.h
- include/linux/ceph/libceph.h 1 addition, 0 deletionsinclude/linux/ceph/libceph.h
- include/linux/ceph/osd_client.h 0 additions, 17 deletionsinclude/linux/ceph/osd_client.h
Loading
Please register or sign in to comment