summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-161-1/+1
* ceph: pass down the flags to grab_cache_page_write_beginJeff Layton2020-12-141-1/+1
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-2/+2
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-10-121-1/+1
* ceph: don't SetPageError on readpage errorsJeff Layton2020-10-121-1/+0
* ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton2020-10-121-83/+63
* ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton2020-10-121-58/+35
* ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton2020-10-121-53/+25
* ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton2020-10-121-6/+21
* ceph: break out writeback of incompatible snap context to separate functionJeff Layton2020-10-121-45/+67
* libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-12/+12
* ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton2020-10-121-3/+2
* ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-041-12/+11
* ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+20
* ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwriteAndreas Gruenbacher2020-03-301-1/+1
* ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-2/+84
* ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton2020-03-301-2/+0
* ceph: use release_pages() directlyJohn Hubbard2019-09-161-18/+1
* ceph: don't freeze during write page faultsJeff Layton2019-09-161-0/+2
* ceph: don't SetPageError on writepage errorsJeff Layton2019-09-161-2/+1
* ceph: auto reconnect after blacklistedYan, Zheng2019-09-161-5/+17
* ceph: pass filp to ceph_get_caps()Yan, Zheng2019-09-161-6/+9
* ceph: clear page dirty before invalidate pageErqi Chen2019-08-221-2/+3
* ceph: increment change_attribute on local changesJeff Layton2019-07-081-0/+2
* ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder2019-01-071-4/+1
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-3/+2
* ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques2018-10-221-1/+1
* ceph: adding new return type vm_fault_tSouptick Joarder2018-08-021-30/+32
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-7/+5
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-5/+7
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-5/+7
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-151-1/+0
|\ \
| * | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-1/+0
| |/
* / treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+6
|/
* ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng2018-04-021-1/+5
* ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2018-04-021-18/+18
* ceph: change variable name to follow common ruleChengguang Xu2018-04-021-2/+2
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-021-0/+1
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-021-10/+6
* ceph: fix un-balanced fsc->writeback_count updateYan, Zheng2018-01-291-3/+6
* ceph: track read contexts in ceph_file_infoYan, Zheng2018-01-291-7/+12
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-2/+1
* ceph: use pagevec_lookup_range_nr_tag()Jan Kara2017-11-151-4/+2
* ceph: use pagevec_lookup_range_tag()Jan Kara2017-11-151-16/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: wait on writeback after writing snapshot dataYan, Zheng2017-09-061-0/+24
* ceph: fix capsnap dirty pages accountingYan, Zheng2017-09-061-2/+2
* ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng2017-09-061-34/+46
* ceph: fix "range cyclic" mode writepagesYan, Zheng2017-09-061-17/+24