summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-041-17/+17
* ceph: reencode gid_list when reconnectingIlya Dryomov2020-12-281-31/+22
* libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2020-12-141-16/+5
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-1/+79
* libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-142-11/+12
* libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-1/+4
* ceph: implement updated ceph_mds_request_head structureJeff Layton2020-12-141-13/+62
* ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton2020-12-141-9/+9
* ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2020-12-142-6/+7
* ceph: don't reach into request header for readdir infoJeff Layton2020-12-141-3/+2
* ceph: set osdmap epoch for setxattrXiubo Li2020-12-142-1/+4
* ceph: remove redundant assignment to variable iColin Ian King2020-12-141-1/+1
* ceph: add ceph.caps vxattrLuis Henriques2020-12-141-0/+27
* ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2020-12-142-9/+21
* Revert "ceph: allow rename operation under different quota realms"Luis Henriques2020-12-143-64/+6
* ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton2020-12-141-0/+2
* ceph: downgrade warning from mdsmap decode to debugLuis Henriques2020-12-141-2/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-141-2/+9
* ceph: pass down the flags to grab_cache_page_write_beginJeff Layton2020-12-141-1/+1
* ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li2020-12-141-0/+42
* ceph: add status debugfs fileXiubo Li2020-12-142-0/+21
* ceph: ensure we have Fs caps when fetching dir link countJeff Layton2020-12-141-5/+14
* ceph: send dentry lease metrics to MDS daemonXiubo Li2020-12-142-3/+29
* ceph: acquire Fs caps when getting dir statsJeff Layton2020-12-141-3/+6
* ceph: fix up some warnings on W=1 buildsJeff Layton2020-12-143-30/+14
* ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is setJeff Layton2020-12-141-4/+14
* ceph: remove timeout on allowing reconnect after blocklistingJeff Layton2020-12-142-6/+0
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-145-10/+16
* ceph: make fsc->mount_state an intJeff Layton2020-12-141-1/+1
* ceph: don't WARN when removing caps due to blocklistingJeff Layton2020-12-141-1/+2
* 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