summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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/+15Star
* 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/+6Star
* 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/+0Star
* ceph: don't enable rbytes mount option by defaultYan, Zheng2016-03-252-4/+3Star
* 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-201-16/+5Star
|\
| * ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1Star
| * ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4Star
* | 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/+25Star
| * 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/+0Star
| * ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng2016-01-211-4/+4
* | wrappers for ->i_mutex accessAl Viro2016-01-235-17/+17
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-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-071-8/+8
| |/
* / replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-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
| * ceph: fix a comment typoGeliang Tang2015-11-021-1/+1
* | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-071-3/+4
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-117-29/+67
|\
| * ceph: improve readahead for file holesYan, Zheng2015-09-091-1/+1
| * ceph: get inode size for each append writeYan, Zheng2015-09-091-0/+6
| * ceph: cleanup use of ceph_msg_getJianpeng Ma2015-09-081-2/+1Star
| * ceph: no need to get parent inode in ceph_openJianpeng Ma2015-09-081-5/+1Star