summaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+53
2022-03-25Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-128/+112
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-40/+43
2022-03-23ceph: remove reliance on bdi congestionNeilBrown1-9/+13
2022-03-21ceph: uninitialized variable in debug outputDan Carpenter1-1/+2
2022-03-18netfs: Add a netfs inode contextDavid Howells1-27/+4
2022-03-18ceph: Make ceph_init_request() check caps on readaheadDavid Howells1-28/+41
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-8/+8
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-14/+13
2022-03-15ceph: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-17/+17
2022-03-15ceph: Use folio_invalidate()Matthew Wilcox (Oracle)1-9/+13
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells1-107/+47
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells1-17/+60
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton1-3/+3
2022-01-22netfs: Make ops->init_rreq() optionalJeffle Xu1-5/+0
2022-01-129p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells1-1/+2
2022-01-12ceph: add fscache writeback supportJeff Layton1-8/+59
2022-01-12ceph: conversion to new fscache APIJeff Layton1-14/+20
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-17/+12
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells1-37/+43
2021-11-08ceph: shut down access to inode when async create failsJeff Layton1-5/+11
2021-11-08ceph: convert to noop_direct_IOJeff Layton1-12/+1
2021-09-09Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2021-09-02ceph: fix comment about short copies in ceph_write_endJeff Layton1-1/+1
2021-07-13ceph: Fix race between hole punch and page faultJan Kara1-3/+6
2021-06-29ceph: add IO size metrics supportXiubo Li1-6/+8
2021-06-29ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-29ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-04-28ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton1-26/+25
2021-04-28ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-7/+2
2021-04-28ceph: only check pool permissions for regular filesJeff Layton1-0/+4
2021-04-28ceph: rename the metric helpersXiubo Li1-4/+4
2021-04-28ceph: use attach/detach_page_private for tracking snap contextJeff Layton1-11/+7
2021-04-28ceph: convert ceph_readpages to ceph_readaheadJeff Layton1-199/+31
2021-04-28ceph: convert ceph_write_begin to netfs_write_beginJeff Layton1-129/+57
2021-04-28ceph: convert ceph_readpage to netfs_readpageJeff Layton1-10/+158
2021-04-28ceph: rework PageFsCache handlingJeff Layton1-1/+8
2021-04-28ceph: rip out old fscache readpage handlingJeff Layton1-29/+2
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton1-1/+1
2020-12-15ceph: pass down the flags to grab_cache_page_write_beginJeff Layton1-1/+1
2020-12-15ceph: add new RECOVER mount_state when recovering sessionJeff Layton1-2/+2
2020-10-12ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)1-1/+1
2020-10-12ceph: don't SetPageError on readpage errorsJeff Layton1-1/+0
2020-10-12ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton1-83/+63
2020-10-12ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton1-58/+35
2020-10-12ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton1-53/+25
2020-10-12ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton1-6/+21
2020-10-12ceph: break out writeback of incompatible snap context to separate functionJeff Layton1-45/+67
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-12/+12