summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ceph: remove unnecessary cast in kfree()Xu Wang2020-08-031-6/+6
* ceph: do not access the kiocb after aio requestsXiubo Li2020-08-031-2/+3
* ceph: clean up and optimize ceph_check_delayed_caps()Jeff Layton2020-08-031-6/+4
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-08-031-1/+13
* ceph: switch to WARN_ON_ONCE in encode_supported_features()Xiubo Li2020-08-031-11/+35
* ceph: add global total_caps to count the mdsc's total caps numberXiubo Li2020-08-035-12/+7
* ceph: add check_session_state() helper and make it globalXiubo Li2020-08-032-20/+30
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-014-4/+30
* ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lockXiubo Li2020-06-011-2/+2
* ceph: don't return -ESTALE if there's still an open fileLuis Henriques2020-06-011-1/+8
* ceph: allow rename operation under different quota realmsLuis Henriques2020-06-013-6/+64
* ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques2020-06-011-3/+1
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-014-3/+12
* ceph: request expedited service on session's last cap flushJeff Layton2020-06-011-2/+6
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-014-19/+85
* ceph: reset i_requested_max_size if file write is not wantedYan, Zheng2020-06-011-10/+19
* ceph: throw a warning if we destroy session with mutex still lockedJeff Layton2020-06-011-0/+1
* ceph: fix potential race in ceph_check_capsJeff Layton2020-06-011-1/+13
* ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton2020-06-011-1/+3
* ceph: don't take i_ceph_lock in handle_cap_importJeff Layton2020-06-011-3/+2