summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: set pool_ns in new inode layout for async createsJeff Layton2022-01-261-0/+7
* ceph: properly put ceph_string reference after async create attemptJeff Layton2022-01-261-0/+2
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-01-261-18/+37
* Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-221-5/+0
|\
| * netfs: Make ops->init_rreq() optionalJeffle Xu2022-01-211-5/+0
* | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-206-34/+209
|\ \ | |/ |/|
| * ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-132-3/+2
| * ceph: remove redundant Lsx caps checkXiubo Li2022-01-131-2/+1
| * ceph: add new "nopagecache" optionJeff Layton2022-01-133-9/+27
| * ceph: don't check for quotas on MDS stray dirsJeff Layton2022-01-132-8/+15
| * ceph: drop send metrics debug messageJeff Layton2022-01-131-2/+0
| * ceph: Fix incorrect statfs report for small quotaKotresh HR2022-01-132-0/+15
| * ceph: mount syntax module parameterVenky Shankar2022-01-131-0/+8
| * ceph: record updated mon_addr on remountVenky Shankar2022-01-131-0/+7
| * ceph: new device mount syntaxVenky Shankar2022-01-132-10/+134
| * libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+1
* | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-128-231/+237
|\ \ | |/ |/|
| * 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells2022-01-111-1/+2
| * ceph: add fscache writeback supportJeff Layton2022-01-111-8/+59
| * ceph: conversion to new fscache APIJeff Layton2022-01-119-224/+178
| * fscache, cachefiles: Disable configurationDavid Howells2022-01-071-1/+1
* | ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-011-3/+15
* | ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-011-2/+1
* | ceph: initialize i_size variable in ceph_sync_readJeff Layton2021-12-011-1/+1
* | ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-011-8/+8
|/
* Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-11-1314-415/+524
|\
| * ceph: add a new metric to keep track of remote object copiesLuís Henriques2021-11-083-1/+14
| * libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-11/+63
| * ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques2021-11-083-180/+115
| * ceph: split 'metric' debugfs file into several filesLuís Henriques2021-11-082-26/+57
| * ceph: return the real size read when it hits EOFXiubo Li2021-11-081-5/+8
| * ceph: properly handle statfs on multifs setupsJeff Layton2021-11-081-5/+6
| * ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton2021-11-083-3/+6
| * ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li2021-11-081-4/+0
| * ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li2021-11-081-6/+8
| * ceph: don't rely on error_string to validate blocklisted session.Kotresh HR2021-11-081-2/+19
| * ceph: just use ci->i_version for fscache aux infoJeff Layton2021-11-081-20/+3
| * ceph: shut down access to inode when async create failsJeff Layton2021-11-087-15/+85
| * ceph: refactor remove_session_caps_cbJeff Layton2021-11-083-105/+120
| * ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton2021-11-081-1/+3
| * ceph: drop private list from remove_session_caps_cbJeff Layton2021-11-081-16/+10
| * ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton2021-11-081-8/+8
| * ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-083-8/+10
| * ceph: enable async dirops by defaultJeff Layton2021-11-082-3/+4
| * ceph: convert to noop_direct_IOJeff Layton2021-11-081-12/+1
* | netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-37/+43
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-2/+1
|\ \
| * | security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-2/+1
* | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \
| * | | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1