summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-301-13/+41
* ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-302-0/+5
* ceph: don't allow access to MDS-private inodesJeff Layton2021-05-224-0/+42
* ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton2021-05-221-4/+5
* ceph: fix fscache invalidationJeff Layton2021-05-222-0/+2
* ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton2021-05-191-1/+3
* ceph: fix flush_snap logic after putting capsJeff Layton2021-03-041-4/+6
* ceph: downgrade warning from mdsmap decode to debugLuis Henriques2021-02-261-2/+2
* ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton2021-01-061-0/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-301-2/+9
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-045-18/+39
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | ceph: comment cleanups and clarificationsJeff Layton2020-10-123-2/+19
* | ceph: break up send_cap_msgJeff Layton2020-10-121-32/+28
* | ceph: drop separate mdsc argument from __send_capJeff Layton2020-10-121-6/+5
* | ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-10-121-1/+1
* | ceph: don't SetPageError on readpage errorsJeff Layton2020-10-121-1/+0
* | ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov2020-10-121-1/+2
* | ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton2020-10-121-83/+63
* | ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton2020-10-121-58/+35
* | ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton2020-10-121-53/+25
* | ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton2020-10-121-6/+21
* | ceph: break out writeback of incompatible snap context to separate functionJeff Layton2020-10-121-45/+67
* | ceph: add a note explaining session reject error stringIlya Dryomov2020-10-121-0/+4
* | libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-125-26/+26
* | ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton2020-10-121-3/+2
* | ceph: use kill_anon_super helperJeff Layton2020-10-121-3/+1
* | ceph: metrics for opened files, pinned caps and opened inodesXiubo Li2020-10-125-3/+74
* | ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-128-30/+26
* | ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton2020-10-121-47/+24
* | ceph: add column 'mds' to show caps in more user friendlyYanhu Cao2020-10-121-3/+4
* | ceph: remove unnecessary return in switch statementLuis Henriques2020-10-121-2/+0
* | ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng2020-10-121-28/+61
* | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-288-77/+75
|\ \
| * | ceph: don't allow setlease on cephfsJeff Layton2020-08-241-0/+1
| * | ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-248-77/+74
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* ceph: handle zero-length feature mask in session messagesJeff Layton2020-08-051-2/+4
* ceph: use frag's MDS in either modeYanhu Cao2020-08-041-2/+1
* ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-043-28/+19
* ceph: set sec_context xattr on symlink creationJeff Layton2020-08-041-0/+4
* ceph: remove redundant initialization of variable mdsColin Ian King2020-08-031-1/+1
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-031-1/+2
* ceph: remove unused variables in ceph_mdsmap_decode()Jia Yang2020-08-031-6/+4
* ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-032-2/+2
* ceph: send client provided metric flags in client metadataXiubo Li2020-08-032-2/+71
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-036-1/+275
* ceph: check the sesion state and return false in case it is closedXiubo Li2020-08-031-0/+1
* libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1