summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2015-02-191-7/+12
* ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov2015-01-081-1/+1
* ceph: do_sync is never initializedDan Carpenter2014-12-171-1/+1
* ceph: convert inline data to normal data before data writeYan, Zheng2014-12-171-2/+146
* ceph: sync read inline dataYan, Zheng2014-12-171-5/+61
* ceph: fetch inline data when getting Fcr cap refsYan, Zheng2014-12-171-2/+7
* ceph: add inline data to pagecacheYan, Zheng2014-12-171-0/+43
* libceph: specify position of extent operationYan, Zheng2014-12-171-3/+6
* ceph: remove redundant code for max file size verificationChao Yu2014-10-141-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-121-10/+7
|\
| * ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen2014-06-061-10/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-2/+2
|\ \
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+2
| |/
* | fs/ceph: replace pr_warning by pr_warnFabian Frederick2014-06-061-1/+1
|/
* ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov2014-01-281-3/+3
* ceph fscache: Uncaching no data page from fscache in readpage()Li Wang2013-12-311-0/+1
* ceph: check caps in filemap_fault and page_mkwriteYan, Zheng2013-12-311-12/+77
* ceph: Clean up if error occurred in finish_read()Li Wang2013-12-131-0/+3
* ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang2013-12-131-2/+6
* ceph: allocate non-zero page to fscache in readpage()Li Wang2013-11-231-1/+1
* ceph: page still marked private_2Milosz Tanski2013-09-061-0/+1
* ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski2013-09-061-0/+2
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-061-6/+31
* ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju2013-08-271-29/+14
* ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski2013-08-151-14/+15
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-151-7/+8
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-091-46/+42
| |\
| * | ceph: use ->invalidatepage() length argumentLukas Czerner2013-05-211-6/+6
| * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
* | | ceph: Remove bogus check in invalidatepageMilosz Tanski2013-08-091-4/+0
| |/ |/|
* | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng2013-07-031-2/+2
* | ceph: fix race between page writeback and truncateYan, Zheng2013-07-031-44/+40
|/
* libceph: kill off osd data write_request parametersAlex Elder2013-05-011-5/+4
* ceph: fix race between writepages and truncateYan, Zheng2013-05-011-7/+7
* libceph: combine initializing and setting osd dataAlex Elder2013-05-011-7/+5
* libceph: specify osd op by index in requestAlex Elder2013-05-011-1/+1
* libceph: add data pointers in osd op structuresAlex Elder2013-05-011-3/+5
* libceph: keep source rather than message osd op arrayAlex Elder2013-05-011-12/+9
* libceph: a few more osd data cleanupsAlex Elder2013-05-011-13/+17
* libceph: define osd data initialization helpersAlex Elder2013-05-011-9/+4
* ceph: build osd request message later for writepagesAlex Elder2013-05-011-26/+33
* libceph: hold off building osd requestAlex Elder2013-05-011-2/+2
* ceph: kill ceph alloc_page_vec()Alex Elder2013-05-011-27/+18
* ceph: define ceph_writepages_osd_request()Alex Elder2013-05-011-10/+24
* libceph: don't build request in ceph_osdc_new_request()Alex Elder2013-05-011-13/+23
* ceph: use page_offset() in ceph_writepages_start()Alex Elder2013-05-011-1/+1
* libceph: record byte count not page countAlex Elder2013-05-011-13/+20
* libceph: separate read and write dataAlex Elder2013-05-011-31/+36
* libceph: distinguish page and bio requestsAlex Elder2013-05-011-0/+4
* libceph: separate osd request data infoAlex Elder2013-05-011-27/+28
OpenPOWER on IntegriCloud