| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph, ceph: disambiguate ceph_connection_operations handlers | Ilya Dryomov | 2021-01-04 | 1 | -17/+17 |
* | ceph: reencode gid_list when reconnecting | Ilya Dryomov | 2020-12-28 | 1 | -31/+22 |
* | libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1 | Ilya Dryomov | 2020-12-14 | 1 | -16/+5 |
* | libceph, ceph: implement msgr2.1 protocol (crc and secure modes) | Ilya Dryomov | 2020-12-14 | 1 | -1/+79 |
* | libceph, ceph: get and handle cluster maps with addrvecs | Ilya Dryomov | 2020-12-14 | 2 | -11/+12 |
* | libceph, ceph: incorporate nautilus cephx changes | Ilya Dryomov | 2020-12-14 | 1 | -1/+4 |
* | ceph: implement updated ceph_mds_request_head structure | Jeff Layton | 2020-12-14 | 1 | -13/+62 |
* | ceph: clean up argument lists to __prepare_send_request and __send_request | Jeff Layton | 2020-12-14 | 1 | -9/+9 |
* | ceph: take a cred reference instead of tracking individual uid/gid | Jeff Layton | 2020-12-14 | 2 | -6/+7 |
* | ceph: don't reach into request header for readdir info | Jeff Layton | 2020-12-14 | 1 | -3/+2 |
* | ceph: set osdmap epoch for setxattr | Xiubo Li | 2020-12-14 | 2 | -1/+4 |
* | ceph: remove redundant assignment to variable i | Colin Ian King | 2020-12-14 | 1 | -1/+1 |
* | ceph: add ceph.caps vxattr | Luis Henriques | 2020-12-14 | 1 | -0/+27 |
* | ceph: when filling trace, call ceph_get_inode outside of mutexes | Jeff Layton | 2020-12-14 | 2 | -9/+21 |
* | Revert "ceph: allow rename operation under different quota realms" | Luis Henriques | 2020-12-14 | 3 | -64/+6 |
* | ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails | Jeff Layton | 2020-12-14 | 1 | -0/+2 |
* | ceph: downgrade warning from mdsmap decode to debug | Luis Henriques | 2020-12-14 | 1 | -2/+2 |
* | ceph: fix race in concurrent __ceph_remove_cap invocations | Luis Henriques | 2020-12-14 | 1 | -2/+9 |
* | ceph: pass down the flags to grab_cache_page_write_begin | Jeff Layton | 2020-12-14 | 1 | -1/+1 |
* | ceph: add ceph.{cluster_fsid/client_id} vxattrs | Xiubo Li | 2020-12-14 | 1 | -0/+42 |
* | ceph: add status debugfs file | Xiubo Li | 2020-12-14 | 2 | -0/+21 |
* | ceph: ensure we have Fs caps when fetching dir link count | Jeff Layton | 2020-12-14 | 1 | -5/+14 |
* | ceph: send dentry lease metrics to MDS daemon | Xiubo Li | 2020-12-14 | 2 | -3/+29 |
* | ceph: acquire Fs caps when getting dir stats | Jeff Layton | 2020-12-14 | 1 | -3/+6 |
* | ceph: fix up some warnings on W=1 builds | Jeff Layton | 2020-12-14 | 3 | -30/+14 |
* | ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is set | Jeff Layton | 2020-12-14 | 1 | -4/+14 |
* | ceph: remove timeout on allowing reconnect after blocklisting | Jeff Layton | 2020-12-14 | 2 | -6/+0 |
* | ceph: add new RECOVER mount_state when recovering session | Jeff Layton | 2020-12-14 | 5 | -10/+16 |
* | ceph: make fsc->mount_state an int | Jeff Layton | 2020-12-14 | 1 | -1/+1 |
* | ceph: don't WARN when removing caps due to blocklisting | Jeff Layton | 2020-12-14 | 1 | -1/+2 |
* | ceph: check session state after bumping session->s_seq | Jeff Layton | 2020-11-04 | 5 | -18/+39 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2020-10-24 | 1 | -2/+1 |
|\ |
|
| * | [PATCH] reduce boilerplate in fsid handling | Al Viro | 2020-09-18 | 1 | -2/+1 |
* | | ceph: comment cleanups and clarifications | Jeff Layton | 2020-10-12 | 3 | -2/+19 |
* | | ceph: break up send_cap_msg | Jeff Layton | 2020-10-12 | 1 | -32/+28 |
* | | ceph: drop separate mdsc argument from __send_cap | Jeff Layton | 2020-10-12 | 1 | -6/+5 |
* | | ceph: promote to unsigned long long before shifting | Matthew Wilcox (Oracle) | 2020-10-12 | 1 | -1/+1 |
* | | ceph: don't SetPageError on readpage errors | Jeff Layton | 2020-10-12 | 1 | -1/+0 |
* | | ceph: mark ceph_fmt_xattr() as printf-like for better type checking | Ilya Dryomov | 2020-10-12 | 1 | -1/+2 |
* | | ceph: fold ceph_update_writeable_page into ceph_write_begin | Jeff Layton | 2020-10-12 | 1 | -83/+63 |
* | | ceph: fold ceph_sync_writepages into writepage_nounlock | Jeff Layton | 2020-10-12 | 1 | -58/+35 |
* | | ceph: fold ceph_sync_readpages into ceph_readpage | Jeff Layton | 2020-10-12 | 1 | -53/+25 |
* | | ceph: don't call ceph_update_writeable_page from page_mkwrite | Jeff Layton | 2020-10-12 | 1 | -6/+21 |
* | | ceph: break out writeback of incompatible snap context to separate function | Jeff Layton | 2020-10-12 | 1 | -45/+67 |
* | | ceph: add a note explaining session reject error string | Ilya Dryomov | 2020-10-12 | 1 | -0/+4 |
* | | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov | 2020-10-12 | 5 | -26/+26 |
* | | ceph: have ceph_writepages_start call pagevec_lookup_range_tag | Jeff Layton | 2020-10-12 | 1 | -3/+2 |
* | | ceph: use kill_anon_super helper | Jeff Layton | 2020-10-12 | 1 | -3/+1 |
* | | ceph: metrics for opened files, pinned caps and opened inodes | Xiubo Li | 2020-10-12 | 5 | -3/+74 |
* | | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li | 2020-10-12 | 8 | -30/+26 |