| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | libceph: variable-sized ceph_object_id | Ilya Dryomov | 2016-05-26 | 3 | -6/+4 |
| * | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 2 | -0/+15 |
| * | libceph: make ceph_osdc_put_request() accept NULL | Ilya Dryomov | 2016-05-26 | 1 | -6/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 | 5 | -197/+53 |
|\ \ |
|
| * | | ceph: kill __ceph_removexattr() | Yan, Zheng | 2016-04-23 | 1 | -126/+0 |
| * | | ceph: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-04-23 | 4 | -52/+38 |
| * | | ceph: Get rid of d_find_alias in ceph_set_acl | Andreas Gruenbacher | 2016-04-23 | 4 | -33/+29 |
* | | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-17 | 2 | -8/+6 |
|\ \ \ |
|
| * | | | ceph: use generic_write_sync | Christoph Hellwig | 2016-05-01 | 1 | -6/+5 |
| * | | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -2/+1 |
* | | | | Merge branch 'ovl-fixes' into for-linus | Al Viro | 2016-05-17 | 1 | -4/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 2016-04-25 | 1 | -4/+2 |
| |/ / |
|
* | | | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-02 | 3 | -5/+7 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2016-04-11 | 2 | -5/+5 |
| * | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 2016-03-31 | 1 | -0/+2 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 8 | -85/+85 |
|/ |
|
* | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 2 | -2/+2 |
* | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 2 | -0/+35 |
* | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 | 2 | -20/+5 |
* | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 7 | -10/+123 |
* | ceph: don't request vxattrs from MDS | Yan, Zheng | 2016-03-25 | 1 | -2/+4 |
* | ceph: fix mounting same fs multiple times | Yan, Zheng | 2016-03-25 | 1 | -18/+15 |
* | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 | 1 | -2/+2 |
* | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 | 1 | -0/+4 |
* | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
* | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 4 | -34/+6 |
* | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 | 1 | -1/+1 |
* | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 4 | -6/+6 |
* | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 | 1 | -109/+196 |
* | ceph: remove useless BUG_ON | Yan, Zheng | 2016-03-25 | 1 | -2/+0 |
* | ceph: don't enable rbytes mount option by default | Yan, Zheng | 2016-03-25 | 2 | -4/+3 |
* | ceph: encode ctime in cap message | Yan, Zheng | 2016-03-25 | 1 | -4/+7 |
* | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 2016-03-25 | 2 | -2/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-03-19 | 1 | -16/+5 |
|\ |
|
| * | ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) | Al Viro | 2016-03-14 | 1 | -3/+1 |
| * | ceph: don't bother with d_rehash() in splice_dentry() | Al Viro | 2016-03-14 | 1 | -13/+4 |
* | | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 2016-03-04 | 6 | -3/+48 |
|/ |
|
* | ceph: fix snap context leak in error path | Yan, Zheng | 2016-02-04 | 1 | -1/+1 |
* | ceph: checking for IS_ERR instead of NULL | Dan Carpenter | 2016-02-04 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-01-24 | 4 | -150/+389 |
|\ |
|
| * | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng | 2016-01-21 | 4 | -26/+25 |
| * | ceph: re-send AIO write request when getting -EOLDSNAP error | Yan, Zheng | 2016-01-21 | 1 | -4/+86 |
| * | ceph: Asynchronous IO support | Yan, Zheng | 2016-01-21 | 1 | -119/+278 |
| * | ceph: Avoid to propagate the invalid page point | Minfei Huang | 2016-01-21 | 1 | -1/+0 |
| * | ceph: fix double page_unlock() in page_mkwrite() | Yan, Zheng | 2016-01-21 | 1 | -4/+4 |
* | | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 5 | -17/+17 |
* | | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-14 | 1 | -2/+2 |
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-01-11 | 1 | -8/+8 |
|\ \ |
|
| * | | posix acls: Remove duplicate xattr name definitions | Andreas Gruenbacher | 2015-12-06 | 1 | -8/+8 |
| |/ |
|
* | | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 1 | -1/+1 |
|/ |
|