| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-05-26 | libceph: a major OSD client update |  Ilya Dryomov | 2 | -8/+8 |
| 2016-05-26 | libceph: redo callbacks and factor out MOSDOpReply decoding |  Ilya Dryomov | 2 | -2/+3 |
| 2016-05-26 | libceph: drop msg argument from ceph_osdc_callback_t |  Ilya Dryomov | 2 | -9/+7 |
| 2016-05-26 | libceph: switch to calc_target(), part 2 |  Ilya Dryomov | 2 | -23/+9 |
| 2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() |  Ilya Dryomov | 2 | -2/+2 |
| 2016-05-26 | libceph: rename ceph_calc_pg_primary() |  Ilya Dryomov | 1 | -1/+1 |
| 2016-05-26 | libceph: rename ceph_oloc_oid_to_pg() |  Ilya Dryomov | 1 | -1/+1 |
| 2016-05-26 | libceph: DEFINE_RB_FUNCS macro |  Ilya Dryomov | 1 | -41/+13 |
| 2016-05-26 | libceph: variable-sized ceph_object_id |  Ilya Dryomov | 3 | -6/+4 |
| 2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() |  Ilya Dryomov | 2 | -0/+15 |
| 2016-05-26 | libceph: make ceph_osdc_put_request() accept NULL |  Ilya Dryomov | 1 | -6/+3 |
| 2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 5 | -197/+53 |
| 2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 2 | -8/+6 |
| 2016-05-17 | Merge branch 'ovl-fixes' into for-linus |  Al Viro | 1 | -4/+2 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups |  Al Viro | 3 | -5/+7 |
| 2016-05-01 | ceph: use generic_write_sync |  Christoph Hellwig | 1 | -6/+5 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO |  Christoph Hellwig | 1 | -2/+1 |
| 2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client |  Ilya Dryomov | 1 | -4/+2 |
| 2016-04-23 | ceph: kill __ceph_removexattr() |  Yan, Zheng | 1 | -126/+0 |
| 2016-04-23 | ceph: Switch to generic xattr handlers |  Andreas Gruenbacher | 4 | -52/+38 |
| 2016-04-23 | ceph: Get rid of d_find_alias in ceph_set_acl |  Andreas Gruenbacher | 4 | -33/+29 |
| 2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments |  Al Viro | 2 | -5/+5 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros |  Kirill A. Shutemov | 8 | -85/+85 |
| 2016-03-31 | posix_acl: Inode acl caching fixes |  Andreas Gruenbacher | 1 | -0/+2 |
| 2016-03-25 | ceph: use kmem_cache_zalloc |  Geliang Tang | 2 | -2/+2 |
| 2016-03-25 | ceph: use lookup request to revalidate dentry |  Yan, Zheng | 2 | -0/+35 |
| 2016-03-25 | ceph: kill ceph_get_dentry_parent_inode() |  Yan, Zheng | 2 | -20/+5 |
| 2016-03-25 | ceph: fix security xattr deadlock |  Yan, Zheng | 7 | -10/+123 |
| 2016-03-25 | ceph: don't request vxattrs from MDS |  Yan, Zheng | 1 | -2/+4 |
| 2016-03-25 | ceph: fix mounting same fs multiple times |  Yan, Zheng | 1 | -18/+15 |
| 2016-03-25 | ceph: remove unnecessary NULL check |  Yan, Zheng | 1 | -2/+2 |
| 2016-03-25 | ceph: avoid updating directory inode's i_size accidentally |  Yan, Zheng | 1 | -0/+4 |
| 2016-03-25 | ceph: fix race during filling readdir cache |  Yan, Zheng | 1 | -2/+7 |
| 2016-03-25 | ceph: kill ceph_empty_snapc |  Ilya Dryomov | 4 | -34/+6 |
| 2016-03-25 | ceph: fix a wrong comparison |  Anton Protopopov | 1 | -1/+1 |
| 2016-03-25 | ceph: replace CURRENT_TIME by current_fs_time() |  Deepa Dinamani | 4 | -6/+6 |
| 2016-03-25 | ceph: scattered page writeback |  Yan, Zheng | 1 | -108/+195 |
| 2016-03-25 | ceph: remove useless BUG_ON |  Yan, Zheng | 1 | -2/+0 |
| 2016-03-25 | ceph: don't enable rbytes mount option by default |  Yan, Zheng | 2 | -4/+3 |
| 2016-03-25 | ceph: encode ctime in cap message |  Yan, Zheng | 1 | -4/+7 |
| 2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol |  Ilya Dryomov | 2 | -2/+3 |
| 2016-03-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -16/+5 |
| 2016-03-14 | ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) |  Al Viro | 1 | -3/+1 |
| 2016-03-14 | ceph: don't bother with d_rehash() in splice_dentry() |  Al Viro | 1 | -13/+4 |
| 2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support |  Yan, Zheng | 6 | -3/+48 |
| 2016-02-04 | ceph: fix snap context leak in error path |  Yan, Zheng | 1 | -1/+1 |
| 2016-02-04 | ceph: checking for IS_ERR instead of NULL |  Dan Carpenter | 1 | -2/+2 |
| 2016-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 4 | -149/+388 |
| 2016-01-22 | wrappers for ->i_mutex access |  Al Viro | 5 | -17/+17 |
| 2016-01-21 | ceph: use i_size_{read,write} to get/set i_size |  Yan, Zheng | 4 | -26/+25 |