aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li4-4/+30
2020-06-01ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li1-2/+2
2020-06-01ceph: don't return -ESTALE if there's still an open fileLuis Henriques1-1/+8
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques3-6/+64
2020-06-01ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques1-3/+1
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton4-3/+12
2020-06-01ceph: request expedited service on session's last cap flushJeff Layton1-2/+6
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton4-19/+85
2020-06-01ceph: reset i_requested_max_size if file write is not wantedYan, Zheng1-10/+19
2020-06-01ceph: throw a warning if we destroy session with mutex still lockedJeff Layton1-0/+1
2020-06-01ceph: fix potential race in ceph_check_capsJeff Layton1-1/+13
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton1-1/+3
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importJeff Layton1-3/+2
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton1-8/+10
2020-06-01ceph: add comments for handle_cap_flush_ack logicJeff Layton1-1/+13
2020-06-01ceph: split up __finish_cap_flushJeff Layton1-31/+29
2020-06-01ceph: reorganize __send_cap for less spinlock abuseJeff Layton1-79/+86
2020-06-01ceph: add metadata perf metric supportXiubo Li5-0/+53
2020-06-01ceph: add read/write latency metric supportXiubo Li5-1/+186
2020-06-01ceph: add caps perf metric for each superblockXiubo Li9-14/+83
2020-06-01ceph: add dentry lease metric supportXiubo Li8-7/+113
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu1-1/+1
2020-05-08ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2020-05-04ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-04ceph: fix special error code in ceph_try_get_caps()Wu Bo1-1/+1
2020-05-04ceph: fix endianness bug when handling MDS session feature bitsJeff Layton1-5/+3
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton3-5/+5
2020-03-30ceph: fix snapshot directory timestampsLuis Henriques1-0/+4
2020-03-30ceph: wait for async creating inode before requesting new max sizeYan, Zheng1-0/+5
2020-03-30ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-03-30ceph: request new max size only when there is auth capYan, Zheng1-1/+1
2020-03-30ceph: cleanup return error of try_get_cap_refs()Yan, Zheng1-11/+15
2020-03-30ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-03-30ceph: check all mds' caps after page writebackYan, Zheng2-2/+2
2020-03-30ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng1-1/+2
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng4-48/+10
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng4-126/+44
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng7-74/+187
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng3-33/+21
2020-03-30ceph: update dentry lease for async createYan, Zheng1-0/+3
2020-03-30ceph: attempt to do async create when possibleJeff Layton1-7/+240
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton5-5/+40
2020-03-30ceph: add new MDS req field to hold delegated inode numberJeff Layton2-2/+2
2020-03-30ceph: decode interval_sets for delegated inosJeff Layton2-10/+121
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton2-23/+32
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton3-5/+128
2020-03-30ceph: don't take refs to want mask unless we have all bitsYan, Zheng1-1/+4
2020-03-30ceph: cap tracking for async directory operationsJeff Layton3-14/+50