summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2019-08-06ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-08-04ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-2/+5
2019-06-11ceph: flush dirty inodes before proceeding with remountJeff Layton1-0/+7
2019-05-16ceph: fix use-after-free on symlink traversalAl Viro1-1/+1
2019-05-16ceph: fix ci->i_head_snapc leakYan, Zheng2-1/+15
2019-05-16ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-03-23ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2017-12-20ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng1-4/+38
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-21ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-09-07ceph: fix readpage from fscacheYan, Zheng2-18/+18
2017-07-28ceph: fix race in concurrent readdirYan, Zheng1-0/+5
2017-06-14fs: add i_blocksize()Fabian Frederick1-1/+1
2017-05-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng3-13/+19
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-10-28ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-07ceph: fix race during filling readdir cacheYan, Zheng1-2/+7
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-66/+161
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-3/+4
2015-11-03libceph: msg signing callouts don't need con argumentIlya Dryomov1-6/+8
2015-11-03ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng5-37/+53
2015-11-03ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng1-7/+11
2015-11-03ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2-4/+10
2015-11-03ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng1-10/+77
2015-11-03ceph: fix message length computationArnd Bergmann1-1/+1
2015-11-03ceph: 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/sag...Linus 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-05fs: 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-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus 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