aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-04ceph: fix snap context leak in error pathYan, Zheng1-1/+1
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter1-2/+2
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds4-150/+389
2016-01-22wrappers for ->i_mutex accessAl Viro5-17/+17
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng4-26/+25
2016-01-21ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng1-4/+86
2016-01-21ceph: Asynchronous IO supportYan, Zheng1-119/+278
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang1-1/+0
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-8/+8
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-66/+161
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-3/+4
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov1-6/+8
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng5-37/+53
2015-11-02ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng1-7/+11
2015-11-02ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2-4/+10
2015-11-02ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng1-10/+77
2015-11-02ceph: fix message length computationArnd Bergmann1-1/+1
2015-11-02ceph: fix a comment typoGeliang Tang1-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-2/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-29/+67
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-09ceph: improve readahead for file holesYan, Zheng1-1/+1
2015-09-09ceph: get inode size for each append writeYan, Zheng1-0/+6
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma1-2/+1
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma1-5/+1
2015-09-08ceph: remove the useless judgementJianpeng Ma1-1/+1
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard1-1/+1
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng1-7/+0
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng1-0/+2
2015-09-08ceph: EIO all operations after forced umountYan, Zheng5-12/+54
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-1/+1
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng2-18/+5
2015-07-31ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng1-1/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds12-894/+1689
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng1-14/+23
2015-06-25ceph: rework dcache readdirYan, Zheng6-215/+295
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng5-14/+15
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng8-16/+102
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng3-6/+61
2015-06-25ceph: send TID of the oldest pending caps flush to MDSYan, Zheng1-18/+49
2015-06-25ceph: track pending caps flushing globallyYan, Zheng5-57/+91
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng5-88/+192
2015-06-25ceph: fix directory fsyncYan, Zheng2-64/+65
2015-06-25ceph: fix flushing capsYan, Zheng1-24/+25
2015-06-25ceph: don't include used caps in cap_wantedYan, Zheng1-3/+3