summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
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
2020-10-12ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)
2020-10-12ceph: don't SetPageError on readpage errorsJeff Layton
2020-10-12ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton
2020-10-12ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton
2020-10-12ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton
2020-10-12ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton
2020-10-12ceph: break out writeback of incompatible snap context to separate functionJeff Layton
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton
2020-06-01ceph: add read/write latency metric supportXiubo Li
2020-03-30ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwriteAndreas Gruenbacher
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li
2020-03-30ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton
2019-09-16ceph: use release_pages() directlyJohn Hubbard
2019-09-16ceph: don't freeze during write page faultsJeff Layton
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen
2019-07-08ceph: increment change_attribute on local changesJeff Layton
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-04-02ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng
2018-04-02ceph: change variable name to follow common ruleChengguang Xu