summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2021-12-01ceph: fix up non-directory creation in SGID directoriesChristian Brauner
2021-12-01ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li
2021-12-01ceph: initialize i_size variable in ceph_sync_readJeff Layton
2021-12-01ceph: fix duplicate increment of opened_inodes metricHu Weiwen
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques
2021-11-08ceph: return the real size read when it hits EOFXiubo Li
2021-11-08ceph: properly handle statfs on multifs setupsJeff Layton
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton
2021-11-08ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR
2021-11-08ceph: just use ci->i_version for fscache aux infoJeff Layton
2021-11-08ceph: shut down access to inode when async create failsJeff Layton
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton
2021-11-08ceph: drop private list from remove_session_caps_cbJeff Layton
2021-11-08ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton
2021-11-08ceph: enable async dirops by defaultJeff Layton
2021-11-08ceph: convert to noop_direct_IOJeff Layton
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal
2021-10-19ceph: fix handling of "meta" errorsJeff Layton
2021-10-19ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-09-03ceph: fix dereference of null pointer cfColin Ian King
2021-09-02ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton
2021-09-02ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li
2021-09-02ceph: don't WARN if we're force umountingXiubo Li
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton
2021-09-02ceph: reconnect to the export targets on new mdsmapsXiubo Li
2021-09-02ceph: print more information when we can't find snaprealmJeff Layton
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton
2021-09-02ceph: remove redundant initializations from mdsc and sessionJeff Layton
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton
2021-09-02ceph: add a new vxattr to return auth mds for an inodeJeff Layton
2021-09-02ceph: remove some defunct forward declarationsJeff Layton
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li