summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng2017-09-061-12/+9
* ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng2017-09-061-29/+25
* ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng2017-09-061-18/+32
* ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng2017-09-061-57/+80
* ceph: remove stale check in ceph_invalidatepage()Yan, Zheng2017-09-061-8/+1
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-1/+1
* ceph: include snapc in debug message of writeYan, Zheng2017-09-061-2/+2
* ceph: nuke startsync opYanhu Cao2017-09-061-18/+3
* ceph: limit osd write sizeYan, Zheng2017-09-061-3/+1
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-061-7/+3
* ceph: fix readpage from fscacheYan, Zheng2017-09-011-9/+15
* ceph: cleanup writepage_nounlock()Yan, Zheng2017-07-071-6/+6
* ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng2017-07-071-1/+2
* ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng2017-07-071-4/+0
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-1/+1
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-4/+6
|\
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-041-1/+5
| * Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton2017-05-041-3/+0
| * libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+1
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-3/+3
|/
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-02-281-11/+8
|\
| * libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-241-9/+5
| * ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-1/+1