summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* ceph: don't allow setlease on cephfsJeff Layton2020-09-121-0/+1
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-09-031-1/+13
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-05-021-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-05-021-0/+5
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2019-11-281-1/+0
* ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-11-121-5/+5
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-10-171-1/+6
* ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-09-101-2/+6
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-08-061-1/+6
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-041-2/+5
* ceph: flush dirty inodes before proceeding with remountJeff Layton2019-06-111-0/+7
* ceph: fix use-after-free on symlink traversalAl Viro2019-05-161-1/+1
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-05-162-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-05-161-1/+5
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-03-231-1/+2
* ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2019-01-131-1/+0
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-201-4/+38
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-10-211-2/+7
* ceph: fix readpage from fscacheYan, Zheng2017-09-072-18/+18
* ceph: fix race in concurrent readdirYan, Zheng2017-07-271-0/+5
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-253-13/+19
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-201-0/+3
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-151-2/+3
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-261-4/+5
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-311-4/+2
* ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-281-1/+2
* ceph: fix race during filling readdir cacheYan, Zheng2016-10-071-2/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-137-66/+161
|\
| * libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-6/+8
| * ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-025-37/+53
| * ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng2015-11-021-7/+11
| * ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2015-11-022-4/+10
| * ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng2015-11-021-10/+77
| * ceph: fix message length computationArnd Bergmann2015-11-021-1/+1
| * ceph: fix a comment typoGeliang Tang2015-11-021-1/+1
* | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-3/+4
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-117-29/+67
|\
| * ceph: improve readahead for file holesYan, Zheng2015-09-091-1/+1
| * ceph: get inode size for each append writeYan, Zheng2015-09-091-0/+6
| * ceph: cleanup use of ceph_msg_getJianpeng Ma2015-09-081-2/+1
| * ceph: no need to get parent inode in ceph_openJianpeng Ma2015-09-081-5/+1
| * ceph: remove the useless judgementJianpeng Ma2015-09-081-1/+1
| * ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard2015-09-081-1/+1
| * ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng2015-09-081-7/+0
| * ceph: invalidate dirty pages after forced umountYan, Zheng2015-09-081-0/+2