summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2022-08-03ceph: convert to generic_file_llseekJeff Layton
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li
2022-07-21ceph: rely on vfs for setgid strippingYang Xu
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-10ceph: fix setting of xattrs on async created inodesJeff Layton
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-03-01ceph: wake waiters after failed async createJeff Layton
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells
2022-01-26ceph: set pool_ns in new inode layout for async createsJeff Layton
2022-01-26ceph: properly put ceph_string reference after async create attemptJeff Layton
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-13ceph: add new "nopagecache" optionJeff Layton
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-11ceph: conversion to new fscache APIJeff Layton
2021-12-01ceph: fix up non-directory creation in SGID directoriesChristian Brauner
2021-12-01ceph: initialize i_size variable in ceph_sync_readJeff Layton
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-11-08ceph: add a new metric to keep track of remote object copiesLuís Henriques
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques
2021-11-08ceph: return the real size read when it hits EOFXiubo Li
2021-11-08ceph: shut down access to inode when async create failsJeff Layton
2021-11-08ceph: print inode numbers instead of pointer valuesJeff Layton
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
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