aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-1/+1
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells1-18/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-5/+6
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-1/+1
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown1-1/+3
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+5
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-23/+2
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li1-2/+2
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li1-1/+3
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-22/+2
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-1/+0
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-2/+2
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-136/+163
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-126/+153
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li1-10/+10
2023-10-18ceph: convert to new timestamp accessorsJeff Layton1-5/+5
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li1-0/+10
2023-08-24ceph: plumb in decryption during readsJeff Layton1-10/+59
2023-08-24ceph: add encryption support to writepage and writepagesJeff Layton1-20/+81
2023-08-22ceph: use osd_req_op_extent_osd_iter for netfs readsJeff Layton1-18/+1
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton1-2/+13
2023-06-30ceph: fix blindly expanding the readahead windowsXiubo Li1-7/+33
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li1-11/+34
2023-04-30ceph: implement writeback livelock avoidance using page taggingXiubo Li1-1/+10
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+30
2023-02-02ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-28/+30
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li1-2/+15
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-35/+24
2022-08-08ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro1-1/+1
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton1-20/+13
2022-08-03ceph: remove useless check for the folioXiubo Li1-10/+7
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li1-3/+2
2022-08-03ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton1-1/+1
2022-08-03ceph: call netfs_subreq_terminated with was_async == falseJeff Layton1-1/+1
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li1-5/+6
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-5/+4
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-17/+25
2022-05-25ceph: fix possible deadlock when holding Fwb to get inline_dataXiubo Li1-14/+19
2022-05-25ceph: redirty the page for writepage on failureXiubo Li1-1/+3
2022-05-25ceph: try to choose the auth MDS if possible for getattrXiubo Li1-1/+3
2022-05-25ceph: disable updating the atime since cephfs won't maintain itXiubo Li1-1/+0
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-16/+16
2022-05-10ceph: check folio PG_private bit instead of folio->privateXiubo Li1-4/+7
2022-05-09ceph: Convert to release_folioMatthew Wilcox (Oracle)1-12/+12
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+53
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-128/+112
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-40/+43
2022-03-22ceph: 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-21netfs: Make ops->init_rreq() optionalJeffle Xu1-5/+0
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells1-1/+2
2022-01-11ceph: add fscache writeback supportJeff Layton1-8/+59
2022-01-11ceph: 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-10netfs, 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-08Merge 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-28ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton1-26/+25
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-7/+2
2021-04-27ceph: only check pool permissions for regular filesJeff Layton1-0/+4
2021-04-27ceph: rename the metric helpersXiubo Li1-4/+4
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton1-11/+7
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton1-199/+31
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton1-129/+57
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton1-10/+158
2021-04-27ceph: rework PageFsCache handlingJeff Layton1-1/+8
2021-04-27ceph: 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-14ceph: pass down the flags to grab_cache_page_write_beginJeff Layton1-1/+1
2020-12-14ceph: 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
2020-10-12ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton1-3/+2
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton1-12/+11
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+20
2020-03-30ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwriteAndreas Gruenbacher1-1/+1
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li1-2/+84
2020-03-30ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton1-2/+0
2019-09-16ceph: use release_pages() directlyJohn Hubbard1-18/+1
2019-09-16ceph: don't freeze during write page faultsJeff Layton1-0/+2
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton1-2/+1
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-5/+17
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng1-6/+9
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen1-2/+3
2019-07-08ceph: increment change_attribute on local changesJeff Layton1-0/+2
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder1-4/+1
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-3/+2
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques1-1/+1
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder1-30/+32
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-7/+5
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+7
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-5/+7
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-1/+0
2018-04-02ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng1-1/+5
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng1-18/+18
2018-04-02ceph: change variable name to follow common ruleChengguang Xu1-2/+2
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov1-0/+1
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov1-10/+6
2018-01-29ceph: fix un-balanced fsc->writeback_count updateYan, Zheng1-3/+6
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng1-7/+12
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-2/+1
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara1-4/+2
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara1-16/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng1-0/+24
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng1-2/+2
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng1-34/+46
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng1-17/+24
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng1-12/+9
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng1-29/+25
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng1-18/+32
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng1-57/+80
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng1-8/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-1/+1
2017-09-06ceph: include snapc in debug message of writeYan, Zheng1-2/+2
2017-09-06ceph: nuke startsync opYanhu Cao1-18/+3
2017-09-06ceph: limit osd write sizeYan, Zheng1-3/+1
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-7/+3
2017-09-01ceph: fix readpage from fscacheYan, Zheng1-9/+15
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng1-6/+6
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng1-1/+2
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng1-4/+0
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-1/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+6
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton1-1/+5
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton1-3/+0
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton1-0/+1
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-3/+3
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar1-0/+1
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-11/+8
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+5
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov1-9/+5
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-1/+1
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-2/+2
2017-01-12ceph: fix get_oldest_context()Geng, Jichao1-2/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+8
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng1-0/+9
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng1-13/+18
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng1-10/+48
2016-12-10fix ceph_write_end()Al Viro1-6/+8
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown1-3/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng1-10/+9
2016-07-28ceph: rados pool namespace supportYan, Zheng1-15/+52
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-9/+9
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng1-2/+0
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng1-1/+3
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-92/+122
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng1-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng1-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng1-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng1-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng1-27/+39
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng1-2/+12
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-2/+1
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-5/+4
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov1-12/+4
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov1-1/+1
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov1-4/+2
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-0/+8
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov1-6/+3
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-57/+57