aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/arnd/playgroundLinus 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