summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2019-08-29ceph: clear page dirty before invalidate pageErqi Chen
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
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov
2018-01-29ceph: fix un-balanced fsc->writeback_count updateYan, Zheng
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: include snapc in debug message of writeYan, Zheng
2017-09-06ceph: nuke startsync opYanhu Cao
2017-09-06ceph: limit osd write sizeYan, Zheng
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng
2017-09-01ceph: fix readpage from fscacheYan, Zheng
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-04-20ceph: Convert to separately allocated bdiJan Kara
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-02-27fs: add i_blocksize()Fabian Frederick