| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: skip checking caps when session reconnecting and releasing reqs | Xiubo Li | 2020-06-01 | 4 | -4/+30 |
* | ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock | Xiubo Li | 2020-06-01 | 1 | -2/+2 |
* | ceph: don't return -ESTALE if there's still an open file | Luis Henriques | 2020-06-01 | 1 | -1/+8 |
* | ceph: allow rename operation under different quota realms | Luis Henriques | 2020-06-01 | 3 | -6/+64 |
* | ceph: normalize 'delta' parameter usage in check_quota_exceeded | Luis Henriques | 2020-06-01 | 1 | -3/+1 |
* | ceph: ceph_kick_flushing_caps needs the s_mutex | Jeff Layton | 2020-06-01 | 4 | -3/+12 |
* | ceph: request expedited service on session's last cap flush | Jeff Layton | 2020-06-01 | 1 | -2/+6 |
* | ceph: convert mdsc->cap_dirty to a per-session list | Jeff Layton | 2020-06-01 | 4 | -19/+85 |
* | ceph: reset i_requested_max_size if file write is not wanted | Yan, Zheng | 2020-06-01 | 1 | -10/+19 |
* | ceph: throw a warning if we destroy session with mutex still locked | Jeff Layton | 2020-06-01 | 1 | -0/+1 |
* | ceph: fix potential race in ceph_check_caps | Jeff Layton | 2020-06-01 | 1 | -1/+13 |
* | ceph: document what protects i_dirty_item and i_flushing_item | Jeff Layton | 2020-06-01 | 1 | -1/+3 |
* | ceph: don't take i_ceph_lock in handle_cap_import | Jeff Layton | 2020-06-01 | 1 | -3/+2 |
* | ceph: don't release i_ceph_lock in handle_cap_trunc | Jeff Layton | 2020-06-01 | 1 | -8/+10 |
* | ceph: add comments for handle_cap_flush_ack logic | Jeff Layton | 2020-06-01 | 1 | -1/+13 |
* | ceph: split up __finish_cap_flush | Jeff Layton | 2020-06-01 | 1 | -31/+29 |
* | ceph: reorganize __send_cap for less spinlock abuse | Jeff Layton | 2020-06-01 | 1 | -79/+86 |
* | ceph: add metadata perf metric support | Xiubo Li | 2020-06-01 | 5 | -0/+53 |
* | ceph: add read/write latency metric support | Xiubo Li | 2020-06-01 | 5 | -1/+186 |
* | ceph: add caps perf metric for each superblock | Xiubo Li | 2020-06-01 | 9 | -14/+83 |
* | ceph: add dentry lease metric support | Xiubo Li | 2020-06-01 | 8 | -7/+113 |
* | ceph: flush release queue when handling caps for unknown inode | Jeff Layton | 2020-05-27 | 1 | -1/+1 |
* | Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-05-10 | 1 | -1/+1 |
|\ |
|
| * | bdi: use bdi_dev_name() to get device name | Yufen Yu | 2020-05-09 | 1 | -1/+1 |
* | | ceph: demote quotarealm lookup warning to a debug message | Luis Henriques | 2020-05-08 | 1 | -2/+2 |
* | | ceph: fix double unlock in handle_cap_export() | Wu Bo | 2020-05-04 | 1 | -0/+1 |
* | | ceph: fix special error code in ceph_try_get_caps() | Wu Bo | 2020-05-04 | 1 | -1/+1 |
* | | ceph: fix endianness bug when handling MDS session feature bits | Jeff Layton | 2020-05-04 | 1 | -5/+3 |
|/ |
|
* | ceph: fix potential bad pointer deref in async dirops cb's | Jeff Layton | 2020-04-13 | 3 | -5/+5 |
* | ceph: fix snapshot directory timestamps | Luis Henriques | 2020-03-30 | 1 | -0/+4 |
* | ceph: wait for async creating inode before requesting new max size | Yan, Zheng | 2020-03-30 | 1 | -0/+5 |
* | ceph: don't skip updating wanted caps when cap is stale | Yan, Zheng | 2020-03-30 | 1 | -2/+6 |
* | ceph: request new max size only when there is auth cap | Yan, Zheng | 2020-03-30 | 1 | -1/+1 |
* | ceph: cleanup return error of try_get_cap_refs() | Yan, Zheng | 2020-03-30 | 1 | -11/+15 |
* | ceph: return ceph_mdsc_do_request() errors from __get_parent() | Qiujun Huang | 2020-03-30 | 1 | -0/+5 |
* | ceph: check all mds' caps after page writeback | Yan, Zheng | 2020-03-30 | 2 | -2/+2 |
* | ceph: update i_requested_max_size only when sending cap msg to auth mds | Yan, Zheng | 2020-03-30 | 1 | -1/+2 |
* | ceph: simplify calling of ceph_get_fmode() | Yan, Zheng | 2020-03-30 | 4 | -48/+10 |
* | ceph: remove delay check logic from ceph_check_caps() | Yan, Zheng | 2020-03-30 | 4 | -126/+44 |
* | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 2020-03-30 | 7 | -74/+187 |
* | ceph: always renew caps if mds_wanted is insufficient | Yan, Zheng | 2020-03-30 | 3 | -33/+21 |
* | ceph: update dentry lease for async create | Yan, Zheng | 2020-03-30 | 1 | -0/+3 |
* | ceph: attempt to do async create when possible | Jeff Layton | 2020-03-30 | 1 | -7/+240 |
* | ceph: cache layout in parent dir on first sync create | Jeff Layton | 2020-03-30 | 5 | -5/+40 |
* | ceph: add new MDS req field to hold delegated inode number | Jeff Layton | 2020-03-30 | 2 | -2/+2 |
* | ceph: decode interval_sets for delegated inos | Jeff Layton | 2020-03-30 | 2 | -10/+121 |
* | ceph: make ceph_fill_inode non-static | Jeff Layton | 2020-03-30 | 2 | -23/+32 |
* | ceph: perform asynchronous unlink if we have sufficient caps | Jeff Layton | 2020-03-30 | 3 | -5/+128 |
* | ceph: don't take refs to want mask unless we have all bits | Yan, Zheng | 2020-03-30 | 1 | -1/+4 |
* | ceph: cap tracking for async directory operations | Jeff Layton | 2020-03-30 | 3 | -14/+50 |