summaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-10ceph: check folio PG_private bit instead of folio->privateXiubo Li
2022-05-09ceph: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22ceph: remove reliance on bdi congestionNeilBrown
2022-03-21ceph: uninitialized variable in debug outputDan Carpenter
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18ceph: Make ceph_init_request() check caps on readaheadDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15ceph: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15ceph: Use folio_invalidate()Matthew Wilcox (Oracle)
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-11ceph: add fscache writeback supportJeff Layton
2022-01-11ceph: conversion to new fscache APIJeff Layton
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: shut down access to inode when async create failsJeff Layton
2021-11-08ceph: convert to noop_direct_IOJeff Layton
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-09-02ceph: fix comment about short copies in ceph_write_endJeff Layton
2021-07-13ceph: Fix race between hole punch and page faultJan Kara
2021-06-29ceph: add IO size metrics supportXiubo Li
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton
2021-04-27ceph: only check pool permissions for regular filesJeff Layton
2021-04-27ceph: rename the metric helpersXiubo Li
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton
2021-04-27ceph: rework PageFsCache handlingJeff Layton
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton
2020-12-14ceph: pass down the flags to grab_cache_page_write_beginJeff Layton
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton