| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: promote to unsigned long long before shifting | Matthew Wilcox (Oracle) | 2020-10-12 | 1 | -1/+1 |
* | ceph: don't SetPageError on readpage errors | Jeff Layton | 2020-10-12 | 1 | -1/+0 |
* | ceph: fold ceph_update_writeable_page into ceph_write_begin | Jeff Layton | 2020-10-12 | 1 | -83/+63 |
* | ceph: fold ceph_sync_writepages into writepage_nounlock | Jeff Layton | 2020-10-12 | 1 | -58/+35 |
* | ceph: fold ceph_sync_readpages into ceph_readpage | Jeff Layton | 2020-10-12 | 1 | -53/+25 |
* | ceph: don't call ceph_update_writeable_page from page_mkwrite | Jeff Layton | 2020-10-12 | 1 | -6/+21 |
* | ceph: break out writeback of incompatible snap context to separate function | Jeff Layton | 2020-10-12 | 1 | -45/+67 |
* | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov | 2020-10-12 | 1 | -12/+12 |
* | ceph: have ceph_writepages_start call pagevec_lookup_range_tag | Jeff Layton | 2020-10-12 | 1 | -3/+2 |
* | ceph: move sb->wb_pagevec_pool to be a global mempool | Jeff Layton | 2020-08-04 | 1 | -12/+11 |
* | ceph: add read/write latency metric support | Xiubo Li | 2020-06-01 | 1 | -0/+20 |
* | ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite | Andreas Gruenbacher | 2020-03-30 | 1 | -1/+1 |
* | ceph: move ceph_osdc_{read,write}pages to ceph.ko | Xiubo Li | 2020-03-30 | 1 | -2/+84 |
* | ceph: don't ClearPageChecked in ceph_invalidatepage() | Jeff Layton | 2020-03-30 | 1 | -2/+0 |
* | ceph: use release_pages() directly | John Hubbard | 2019-09-16 | 1 | -18/+1 |
* | ceph: don't freeze during write page faults | Jeff Layton | 2019-09-16 | 1 | -0/+2 |
* | ceph: don't SetPageError on writepage errors | Jeff Layton | 2019-09-16 | 1 | -2/+1 |
* | ceph: auto reconnect after blacklisted | Yan, Zheng | 2019-09-16 | 1 | -5/+17 |
* | ceph: pass filp to ceph_get_caps() | Yan, Zheng | 2019-09-16 | 1 | -6/+9 |
* | ceph: clear page dirty before invalidate page | Erqi Chen | 2019-08-22 | 1 | -2/+3 |
* | ceph: increment change_attribute on local changes | Jeff Layton | 2019-07-08 | 1 | -0/+2 |
* | ceph: use vmf_error() in ceph_filemap_fault() | Souptick Joarder | 2019-01-07 | 1 | -4/+1 |
* | fs: don't open code lru_to_page() | Nikolay Borisov | 2019-01-04 | 1 | -3/+2 |
* | ceph: add non-blocking parameter to ceph_try_get_caps() | Luis Henriques | 2018-10-22 | 1 | -1/+1 |
* | ceph: adding new return type vm_fault_t | Souptick Joarder | 2018-08-02 | 1 | -30/+32 |
* | libceph: use timespec64 for r_mtime | Arnd Bergmann | 2018-08-02 | 1 | -7/+5 |
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 1 | -5/+7 |
|\ |
|
| * | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -5/+7 |
* | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-06-15 | 1 | -1/+0 |
|\ \ |
|
| * | | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 1 | -1/+0 |
| |/ |
|
* / | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -5/+6 |
|/ |
|
* | ceph: don't wait on writeback when there is no more dirty pages | Yan, Zheng | 2018-04-02 | 1 | -1/+5 |
* | ceph: invalidate pages that beyond EOF in ceph_writepages_start() | Yan, Zheng | 2018-04-02 | 1 | -18/+18 |
* | ceph: change variable name to follow common rule | Chengguang Xu | 2018-04-02 | 1 | -2/+2 |
* | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c | Ilya Dryomov | 2018-04-02 | 1 | -0/+1 |
* | libceph, ceph: change ceph_calc_file_object_mapping() signature | Ilya Dryomov | 2018-04-02 | 1 | -10/+6 |
* | ceph: fix un-balanced fsc->writeback_count update | Yan, Zheng | 2018-01-29 | 1 | -3/+6 |
* | ceph: track read contexts in ceph_file_info | Yan, Zheng | 2018-01-29 | 1 | -7/+12 |
* | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 2017-11-15 | 1 | -2/+2 |
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara | 2017-11-15 | 1 | -2/+1 |
* | ceph: use pagevec_lookup_range_nr_tag() | Jan Kara | 2017-11-15 | 1 | -4/+2 |
* | ceph: use pagevec_lookup_range_tag() | Jan Kara | 2017-11-15 | 1 | -16/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: wait on writeback after writing snapshot data | Yan, Zheng | 2017-09-06 | 1 | -0/+24 |
* | ceph: fix capsnap dirty pages accounting | Yan, Zheng | 2017-09-06 | 1 | -2/+2 |
* | ceph: ignore wbc->range_{start,end} when write back snapshot data | Yan, Zheng | 2017-09-06 | 1 | -34/+46 |
* | ceph: fix "range cyclic" mode writepages | Yan, Zheng | 2017-09-06 | 1 | -17/+24 |
* | ceph: cleanup local variables in ceph_writepages_start() | Yan, Zheng | 2017-09-06 | 1 | -12/+9 |
* | ceph: optimize pagevec iterating in ceph_writepages_start() | Yan, Zheng | 2017-09-06 | 1 | -29/+25 |
* | ceph: make writepage_nounlock() invalidate page that beyonds EOF | Yan, Zheng | 2017-09-06 | 1 | -18/+32 |