aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-01-26ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2022-01-26ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-5/+0
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu1-5/+0
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-34/+209
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2-3/+2
2022-01-13ceph: remove redundant Lsx caps checkXiubo Li1-2/+1
2022-01-13ceph: add new "nopagecache" optionJeff Layton3-9/+27
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton2-8/+15
2022-01-13ceph: drop send metrics debug messageJeff Layton1-2/+0
2022-01-13ceph: Fix incorrect statfs report for small quotaKotresh HR2-0/+15
2022-01-13ceph: mount syntax module parameterVenky Shankar1-0/+8
2022-01-13ceph: record updated mon_addr on remountVenky Shankar1-0/+7
2022-01-13ceph: new device mount syntaxVenky Shankar2-10/+134
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar1-1/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds8-231/+237
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()David Howells1-1/+2
2022-01-11ceph: add fscache writeback supportJeff Layton1-8/+59
2022-01-11ceph: conversion to new fscache APIJeff Layton9-224/+178
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2021-12-01ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-12-01ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li1-2/+1
2021-12-01ceph: initialize i_size variable in ceph_sync_readJeff Layton1-1/+1
2021-12-01ceph: fix duplicate increment of opened_inodes metricHu Weiwen1-8/+8
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-415/+524
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-37/+43
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques3-1/+14
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques1-11/+63
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques3-180/+115
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques2-26/+57
2021-11-08ceph: return the real size read when it hits EOFXiubo Li1-5/+8
2021-11-08ceph: properly handle statfs on multifs setupsJeff Layton1-5/+6
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton3-3/+6
2021-11-08ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li1-4/+0
2021-11-08ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li1-6/+8
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR1-2/+19
2021-11-08ceph: just use ci->i_version for fscache aux infoJeff Layton1-20/+3
2021-11-08ceph: shut down access to inode when async create failsJeff Layton7-15/+85
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton3-105/+120
2021-11-08ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton1-1/+3
2021-11-08ceph: drop private list from remove_session_caps_cbJeff Layton1-16/+10
2021-11-08ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton1-8/+8
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton3-8/+10
2021-11-08ceph: enable async dirops by defaultJeff Layton2-3/+4
2021-11-08ceph: convert to noop_direct_IOJeff Layton1-12/+1
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-2/+1
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-11-01Merge tag 'locks-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-3/+0
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1