summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-05-06Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton
2021-04-27ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-04-27ceph: only check pool permissions for regular filesJeff Layton
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li
2021-04-27ceph: rename the metric helpersXiubo Li
2021-04-27ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton
2021-04-27ceph: fix fscache invalidationJeff Layton
2021-04-27ceph: rework PageFsCache handlingJeff Layton
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton
2021-03-08ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton
2021-03-08ceph: fix up error handling with snapdirsJeff Layton
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-16ceph: defer flushing the capsnap if the Fb is usedXiubo Li
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton
2021-02-16ceph: clean up inode work queueingJeff Layton
2021-02-16ceph: fix flush_snap logic after putting capsJeff Layton
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov
2020-12-28ceph: reencode gid_list when reconnectingIlya Dryomov
2020-12-14libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov
2020-12-14ceph: implement updated ceph_mds_request_head structureJeff Layton
2020-12-14ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton
2020-12-14ceph: take a cred reference instead of tracking individual uid/gidJeff Layton
2020-12-14ceph: don't reach into request header for readdir infoJeff Layton
2020-12-14ceph: set osdmap epoch for setxattrXiubo Li
2020-12-14ceph: remove redundant assignment to variable iColin Ian King
2020-12-14ceph: add ceph.caps vxattrLuis Henriques
2020-12-14ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton