Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng | 1 | -3/+2 |
2016-01-21 | ceph: Avoid to propagate the invalid page point | Minfei Huang | 1 | -1/+0 |
2016-01-21 | ceph: fix double page_unlock() in page_mkwrite() | Yan, Zheng | 1 | -4/+4 |
2015-11-06 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 1 | -3/+4 |
2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -2/+4 |
2015-09-10 | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 1 | -1/+1 |
2015-09-09 | ceph: improve readahead for file holes | Yan, Zheng | 1 | -1/+1 |
2015-09-08 | ceph: invalidate dirty pages after forced umount | Yan, Zheng | 1 | -0/+2 |
2015-09-08 | ceph: EIO all operations after forced umount | Yan, Zheng | 1 | -1/+1 |
2015-06-25 | ceph: fix ceph_writepages_start() | Yan, Zheng | 1 | -14/+23 |
2015-06-25 | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 1 | -2/+2 |
2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 1 | -4/+15 |
2015-06-25 | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 1 | -23/+14 |
2015-06-25 | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 1 | -5/+4 |
2015-06-25 | ceph: check OSD caps before read/write | Yan, Zheng | 1 | -0/+203 |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng | 1 | -1/+2 |
2015-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -13/+25 |
2015-04-22 | ceph: fix uninline data function | Yan, Zheng | 1 | -13/+21 |
2015-04-20 | ceph: properly release page upon error | Taesoo Kim | 1 | -0/+4 |
2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+1 |
2015-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -7/+12 |
2015-02-19 | ceph: fix reading inline data when i_size > PAGE_SIZE | Yan, Zheng | 1 | -7/+12 |
2015-02-10 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 1 | -1/+0 |
2015-01-08 | ceph: use %zu for len in ceph_fill_inline_data() | Ilya Dryomov | 1 | -1/+1 |
2014-12-17 | ceph: do_sync is never initialized | Dan Carpenter | 1 | -1/+1 |
2014-12-17 | ceph: convert inline data to normal data before data write | Yan, Zheng | 1 | -2/+146 |
2014-12-17 | ceph: sync read inline data | Yan, Zheng | 1 | -5/+61 |
2014-12-17 | ceph: fetch inline data when getting Fcr cap refs | Yan, Zheng | 1 | -2/+7 |
2014-12-17 | ceph: add inline data to pagecache | Yan, Zheng | 1 | -0/+43 |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng | 1 | -3/+6 |
2014-10-14 | ceph: remove redundant code for max file size verification | Chao Yu | 1 | -9/+0 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -10/+7 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2014-06-06 | fs/ceph: replace pr_warning by pr_warn | Fabian Frederick | 1 | -1/+1 |
2014-06-06 | ceph: refactor readpage_nounlock() to make the logic clearer | Zhang Zhen | 1 | -10/+7 |
2014-05-06 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -2/+2 |
2014-01-28 | ceph: fix dout() compile warnings in ceph_filemap_fault() | Ilya Dryomov | 1 | -3/+3 |
2013-12-31 | ceph fscache: Uncaching no data page from fscache in readpage() | Li Wang | 1 | -0/+1 |
2013-12-31 | ceph: check caps in filemap_fault and page_mkwrite | Yan, Zheng | 1 | -12/+77 |
2013-12-13 | ceph: Clean up if error occurred in finish_read() | Li Wang | 1 | -0/+3 |
2013-12-13 | ceph: Avoid data inconsistency due to d-cache aliasing in readpage() | Li Wang | 1 | -2/+6 |
2013-11-23 | ceph: allocate non-zero page to fscache in readpage() | Li Wang | 1 | -1/+1 |
2013-09-06 | ceph: page still marked private_2 | Milosz Tanski | 1 | -0/+1 |
2013-09-06 | ceph: clean PgPrivate2 on returning from readpages | Milosz Tanski | 1 | -0/+2 |
2013-09-06 | ceph: use fscache as a local presisent cache | Milosz Tanski | 1 | -6/+31 |
2013-08-27 | ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside... | Sha Zhengju | 1 | -29/+14 |
2013-08-15 | ceph: cleanup the logic in ceph_invalidatepage | Milosz Tanski | 1 | -14/+15 |
2013-08-15 | Merge remote-tracking branch 'linus/master' into testing | Sage Weil | 1 | -7/+8 |
2013-08-09 | ceph: Remove bogus check in invalidatepage | Milosz Tanski | 1 | -4/+0 |
2013-07-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -46/+42 |