aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2023-10-25ceph: fix type promotion bug on 32bit systemsDan Carpenter
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton
2021-12-29ceph: fix up non-directory creation in SGID directoriesChristian Brauner
2021-10-27ceph: fix handling of "meta" errorsJeff Layton
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton
2021-06-30ceph: must hold snap_rwsem when filling inode for async createJeff 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
2019-07-08ceph: add selinux supportYan, Zheng
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein