summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
AgeCommit message (Expand)AuthorLines
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown-3/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng-10/+9
2016-07-28ceph: rados pool namespace supportYan, Zheng-15/+52
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng-9/+9
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng-2/+0
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng-1/+3
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-92/+122
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng-1/+1
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng-27/+39
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng-2/+12
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov-2/+1
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov-5/+4
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov-12/+4
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov-1/+1
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov-4/+2
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov-0/+8
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov-6/+3
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-57/+57
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng-2/+2
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov-8/+5
2016-03-25ceph: fix a wrong comparisonAnton Protopopov-1/+1
2016-03-25ceph: scattered page writebackYan, Zheng-109/+196
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng-0/+4
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng-3/+2
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang-1/+0
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng-4/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko-3/+4
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-2/+4
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov-1/+1
2015-09-09ceph: improve readahead for file holesYan, Zheng-1/+1
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng-0/+2
2015-09-08ceph: EIO all operations after forced umountYan, Zheng-1/+1
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng-14/+23
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng-2/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng-4/+15
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng-23/+14
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng-5/+4
2015-06-25ceph: check OSD caps before read/writeYan, Zheng-0/+203
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng-1/+2
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-13/+25
2015-04-22ceph: fix uninline data functionYan, Zheng-13/+21
2015-04-20ceph: properly release page upon errorTaesoo Kim-0/+4
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval-2/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-7/+12
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng-7/+12