summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-07-08mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2018-07-08ceph: use pagevec_lookup_range_nr_tag()Jan Kara
2018-07-08ceph: use pagevec_lookup_range_tag()Jan Kara
2017-12-20ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-10-21ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton
2017-09-07ceph: fix readpage from fscacheYan, Zheng
2017-07-27ceph: fix race in concurrent readdirYan, Zheng
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-05-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-10-28ceph: fix error handling in ceph_read_iterNikolay Borisov
2016-10-07ceph: fix race during filling readdir cacheYan, Zheng
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
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma
2015-09-08ceph: remove the useless judgementJianpeng Ma
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng
2015-09-08ceph: EIO all operations after forced umountYan, Zheng
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng
2015-07-31ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng
2015-06-25ceph: send TID of the oldest pending caps flush to MDSYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng