aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-28/+30
2023-02-02ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-28/+30
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceGravatar Xiubo Li 1-2/+15
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+1
2022-12-12ceph: remove useless session parameter for check_caps()Gravatar Xiubo Li 1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-35/+24
2022-08-08ceph: switch the last caller of iov_iter_get_pages_alloc()Gravatar Al Viro 1-1/+1
2022-08-03libceph: clean up ceph_osdc_start_request prototypeGravatar Jeff Layton 1-20/+13
2022-08-03ceph: remove useless check for the folioGravatar Xiubo Li 1-10/+7
2022-08-03ceph: don't get the inline data for new creating filesGravatar Xiubo Li 1-3/+2
2022-08-03ceph: switch back to testing for NULL folio->private in ceph_dirty_folioGravatar Jeff Layton 1-1/+1
2022-08-03ceph: call netfs_subreq_terminated with was_async == falseGravatar Jeff Layton 1-1/+1
2022-07-14netfs: do not unlock and put the folio twiceGravatar Xiubo Li 1-5/+6
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerGravatar David Howells 1-5/+4
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-2/+2
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-17/+25
2022-05-25ceph: fix possible deadlock when holding Fwb to get inline_dataGravatar Xiubo Li 1-14/+19
2022-05-25ceph: redirty the page for writepage on failureGravatar Xiubo Li 1-1/+3
2022-05-25ceph: try to choose the auth MDS if possible for getattrGravatar Xiubo Li 1-1/+3
2022-05-25ceph: disable updating the atime since cephfs won't maintain itGravatar Xiubo Li 1-1/+0
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-16/+16
2022-05-10ceph: check folio PG_private bit instead of folio->privateGravatar Xiubo Li 1-4/+7
2022-05-09ceph: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-12/+12
2022-05-09mm,fs: Remove aops->readpageGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Convert netfs_readpage to netfs_read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Introduce aops->read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-63/+53
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-128/+112
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-40/+43
2022-03-22ceph: remove reliance on bdi congestionGravatar NeilBrown 1-9/+13
2022-03-21ceph: uninitialized variable in debug outputGravatar Dan Carpenter 1-1/+2
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-27/+4
2022-03-18ceph: Make ceph_init_request() check caps on readaheadGravatar David Howells 1-28/+41
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestGravatar David Howells 1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestGravatar David Howells 1-8/+8
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-14/+13
2022-03-15ceph: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-17/+17
2022-03-15ceph: Use folio_invalidate()Gravatar Matthew Wilcox (Oracle) 1-9/+13
2022-03-01ceph: uninline the data on a file opened for writingGravatar David Howells 1-107/+47
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataGravatar David Howells 1-17/+60
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostGravatar Jeff Layton 1-3/+3
2022-01-21netfs: Make ops->init_rreq() optionalGravatar Jeffle Xu 1-5/+0
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...Gravatar David Howells 1-1/+2
2022-01-11ceph: add fscache writeback supportGravatar Jeff Layton 1-8/+59
2022-01-11ceph: conversion to new fscache APIGravatar Jeff Layton 1-14/+20
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-17/+12