summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
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