Age | Commit message (Expand) | Author |
2021-06-29 | ceph: take reference to req->r_parent at point of assignment | Jeff Layton |
2021-06-29 | ceph: add IO size metrics support | Xiubo Li |
2021-06-22 | ceph: fix error handling in ceph_atomic_open and ceph_lookup | Jeff Layton |
2021-06-22 | ceph: must hold snap_rwsem when filling inode for async create | Jeff Layton |
2021-04-27 | ceph: drop pinned_page parameter from ceph_get_caps | Jeff Layton |
2021-04-27 | ceph: avoid counting the same request twice or more | Xiubo Li |
2021-04-27 | ceph: rename the metric helpers | Xiubo Li |
2021-04-27 | ceph: don't use d_add in ceph_handle_snapdir | Jeff Layton |
2020-10-12 | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov |
2020-10-12 | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li |
2020-10-12 | ceph: drop special-casing for ITER_PIPE in ceph_sync_read | Jeff Layton |
2020-10-12 | ceph: remove unnecessary return in switch statement | Luis Henriques |
2020-08-28 | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds |
2020-08-24 | ceph: don't allow setlease on cephfs | Jeff Layton |
2020-08-24 | ceph: fix inode number handling on arches with 32-bit ino_t | Jeff Layton |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-03 | ceph: do not access the kiocb after aio requests | Xiubo Li |
2020-06-01 | ceph: add read/write latency metric support | Xiubo Li |
2020-04-13 | ceph: fix potential bad pointer deref in async dirops cb's | Jeff Layton |
2020-03-30 | ceph: simplify calling of ceph_get_fmode() | Yan, Zheng |
2020-03-30 | ceph: remove delay check logic from ceph_check_caps() | Yan, Zheng |
2020-03-30 | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng |
2020-03-30 | ceph: update dentry lease for async create | Yan, Zheng |
2020-03-30 | ceph: attempt to do async create when possible | Jeff Layton |
2020-03-30 | ceph: cache layout in parent dir on first sync create | Jeff Layton |
2020-03-30 | ceph: re-org copy_file_range and fix some error paths | Luis Henriques |
2020-03-23 | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL | Ilya Dryomov |
2020-02-11 | ceph: do not execute direct write in parallel if O_APPEND is specified | Xiubo Li |
2020-01-27 | ceph: use copy-from2 op in copy_file_range | Luis Henriques |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-11-14 | ceph: increment/decrement dio counter on async requests | Jeff Layton |
2019-11-14 | ceph: take the inode lock before acquiring cap refs | Jeff Layton |
2019-11-05 | ceph: don't allow copy_file_range when stripe_count != 1 | Luis Henriques |
2019-11-05 | ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open | Jeff Layton |
2019-10-23 | ceph: fix compat_ioctl for ceph_dir_operations | Arnd Bergmann |
2019-09-16 | ceph: allow object copies across different filesystems in the same cluster | Luis Henriques |
2019-09-16 | ceph: add buffered/direct exclusionary locking for reads and writes | Jeff Layton |
2019-09-16 | ceph: auto reconnect after blacklisted | Yan, Zheng |
2019-09-16 | ceph: invalidate all write mode filp after reconnect | Yan, Zheng |
2019-09-16 | ceph: pass filp to ceph_get_caps() | Yan, Zheng |
2019-09-16 | ceph: track and report error of async metadata operation | Yan, Zheng |
2019-09-16 | ceph: allow copy_file_range when src and dst inode are same | Jeff Layton |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-07-08 | ceph: fix end offset in truncate_inode_pages_range call | Luis Henriques |
2019-07-08 | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov |
2019-07-08 | ceph: increment change_attribute on local changes | Jeff Layton |
2019-07-08 | ceph: add selinux support | Yan, Zheng |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng |
2019-06-09 | vfs: allow copy_file_range to copy across devices | Amir Goldstein |
2019-06-09 | vfs: no fallback for ->copy_file_range | Dave Chinner |