aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton5-18/+39
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2020-10-12ceph: comment cleanups and clarificationsJeff Layton3-2/+19
2020-10-12ceph: break up send_cap_msgJeff Layton1-32/+28
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton1-6/+5
2020-10-12ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)1-1/+1
2020-10-12ceph: don't SetPageError on readpage errorsJeff Layton1-1/+0
2020-10-12ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov1-1/+2
2020-10-12ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton1-83/+63
2020-10-12ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton1-58/+35
2020-10-12ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton1-53/+25
2020-10-12ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton1-6/+21
2020-10-12ceph: break out writeback of incompatible snap context to separate functionJeff Layton1-45/+67
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov1-0/+4
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov5-26/+26
2020-10-12ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton1-3/+2
2020-10-12ceph: use kill_anon_super helperJeff Layton1-3/+1
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li5-3/+74
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li8-30/+26
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton1-47/+24
2020-10-12ceph: add column 'mds' to show caps in more user friendlyYanhu Cao1-3/+4
2020-10-12ceph: remove unnecessary return in switch statementLuis Henriques1-2/+0
2020-10-12ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng1-28/+61
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds8-77/+75
2020-08-24ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton8-77/+74
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-05ceph: handle zero-length feature mask in session messagesJeff Layton1-2/+4
2020-08-04ceph: use frag's MDS in either modeYanhu Cao1-2/+1
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton3-28/+19
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-08-03ceph: remove redundant initialization of variable mdsColin Ian King1-1/+1
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-08-03ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang1-6/+4
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap2-2/+2
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li2-2/+71
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li6-1/+275
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li1-0/+1
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-03ceph: remove unnecessary cast in kfree()Xu Wang1-6/+6
2020-08-03ceph: do not access the kiocb after aio requestsXiubo Li1-2/+3
2020-08-03ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton1-6/+4
2020-08-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
2020-08-03ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li1-11/+35
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li5-12/+7
2020-08-03ceph: add check_session_state() helper and make it globalXiubo Li2-20/+30
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