| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-16 | ceph: use release_pages() directly |  John Hubbard | 1 | -18/+1 |
| 2019-09-16 | ceph: don't freeze during write page faults |  Jeff Layton | 1 | -0/+2 |
| 2019-09-16 | ceph: don't SetPageError on writepage errors |  Jeff Layton | 1 | -2/+1 |
| 2019-09-16 | ceph: auto reconnect after blacklisted |  Yan, Zheng | 1 | -5/+17 |
| 2019-09-16 | ceph: pass filp to ceph_get_caps() |  Yan, Zheng | 1 | -6/+9 |
| 2019-08-22 | ceph: clear page dirty before invalidate page |  Erqi Chen | 1 | -2/+3 |
| 2019-07-08 | ceph: increment change_attribute on local changes |  Jeff Layton | 1 | -0/+2 |
| 2019-01-07 | ceph: use vmf_error() in ceph_filemap_fault() |  Souptick Joarder | 1 | -4/+1 |
| 2019-01-04 | fs: don't open code lru_to_page() |  Nikolay Borisov | 1 | -3/+2 |
| 2018-10-22 | ceph: add non-blocking parameter to ceph_try_get_caps() |  Luis Henriques | 1 | -1/+1 |
| 2018-08-02 | ceph: adding new return type vm_fault_t |  Souptick Joarder | 1 | -30/+32 |
| 2018-08-02 | libceph: use timespec64 for r_mtime |  Arnd Bergmann | 1 | -7/+5 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground |  Linus Torvalds | 1 | -5/+7 |
| 2018-06-15 | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -1/+0 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() |  Kees Cook | 1 | -5/+6 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 |  Deepa Dinamani | 1 | -5/+7 |
| 2018-06-04 | libceph: make abort_on_full a per-osdc setting |  Ilya Dryomov | 1 | -1/+0 |
| 2018-04-02 | ceph: don't wait on writeback when there is no more dirty pages |  Yan, Zheng | 1 | -1/+5 |
| 2018-04-02 | ceph: invalidate pages that beyond EOF in ceph_writepages_start() |  Yan, Zheng | 1 | -18/+18 |
| 2018-04-02 | ceph: change variable name to follow common rule |  Chengguang Xu | 1 | -2/+2 |
| 2018-04-02 | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c |  Ilya Dryomov | 1 | -0/+1 |
| 2018-04-02 | libceph, ceph: change ceph_calc_file_object_mapping() signature |  Ilya Dryomov | 1 | -10/+6 |
| 2018-01-29 | ceph: fix un-balanced fsc->writeback_count update |  Yan, Zheng | 1 | -3/+6 |
| 2018-01-29 | ceph: track read contexts in ceph_file_info |  Yan, Zheng | 1 | -7/+12 |
| 2017-11-15 | mm, pagevec: remove cold parameter for pagevecs |  Mel Gorman | 1 | -2/+2 |
| 2017-11-15 | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() |  Jan Kara | 1 | -2/+1 |
| 2017-11-15 | ceph: use pagevec_lookup_range_nr_tag() |  Jan Kara | 1 | -4/+2 |
| 2017-11-15 | ceph: use pagevec_lookup_range_tag() |  Jan Kara | 1 | -16/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-06 | ceph: wait on writeback after writing snapshot data |  Yan, Zheng | 1 | -0/+24 |
| 2017-09-06 | ceph: fix capsnap dirty pages accounting |  Yan, Zheng | 1 | -2/+2 |
| 2017-09-06 | ceph: ignore wbc->range_{start,end} when write back snapshot data |  Yan, Zheng | 1 | -34/+46 |
| 2017-09-06 | ceph: fix "range cyclic" mode writepages |  Yan, Zheng | 1 | -17/+24 |
| 2017-09-06 | ceph: cleanup local variables in ceph_writepages_start() |  Yan, Zheng | 1 | -12/+9 |
| 2017-09-06 | ceph: optimize pagevec iterating in ceph_writepages_start() |  Yan, Zheng | 1 | -29/+25 |
| 2017-09-06 | ceph: make writepage_nounlock() invalidate page that beyonds EOF |  Yan, Zheng | 1 | -18/+32 |
| 2017-09-06 | ceph: properly get capsnap's size in get_oldest_context() |  Yan, Zheng | 1 | -57/+80 |
| 2017-09-06 | ceph: remove stale check in ceph_invalidatepage() |  Yan, Zheng | 1 | -8/+1 |
| 2017-09-06 | ceph: adjust 36 checks for NULL pointers |  Markus Elfring | 1 | -1/+1 |
| 2017-09-06 | ceph: include snapc in debug message of write |  Yan, Zheng | 1 | -2/+2 |
| 2017-09-06 | ceph: nuke startsync op |  Yanhu Cao | 1 | -18/+3 |
| 2017-09-06 | ceph: limit osd write size |  Yan, Zheng | 1 | -3/+1 |
| 2017-09-06 | ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN |  Yan, Zheng | 1 | -7/+3 |
| 2017-09-01 | ceph: fix readpage from fscache |  Yan, Zheng | 1 | -9/+15 |
| 2017-07-07 | ceph: cleanup writepage_nounlock() |  Yan, Zheng | 1 | -6/+6 |
| 2017-07-07 | ceph: redirty page when writepage_nounlock() skips unwritable page |  Yan, Zheng | 1 | -1/+2 |
| 2017-07-07 | ceph: remove useless page->mapping check in writepage_nounlock() |  Yan, Zheng | 1 | -4/+0 |
| 2017-07-07 | ceph: update the 'approaching max_size' code |  Yan, Zheng | 1 | -1/+1 |
| 2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -4/+6 |
| 2017-05-04 | ceph: when seeing write errors on an inode, switch to sync writes |  Jeff Layton | 1 | -1/+5 |