summaryrefslogtreecommitdiff
path: root/fs/ceph/cache.c
AgeCommit message (Expand)Author
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-01-11ceph: conversion to new fscache APIJeff Layton
2021-11-08ceph: just use ci->i_version for fscache aux infoJeff Layton
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton
2020-03-30ceph: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outAl Viro
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-01ceph: fix readpage from fscacheYan, Zheng
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King
2016-07-28ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng
2016-06-01ceph: improve fscache revalidationYan, Zheng
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng
2015-11-02ceph: fix a comment typoGeliang Tang
2014-04-03ceph: fscache: Wait for completion of object initializationYunchuan Wen
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-25ceph: hung on ceph fscache invalidate in some casesMilosz Tanski
2013-09-06ceph: trivial buildbot warnings fixMilosz Tanski
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski