| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: cleanup writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -6/+6 |
* | ceph: redirty page when writepage_nounlock() skips unwritable page | Yan, Zheng | 2017-07-07 | 1 | -1/+2 |
* | ceph: remove useless page->mapping check in writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -4/+0 |
* | ceph: update the 'approaching max_size' code | Yan, Zheng | 2017-07-07 | 1 | -1/+1 |
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 1 | -4/+6 |
|\ |
|
| * | ceph: when seeing write errors on an inode, switch to sync writes | Jeff Layton | 2017-05-04 | 1 | -1/+5 |
| * | Revert "ceph: SetPageError() for writeback pages if writepages fails" | Jeff Layton | 2017-05-04 | 1 | -3/+0 |
| * | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 2017-05-04 | 1 | -0/+1 |
* | | ceph: Convert to separately allocated bdi | Jan Kara | 2017-04-20 | 1 | -3/+3 |
|/ |
|
* | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-02-28 | 1 | -11/+8 |
|\ |
|
| * | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov | 2017-02-24 | 1 | -9/+5 |
| * | ceph: remove special ack vs commit behavior | Ilya Dryomov | 2017-02-24 | 1 | -1/+1 |
| * | ceph: update readpages osd request according to size of pages | Yan, Zheng | 2017-02-20 | 1 | -0/+1 |
| * | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 2017-02-20 | 1 | -2/+2 |
* | | fs: add i_blocksize() | Fabian Frederick | 2017-02-27 | 1 | -1/+1 |
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -3/+5 |
|/ |
|
* | ceph: fix get_oldest_context() | Geng, Jichao | 2017-01-12 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 1 | -6/+8 |
|\ |
|
| * | fix ceph_write_end() | Al Viro | 2016-12-10 | 1 | -6/+8 |
* | | ceph: avoid creating orphan object when checking pool permission | Yan, Zheng | 2016-12-14 | 1 | -0/+9 |
* | | ceph: record truncate size/seq for snap data writeback | Yan, Zheng | 2016-12-12 | 1 | -13/+18 |
* | | ceph: try getting buffer capability for readahead/fadvise | Yan, Zheng | 2016-12-12 | 1 | -10/+48 |
|/ |
|
* | ceph: remove warning when ceph_releasepage() is called on dirty page | NeilBrown | 2016-10-03 | 1 | -3/+2 |
* | ceph: fix error handling of start_read() | Yan, Zheng | 2016-10-03 | 1 | -10/+9 |
* | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -15/+52 |
* | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 1 | -9/+9 |
* | ceph: disable fscache when inode is opened for write | Yan, Zheng | 2016-06-01 | 1 | -2/+0 |
* | ceph: call __fscache_uncache_page() if readpages fails | Yan, Zheng | 2016-06-01 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 | 1 | -92/+122 |
|\ |
|
| * | ceph: SetPageError() for writeback pages if writepages fails | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
| * | ceph: handle interrupted ceph_writepage() | Yan, Zheng | 2016-05-26 | 1 | -4/+18 |
| * | ceph: make ceph_update_writeable_page() uninterruptible | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | ceph: handle -EAGAIN returned by ceph_update_writeable_page() | Yan, Zheng | 2016-05-26 | 1 | -13/+15 |
| * | ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM | Yan, Zheng | 2016-05-26 | 1 | -20/+17 |
| * | ceph: block non-fatal signals for fault/page_mkwrite | Yan, Zheng | 2016-05-26 | 1 | -27/+39 |
| * | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 1 | -2/+12 |
| * | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 1 | -2/+1 |
| * | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 1 | -5/+4 |
| * | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 1 | -12/+4 |
| * | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
| * | libceph: variable-sized ceph_object_id | Ilya Dryomov | 2016-05-26 | 1 | -4/+2 |
| * | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 1 | -0/+8 |
| * | libceph: make ceph_osdc_put_request() accept NULL | Ilya Dryomov | 2016-05-26 | 1 | -6/+3 |
* | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -2/+1 |
|/ |
|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -57/+57 |
* | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 | 1 | -2/+2 |
* | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 1 | -8/+5 |
* | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 | 1 | -1/+1 |
* | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 | 1 | -109/+196 |