summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-172-8/+6
|\
| * ceph: use generic_write_syncChristoph Hellwig2016-05-011-6/+5
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+1
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-4/+2
|\ \
| * | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-4/+2
| |/
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-023-5/+7
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-112-5/+5
| * posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-048-85/+85
|/
* ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
* ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
* ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5
* ceph: fix security xattr deadlockYan, Zheng2016-03-257-10/+123
* ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
* ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15
* ceph: remove unnecessary NULL checkYan, Zheng2016-03-251-2/+2
* ceph: avoid updating directory inode's i_size accidentallyYan, Zheng2016-03-251-0/+4
* ceph: fix race during filling readdir cacheYan, Zheng2016-03-251-2/+7
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-254-34/+6
* ceph: fix a wrong comparisonAnton Protopopov2016-03-251-1/+1
* ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-254-6/+6
* ceph: scattered page writebackYan, Zheng2016-03-251-109/+196
* ceph: remove useless BUG_ONYan, Zheng2016-03-251-2/+0
* ceph: don't enable rbytes mount option by defaultYan, Zheng2016-03-252-4/+3
* ceph: encode ctime in cap messageYan, Zheng2016-03-251-4/+7
* libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-252-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-16/+5
|\
| * ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1
| * ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4
* | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-046-3/+48
|/
* ceph: fix snap context leak in error pathYan, Zheng2016-02-041-1/+1
* ceph: checking for IS_ERR instead of NULLDan Carpenter2016-02-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-01-244-150/+389
|\
| * ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-214-26/+25
| * ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng2016-01-211-4/+86
| * ceph: Asynchronous IO supportYan, Zheng2016-01-211-119/+278
| * ceph: Avoid to propagate the invalid page pointMinfei Huang2016-01-211-1/+0
| * ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng2016-01-211-4/+4
* | wrappers for ->i_mutex accessAl Viro2016-01-225-17/+17
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-8/+8
|\ \
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-8/+8
| |/
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-137-66/+161
|\
| * libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-6/+8
| * ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-025-37/+53
| * ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng2015-11-021-7/+11
| * ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2015-11-022-4/+10
| * ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng2015-11-021-10/+77
| * ceph: fix message length computationArnd Bergmann2015-11-021-1/+1
OpenPOWER on IntegriCloud