| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-28 | ceph: fix use-after-free bug in ceph_direct_read_write() |  Yan, Zheng | 1 | -2/+5 |
| 2016-07-28 | ceph: reduce i_nr_by_mode array size |  Yan, Zheng | 4 | -22/+35 |
| 2016-07-28 | ceph: set user pages dirty after direct IO read |  Yan, Zheng | 1 | -2/+2 |
| 2016-07-28 | ceph: rados pool namespace support |  Yan, Zheng | 8 | -77/+159 |
| 2016-07-28 | libceph: rados pool namespace support |  Yan, Zheng | 1 | -0/+3 |
| 2016-07-28 | libceph: define new ceph_file_layout structure |  Yan, Zheng | 7 | -45/+43 |
| 2016-07-28 | libceph: add an ONSTACK initializer for oids |  Ilya Dryomov | 1 | -1/+1 |
| 2016-07-05 | Use the right predicate in ->atomic_open() instances |  Al Viro | 1 | -1/+1 |
| 2016-07-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -7/+3 |
| 2016-06-24 | ceph: fix d_obtain_alias() misuses |  Al Viro | 1 | -7/+3 |
| 2016-06-10 | vfs: make the string hashes salt the hash |  Linus Torvalds | 2 | -3/+3 |
| 2016-06-01 | ceph: use i_version to check validity of fscache |  Yan, Zheng | 1 | -0/+3 |
| 2016-06-01 | ceph: improve fscache revalidation |  Yan, Zheng | 4 | -83/+41 |
| 2016-06-01 | ceph: disable fscache when inode is opened for write |  Yan, Zheng | 4 | -53/+52 |
| 2016-06-01 | ceph: avoid unnecessary fscache invalidation/revlidation |  Yan, Zheng | 1 | -6/+3 |
| 2016-06-01 | ceph: call __fscache_uncache_page() if readpages fails |  Yan, Zheng | 1 | -1/+3 |
| 2016-05-30 | libceph: change ceph_osdmap_flag() to take osdc |  Ilya Dryomov | 1 | -4/+4 |
| 2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -3/+4 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately |  Al Viro | 1 | -3/+4 |
| 2016-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 14 | -417/+772 |
| 2016-05-26 | ceph: fix wake_up_session_cb() |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: don't use truncate_pagecache() to invalidate read cache |  Yan, Zheng | 2 | -5/+7 |
| 2016-05-26 | ceph: SetPageError() for writeback pages if writepages fails |  Yan, Zheng | 1 | -1/+3 |
| 2016-05-26 | ceph: handle interrupted ceph_writepage() |  Yan, Zheng | 1 | -4/+18 |
| 2016-05-26 | ceph: make ceph_update_writeable_page() uninterruptible |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: handle -EAGAIN returned by ceph_update_writeable_page() |  Yan, Zheng | 1 | -13/+15 |
| 2016-05-26 | ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM |  Yan, Zheng | 1 | -20/+17 |
| 2016-05-26 | ceph: block non-fatal signals for fault/page_mkwrite |  Yan, Zheng | 1 | -27/+39 |
| 2016-05-26 | ceph: make logical calculation functions return bool |  Zhang Zhuoyu | 2 | -2/+2 |
| 2016-05-26 | ceph: tolerate bad i_size for symlink inode |  Yan, Zheng | 1 | -7/+15 |
| 2016-05-26 | ceph: improve fragtree change detection |  Yan, Zheng | 2 | -4/+21 |
| 2016-05-26 | ceph: keep leaf frag when updating fragtree |  Yan, Zheng | 1 | -5/+23 |
| 2016-05-26 | ceph: fix dir_auth check in ceph_fill_dirfrag() |  Yan, Zheng | 1 | -0/+3 |
| 2016-05-26 | ceph: don't assume frag tree splits in mds reply are sorted |  Yan, Zheng | 1 | -0/+13 |
| 2016-05-26 | ceph: fix inode reference leak |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: using hash value to compose dentry offset |  Yan, Zheng | 5 | -47/+135 |
| 2016-05-26 | ceph: don't forbid marking directory complete after forward seek |  Yan, Zheng | 1 | -5/+0 |
| 2016-05-26 | ceph: record 'offset' for each entry of readdir result |  Yan, Zheng | 5 | -29/+59 |
| 2016-05-26 | ceph: define 'end/complete' in readdir reply as bit flags |  Yan, Zheng | 3 | -3/+8 |
| 2016-05-26 | ceph: define struct for dir entry in readdir reply |  Yan, Zheng | 4 | -52/+50 |
| 2016-05-26 | ceph: simplify 'offset in frag' |  Yan, Zheng | 2 | -13/+4 |
| 2016-05-26 | ceph: remove unnecessary checks in __dcache_readdir |  Yan, Zheng | 1 | -2/+0 |
| 2016-05-26 | ceph: search cache postion for dcache readdir |  Yan, Zheng | 1 | -46/+83 |
| 2016-05-26 | ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr |  Yan, Zheng | 1 | -6/+11 |
| 2016-05-26 | ceph: report mount root in session metadata |  Yan, Zheng | 3 | -15/+23 |
| 2016-05-26 | ceph: don't show symlink target in debugfs/mdsc |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: don't call truncate_pagecache in ceph_writepages_start |  Yan, Zheng | 3 | -9/+38 |
| 2016-05-26 | ceph: renew caps for read/write if mds session got killed. |  Yan, Zheng | 4 | -11/+93 |
| 2016-05-26 | ceph: CEPH_FEATURE_MDSENC support |  Yan, Zheng | 2 | -12/+36 |
| 2016-05-26 | ceph: multiple filesystem support |  Yan, Zheng | 2 | -0/+10 |