summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2020-08-05ceph: handle zero-length feature mask in session messagesJeff Layton-2/+4
2020-08-04ceph: use frag's MDS in either modeYanhu Cao-2/+1
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton-28/+19
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton-0/+4
2020-08-03ceph: remove redundant initialization of variable mdsColin Ian King-1/+1
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li-1/+2
2020-08-03ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang-6/+4
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap-2/+2
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li-2/+71
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li-1/+275
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li-0/+1
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-08-03ceph: remove unnecessary cast in kfree()Xu Wang-6/+6
2020-08-03ceph: do not access the kiocb after aio requestsXiubo Li-2/+3
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton-6/+4
2020-08-03ceph: fix potential mdsc use-after-free crashXiubo Li-1/+13
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li-11/+35
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li-12/+7
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li-20/+30
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li-4/+30
2020-06-01ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li-2/+2
2020-06-01ceph: don't return -ESTALE if there's still an open fileLuis Henriques-1/+8
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques-6/+64
2020-06-01ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques-3/+1
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton-3/+12
2020-06-01ceph: request expedited service on session's last cap flushJeff Layton-2/+6
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton-19/+85
2020-06-01ceph: reset i_requested_max_size if file write is not wantedYan, Zheng-10/+19
2020-06-01ceph: throw a warning if we destroy session with mutex still lockedJeff Layton-0/+1
2020-06-01ceph: fix potential race in ceph_check_capsJeff Layton-1/+13
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton-1/+3
2020-06-01ceph: don't take i_ceph_lock in handle_cap_importJeff Layton-3/+2
2020-06-01ceph: don't release i_ceph_lock in handle_cap_truncJeff Layton-8/+10
2020-06-01ceph: add comments for handle_cap_flush_ack logicJeff Layton-1/+13
2020-06-01ceph: split up __finish_cap_flushJeff Layton-31/+29
2020-06-01ceph: reorganize __send_cap for less spinlock abuseJeff Layton-79/+86
2020-06-01ceph: add metadata perf metric supportXiubo Li-0/+53
2020-06-01ceph: add read/write latency metric supportXiubo Li-1/+186
2020-06-01ceph: add caps perf metric for each superblockXiubo Li-14/+83
2020-06-01ceph: add dentry lease metric supportXiubo Li-7/+113
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton-1/+1
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu-1/+1
2020-05-08ceph: demote quotarealm lookup warning to a debug messageLuis Henriques-2/+2
2020-05-04ceph: fix double unlock in handle_cap_export()Wu Bo-0/+1
2020-05-04ceph: fix special error code in ceph_try_get_caps()Wu Bo-1/+1
2020-05-04ceph: fix endianness bug when handling MDS session feature bitsJeff Layton-5/+3
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton-5/+5
2020-03-30ceph: fix snapshot directory timestampsLuis Henriques-0/+4
2020-03-30ceph: wait for async creating inode before requesting new max sizeYan, Zheng-0/+5