summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2016-03-25ceph: use kmem_cache_zallocGeliang Tang-2/+2
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng-0/+35
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng-20/+5
2016-03-25ceph: fix security xattr deadlockYan, Zheng-10/+123
2016-03-25ceph: don't request vxattrs from MDSYan, Zheng-2/+4
2016-03-25ceph: fix mounting same fs multiple timesYan, Zheng-18/+15
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng-2/+2
2016-03-25ceph: avoid updating directory inode's i_size accidentallyYan, Zheng-0/+4
2016-03-25ceph: fix race during filling readdir cacheYan, Zheng-2/+7
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov-34/+6
2016-03-25ceph: fix a wrong comparisonAnton Protopopov-1/+1
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani-6/+6
2016-03-25ceph: scattered page writebackYan, Zheng-109/+196
2016-03-25ceph: remove useless BUG_ONYan, Zheng-2/+0
2016-03-25ceph: don't enable rbytes mount option by defaultYan, Zheng-4/+3
2016-03-25ceph: encode ctime in cap messageYan, Zheng-4/+7
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov-2/+3
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+5
2016-03-14ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro-3/+1
2016-03-14ceph: don't bother with d_rehash() in splice_dentry()Al Viro-13/+4
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng-3/+48
2016-02-04ceph: fix snap context leak in error pathYan, Zheng-1/+1
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter-2/+2
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-150/+389
2016-01-22wrappers for ->i_mutex accessAl Viro-17/+17
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng-26/+25
2016-01-21ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng-4/+86
2016-01-21ceph: Asynchronous IO supportYan, Zheng-119/+278
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang-1/+0
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-2/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-8/+8
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro-1/+1
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher-8/+8
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-66/+161
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko-3/+4
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov-6/+8
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng-37/+53
2015-11-02ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng-7/+11
2015-11-02ceph: don't invalidate page cache when inode is no longer usedYan, Zheng-4/+10
2015-11-02ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng-10/+77
2015-11-02ceph: fix message length computationArnd Bergmann-1/+1
2015-11-02ceph: fix a comment typoGeliang Tang-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington-2/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-29/+67
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov-1/+1
2015-09-09ceph: improve readahead for file holesYan, Zheng-1/+1
2015-09-09ceph: get inode size for each append writeYan, Zheng-0/+6
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma-2/+1
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma-5/+1