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