summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2021-10-19ceph: fix handling of "meta" errorsJeff Layton
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton
2021-07-13ceph: Fix race between hole punch and page faultJan Kara
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton
2021-06-29ceph: add IO size metrics supportXiubo Li
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li
2021-04-27ceph: rename the metric helpersXiubo Li
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton
2020-10-12ceph: remove unnecessary return in switch statementLuis Henriques
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-08-24ceph: don't allow setlease on cephfsJeff Layton
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03ceph: do not access the kiocb after aio requestsXiubo Li
2020-06-01ceph: add read/write latency metric supportXiubo Li
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng
2020-03-30ceph: update dentry lease for async createYan, Zheng
2020-03-30ceph: attempt to do async create when possibleJeff Layton
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton
2020-03-30ceph: re-org copy_file_range and fix some error pathsLuis Henriques
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-08ceph: fix end offset in truncate_inode_pages_range callLuis Henriques
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov
2019-07-08ceph: increment change_attribute on local changesJeff Layton