| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix potential race in ceph_check_caps | Jeff Layton | 2020-10-01 | 1 | -1/+13 |
* | ceph: don't allow setlease on cephfs | Jeff Layton | 2020-09-12 | 1 | -0/+1 |
* | ceph: fix potential mdsc use-after-free crash | Xiubo Li | 2020-09-03 | 1 | -1/+13 |
* | ceph: fix double unlock in handle_cap_export() | Wu Bo | 2020-05-27 | 1 | -0/+1 |
* | ceph: don't skip updating wanted caps when cap is stale | Yan, Zheng | 2020-05-02 | 1 | -2/+6 |
* | ceph: return ceph_mdsc_do_request() errors from __get_parent() | Qiujun Huang | 2020-05-02 | 1 | -0/+5 |
* | ceph: fix dentry leak in ceph_readdir_prepopulate | Yan, Zheng | 2019-11-28 | 1 | -1/+0 |
* | ceph: fix use-after-free in __ceph_remove_cap() | Luis Henriques | 2019-11-12 | 1 | -5/+5 |
* | ceph: fix directories inode i_blkbits initialization | Luis Henriques | 2019-10-17 | 1 | -1/+6 |
* | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() | Luis Henriques | 2019-09-10 | 1 | -2/+6 |
* | ceph: fix improper use of smp_mb__before_atomic() | Andrea Parri | 2019-08-06 | 1 | -1/+6 |
* | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng | 2019-08-04 | 1 | -2/+5 |
* | ceph: flush dirty inodes before proceeding with remount | Jeff Layton | 2019-06-11 | 1 | -0/+7 |
* | ceph: fix use-after-free on symlink traversal | Al Viro | 2019-05-16 | 1 | -1/+1 |
* | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 2019-05-16 | 2 | -1/+15 |
* | ceph: ensure d_name stability in ceph_dentry_hash() | Jeff Layton | 2019-05-16 | 1 | -1/+5 |
* | ceph: avoid repeatedly adding inode to mdsc->snap_flush_list | Yan, Zheng | 2019-03-23 | 1 | -1/+2 |
* | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 2019-01-13 | 1 | -1/+0 |
* | ceph: drop negative child dentries before try pruning inode's alias | Yan, Zheng | 2017-12-20 | 1 | -4/+38 |
* | ceph: unlock dangling spinlock in try_flush_caps() | Jeff Layton | 2017-11-02 | 1 | -1/+4 |
* | ceph: clean up unsafe d_parent accesses in build_dentry_path | Jeff Layton | 2017-10-21 | 1 | -2/+7 |
* | ceph: fix readpage from fscache | Yan, Zheng | 2017-09-07 | 2 | -18/+18 |
* | ceph: fix race in concurrent readdir | Yan, Zheng | 2017-07-27 | 1 | -0/+5 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-06-14 | 1 | -1/+1 |
* | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() | Yan, Zheng | 2017-05-25 | 3 | -13/+19 |
* | ceph: fix memory leak in __ceph_setxattr() | Luis Henriques | 2017-05-20 | 1 | -0/+3 |
* | ceph: remove req from unsafe list when unregistering it | Jeff Layton | 2017-03-15 | 1 | -2/+3 |
* | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 2017-01-26 | 1 | -4/+5 |
* | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-10-31 | 1 | -4/+2 |
* | ceph: fix error handling in ceph_read_iter | Nikolay Borisov | 2016-10-28 | 1 | -1/+2 |
* | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-10-07 | 1 | -2/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-11-13 | 7 | -66/+161 |
|\ |
|
| * | libceph: msg signing callouts don't need con argument | Ilya Dryomov | 2015-11-02 | 1 | -6/+8 |
| * | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 | 5 | -37/+53 |
| * | ceph: add request to i_unsafe_dirops when getting unsafe reply | Yan, Zheng | 2015-11-02 | 1 | -7/+11 |
| * | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 2015-11-02 | 2 | -4/+10 |
| * | ceph: combine as many iovec as possile into one OSD request | Zhu, Caifeng | 2015-11-02 | 1 | -10/+77 |
| * | ceph: fix message length computation | Arnd Bergmann | 2015-11-02 | 1 | -1/+1 |
| * | ceph: fix a comment typo | Geliang Tang | 2015-11-02 | 1 | -1/+1 |
* | | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 2015-11-06 | 1 | -3/+4 |
* | | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2015-10-22 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-09-11 | 7 | -29/+67 |
|\ |
|
| * | ceph: improve readahead for file holes | Yan, Zheng | 2015-09-09 | 1 | -1/+1 |
| * | ceph: get inode size for each append write | Yan, Zheng | 2015-09-09 | 1 | -0/+6 |
| * | ceph: cleanup use of ceph_msg_get | Jianpeng Ma | 2015-09-08 | 1 | -2/+1 |
| * | ceph: no need to get parent inode in ceph_open | Jianpeng Ma | 2015-09-08 | 1 | -5/+1 |
| * | ceph: remove the useless judgement | Jianpeng Ma | 2015-09-08 | 1 | -1/+1 |
| * | ceph: remove redundant test of head->safe and silence static analysis warnings | Brad Hubbard | 2015-09-08 | 1 | -1/+1 |
| * | ceph: fix queuing inode to mdsdir's snaprealm | Yan, Zheng | 2015-09-08 | 1 | -7/+0 |
| * | ceph: invalidate dirty pages after forced umount | Yan, Zheng | 2015-09-08 | 1 | -0/+2 |