| Commit message (Expand) | Author | Age | Files | Lines |
* | bdi: use bdi_dev_name() to get device name | Yufen Yu | 2021-08-08 | 1 | -1/+1 |
* | ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty | Jeff Layton | 2021-07-20 | 1 | -9/+1 |
* | ceph: fix fscache invalidation | Jeff Layton | 2021-05-22 | 2 | -0/+2 |
* | ceph: fix race in concurrent __ceph_remove_cap invocations | Luis Henriques | 2020-12-30 | 1 | -2/+9 |
* | ceph: promote to unsigned long long before shifting | Matthew Wilcox (Oracle) | 2020-11-05 | 1 | -1/+1 |
* | ceph: fix potential race in ceph_check_caps | Jeff Layton | 2020-10-01 | 1 | -1/+13 |
* | ceph: ensure we have a new cap before continuing in fill_inode | Jeff Layton | 2020-10-01 | 1 | -1/+4 |
* | ceph: don't allow setlease on cephfs | Jeff Layton | 2020-09-09 | 1 | -0/+1 |
* | ceph: fix potential mdsc use-after-free crash | Xiubo Li | 2020-09-03 | 1 | -1/+13 |
* | ceph: fix use-after-free for fsc->mdsc | Xiubo Li | 2020-08-26 | 1 | -1/+2 |
* | 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-04-29 | 1 | -2/+6 |
* | ceph: return ceph_mdsc_do_request() errors from __get_parent() | Qiujun Huang | 2020-04-29 | 1 | -0/+5 |
* | ceph: canonicalize server path in place | Ilya Dryomov | 2020-04-13 | 2 | -92/+28 |
* | ceph: remove the extra slashes in the server path | Xiubo Li | 2020-04-13 | 1 | -19/+101 |
* | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL | Ilya Dryomov | 2020-04-02 | 1 | -3/+11 |
* | ceph: check availability of mds cluster on mount after wait timeout | Xiubo Li | 2020-02-24 | 2 | -2/+6 |
* | ceph: fix "ceph.dir.rctime" vxattr value | David Disseldorp | 2020-01-27 | 1 | -1/+1 |
* | ceph: return -EINVAL if given fsc mount option on kernel w/o support | Jeff Layton | 2019-12-05 | 1 | -1/+10 |
* | ceph: only allow punch hole mode in fallocate | Luis Henriques | 2019-12-01 | 1 | -36/+9 |
* | ceph: fix dentry leak in ceph_readdir_prepopulate | Yan, Zheng | 2019-12-01 | 1 | -1/+0 |
* | ceph: add missing check in d_revalidate snapdir handling | Al Viro | 2019-11-12 | 1 | -0/+1 |
* | ceph: fix use-after-free in __ceph_remove_cap() | Luis Henriques | 2019-11-12 | 1 | -5/+5 |
* | ceph: reconnect connection if session hang in opening state | Erqi Chen | 2019-10-11 | 1 | -1/+3 |
* | ceph: fix directories inode i_blkbits initialization | Luis Henriques | 2019-10-11 | 1 | -1/+6 |
* | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 2019-10-05 | 3 | -2/+10 |
* | Revert "ceph: use ceph_evict_inode to cleanup inode's resource" | Sasha Levin | 2019-10-05 | 3 | -7/+4 |
* | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 2019-09-16 | 3 | -4/+7 |
* | ceph: fix buffer free while holding i_ceph_lock in fill_inode() | Luis Henriques | 2019-09-10 | 1 | -3/+4 |
* | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques | 2019-09-10 | 4 | -6/+16 |
* | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() | Luis Henriques | 2019-09-10 | 1 | -2/+6 |
* | ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply | Jeff Layton | 2019-08-29 | 1 | -2/+1 |
* | ceph: clear page dirty before invalidate page | Erqi Chen | 2019-08-29 | 1 | -2/+3 |
* | ceph: return -ERANGE if virtual xattr value didn't fit in buffer | Jeff Layton | 2019-08-06 | 1 | -7/+7 |
* | 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-05-25 | 1 | -0/+7 |
* | ceph: fix use-after-free on symlink traversal | Al Viro | 2019-05-04 | 1 | -1/+1 |
* | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 2019-05-02 | 2 | -1/+15 |
* | ceph: ensure d_name stability in ceph_dentry_hash() | Jeff Layton | 2019-05-02 | 1 | -1/+5 |
* | ceph: only use d_name directly when parent is locked | Jeff Layton | 2019-05-02 | 1 | -11/+50 |
* | ceph: avoid repeatedly adding inode to mdsc->snap_flush_list | Yan, Zheng | 2019-02-27 | 1 | -1/+2 |
* | ceph: clear inode pointer when snap realm gets dropped by its inode | Yan, Zheng | 2019-01-31 | 1 | -0/+2 |
* | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 2019-01-13 | 1 | -1/+0 |
* | ceph: quota: fix null pointer dereference in quota check | Luis Henriques | 2018-11-27 | 1 | -1/+2 |
* | Revert "ceph: fix dentry leak in splice_dentry()" | Yan, Zheng | 2018-11-21 | 1 | -2/+6 |
* | ceph: avoid a use-after-free in ceph_destroy_options() | Ilya Dryomov | 2018-09-06 | 1 | -5/+11 |
* | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-08-20 | 14 | -230/+302 |
|\ |
|
| * | ceph: don't drop message if it contains more data than expected | Yan, Zheng | 2018-08-13 | 2 | -4/+4 |
| * | ceph: support cephfs' own feature bits | Yan, Zheng | 2018-08-13 | 2 | -9/+51 |