aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-1/+1
2022-05-10ceph: fix setting of xattrs on async created inodesGravatar Jeff Layton 1-3/+13
2022-04-01fs: Pass an iocb to generic_perform_write()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-01ceph: wake waiters after failed async createGravatar Jeff Layton 1-18/+33
2022-03-01ceph: uninline the data on a file opened for writingGravatar David Howells 1-16/+16
2022-01-26ceph: set pool_ns in new inode layout for async createsGravatar Jeff Layton 1-0/+7
2022-01-26ceph: properly put ceph_string reference after async create attemptGravatar Jeff Layton 1-0/+2
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-9/+15
2022-01-13ceph: add new "nopagecache" optionGravatar Jeff Layton 1-9/+15
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+10
2022-01-11ceph: conversion to new fscache APIGravatar Jeff Layton 1-3/+10
2021-12-01ceph: fix up non-directory creation in SGID directoriesGravatar Christian Brauner 1-3/+15
2021-12-01ceph: initialize i_size variable in ceph_sync_readGravatar Jeff Layton 1-1/+1
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-18/+85
2021-11-08ceph: add a new metric to keep track of remote object copiesGravatar Luís Henriques 1-0/+4
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeGravatar Luís Henriques 1-11/+63
2021-11-08ceph: return the real size read when it hits EOFGravatar Xiubo Li 1-5/+8
2021-11-08ceph: shut down access to inode when async create failsGravatar Jeff Layton 1-1/+9
2021-11-08ceph: print inode numbers instead of pointer valuesGravatar Jeff Layton 1-1/+1
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-1/+1
2021-10-19ceph: fix handling of "meta" errorsGravatar Jeff Layton 1-1/+0
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-15/+17
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterGravatar Jeff Layton 1-15/+17
2021-07-13ceph: Fix race between hole punch and page faultGravatar Jan Kara 1-0/+2
2021-06-29ceph: take reference to req->r_parent at point of assignmentGravatar Jeff Layton 1-0/+1
2021-06-29ceph: add IO size metrics supportGravatar Xiubo Li 1-12/+11
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupGravatar Jeff Layton 1-6/+8
2021-06-22ceph: must hold snap_rwsem when filling inode for async createGravatar Jeff Layton 1-0/+3
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsGravatar Jeff Layton 1-12/+5
2021-04-27ceph: avoid counting the same request twice or moreGravatar Xiubo Li 1-10/+10
2021-04-27ceph: rename the metric helpersGravatar Xiubo Li 1-6/+6
2021-04-27ceph: don't use d_add in ceph_handle_snapdirGravatar Jeff Layton 1-2/+5
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Gravatar Ilya Dryomov 1-2/+2
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-5/+3
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readGravatar Jeff Layton 1-47/+24
2020-10-12ceph: remove unnecessary return in switch statementGravatar Luis Henriques 1-2/+0
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+3
2020-08-24ceph: don't allow setlease on cephfsGravatar Jeff Layton 1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-03ceph: do not access the kiocb after aio requestsGravatar Xiubo Li 1-2/+3
2020-06-01ceph: add read/write latency metric supportGravatar Xiubo Li 1-0/+30
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sGravatar Jeff Layton 1-2/+2
2020-03-30ceph: simplify calling of ceph_get_fmode()Gravatar Yan, Zheng 1-16/+5
2020-03-30ceph: remove delay check logic from ceph_check_caps()Gravatar Yan, Zheng 1-9/+4
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-9/+12
2020-03-30ceph: update dentry lease for async createGravatar Yan, Zheng 1-0/+3
2020-03-30ceph: attempt to do async create when possibleGravatar Jeff Layton 1-7/+240
2020-03-30ceph: cache layout in parent dir on first sync createGravatar Jeff Layton 1-1/+21