Age | Commit message (Expand) | Author | Files | Lines |
2023-11-03 | ceph: rename _to_client() to _to_fs_client() |  Xiubo Li | 1 | -1/+1 |
2023-08-18 | mm, netfs, fscache: stop read optimisation when folio removed from pagecache |  David Howells | 1 | -0/+2 |
2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context |  David Howells | 1 | -2/+2 |
2022-03-18 | netfs: Add a netfs inode context |  David Howells | 1 | -14/+14 |
2022-01-11 | ceph: conversion to new fscache API |  Jeff Layton | 1 | -159/+59 |
2021-11-08 | ceph: just use ci->i_version for fscache aux info |  Jeff Layton | 1 | -20/+3 |
2021-04-27 | ceph: rip out old fscache readpage handling |  Jeff Layton | 1 | -125/+0 |
2020-03-30 | ceph: replace zero-length array with flexible-array member |  Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-07 | ceph: use errorfc() and friends instead of spelling the prefix out |  Al Viro | 1 | -2/+2 |
2019-11-27 | libceph, rbd, ceph: convert to use the new mount API |  David Howells | 1 | -4/+5 |
2019-09-16 | ceph: include ceph_debug.h in cache.c |  Ilya Dryomov | 1 | -0/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 |  Thomas Gleixner | 1 | -16/+1 |
2018-08-02 | ceph: use timespec64 for inode timestamp |  Arnd Bergmann | 1 | -4/+7 |
2018-06-05 | vfs: change inode times to use struct timespec64 |  Deepa Dinamani | 1 | -2/+2 |
2018-04-10 | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -2/+2 |
2018-04-06 | fscache: Pass object size in rather than calling back for it |  David Howells | 1 | -17/+9 |
2018-04-04 | fscache: Attach the index key and aux data to the cookie |  David Howells | 1 | -68/+25 |
2018-04-02 | libceph, ceph: add __init attribution to init funcitons |  Chengguang Xu | 1 | -1/+1 |
2018-04-02 | ceph: add newline to end of debug message format |  Chengguang Xu | 1 | -1/+1 |
2017-09-12 | Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -1/+1 |
2017-09-06 | fscache: remove unused ->now_uncached callback |  Jan Kara | 1 | -31/+0 |
2017-09-06 | ceph: adjust 36 checks for NULL pointers |  Markus Elfring | 1 | -1/+1 |
2017-09-01 | ceph: fix readpage from fscache |  Yan, Zheng | 1 | -9/+3 |
2017-07-07 | ceph: new mount option that specifies fscache uniquifier |  Yan, Zheng | 1 | -9/+83 |
2017-02-20 | ceph: fix spelling mistake: "enabing" -> "enabling" |  Colin Ian King | 1 | -1/+1 |
2016-07-28 | ceph: fix spelling mistake: "resgister" -> "register" |  Colin Ian King | 1 | -1/+1 |
2016-06-01 | ceph: use i_version to check validity of fscache |  Yan, Zheng | 1 | -0/+3 |
2016-06-01 | ceph: improve fscache revalidation |  Yan, Zheng | 1 | -67/+17 |
2016-06-01 | ceph: disable fscache when inode is opened for write |  Yan, Zheng | 1 | -16/+38 |
2016-05-26 | ceph: make logical calculation functions return bool |  Zhang Zhuoyu | 1 | -1/+1 |
2016-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -5/+3 |
2016-01-22 | wrappers for ->i_mutex access |  Al Viro | 1 | -2/+2 |
2016-01-21 | ceph: use i_size_{read,write} to get/set i_size |  Yan, Zheng | 1 | -5/+3 |
2015-11-02 | ceph: fix a comment typo |  Geliang Tang | 1 | -1/+1 |
2014-04-03 | ceph: fscache: Wait for completion of object initialization |  Yunchuan Wen | 1 | -0/+1 |
2013-11-26 | Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -0/+3 |
2013-09-27 | FS-Cache: Provide the ability to enable/disable cookies |  David Howells | 1 | -2/+2 |
2013-09-25 | ceph: hung on ceph fscache invalidate in some cases |  Milosz Tanski | 1 | -0/+3 |
2013-09-06 | ceph: trivial buildbot warnings fix |  Milosz Tanski | 1 | -4/+2 |
2013-09-06 | ceph: Do not do invalidate if the filesystem is mounted nofsc |  Milosz Tanski | 1 | -0/+4 |
2013-09-06 | ceph: ceph_readpage_to_fscache didn't check if marked |  Milosz Tanski | 1 | -0/+3 |
2013-09-06 | ceph: use fscache as a local presisent cache |  Milosz Tanski | 1 | -0/+393 |