summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-05-22ceph: fix fscache invalidationJeff Layton
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton
2021-02-26ceph: downgrade warning from mdsmap decode to debugLuis Henriques
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-12ceph: comment cleanups and clarificationsJeff Layton
2020-10-12ceph: break up send_cap_msgJeff Layton
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton
2020-10-12ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)
2020-10-12ceph: don't SetPageError on readpage errorsJeff Layton
2020-10-12ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov
2020-10-12ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton
2020-10-12ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton
2020-10-12ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton
2020-10-12ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton
2020-10-12ceph: break out writeback of incompatible snap context to separate functionJeff Layton
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton
2020-10-12ceph: use kill_anon_super helperJeff Layton
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton
2020-10-12ceph: add column 'mds' to show caps in more user friendlyYanhu Cao
2020-10-12ceph: remove unnecessary return in switch statementLuis Henriques
2020-10-12ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-08-24ceph: don't allow setlease on cephfsJeff Layton
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05ceph: handle zero-length feature mask in session messagesJeff Layton
2020-08-04ceph: use frag's MDS in either modeYanhu Cao
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton
2020-08-04ceph: set sec_context xattr on symlink creationJeff Layton
2020-08-03ceph: remove redundant initialization of variable mdsColin Ian King
2020-08-03ceph: fix use-after-free for fsc->mdscXiubo Li
2020-08-03ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap
2020-08-03ceph: send client provided metric flags in client metadataXiubo Li
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-08-03ceph: check the sesion state and return false in case it is closedXiubo Li
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-03ceph: remove unnecessary cast in kfree()Xu Wang
2020-08-03ceph: do not access the kiocb after aio requestsXiubo Li