summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-25/+35
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-20/+28
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-243-2/+4
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | ceph: defer flushing the capsnap if the Fb is usedXiubo Li2021-02-162-13/+30
* | ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-164-8/+48
* | ceph: clean up inode work queueingJeff Layton2021-02-162-52/+24
* | ceph: fix flush_snap logic after putting capsJeff Layton2021-02-161-4/+6
* | 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