aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+2
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeGravatar Xiubo Li 1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+0
2023-06-09filemap: update ki_pos in generic_perform_writeGravatar Christoph Hellwig 1-2/+0
2023-06-09backing_dev: remove current->backing_dev_infoGravatar Christoph Hellwig 1-4/+0
2023-05-24ceph: Provide a splice-read wrapperGravatar David Howells 1-1/+64
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+8
2023-02-26ceph: update the time stamps and try to drop the suid/sgidGravatar Xiubo Li 1-0/+8
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-8/+4
2023-02-03ceph: use bvec_set_page to initialize a bvecGravatar Christoph Hellwig 1-8/+4
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceGravatar Xiubo Li 1-0/+3
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-10/+16
2022-12-12ceph: try to check caps immediately after async creating finishesGravatar Xiubo Li 1-0/+9
2022-12-12ceph: remove useless session parameter for check_caps()Gravatar Xiubo Li 1-10/+7
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-75/+48
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-4/+0
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 1-2/+1
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 1-1/+1
2022-08-03libceph: clean up ceph_osdc_start_request prototypeGravatar Jeff Layton 1-19/+13
2022-08-03ceph: don't truncate file in atomic_openGravatar Hu Weiwen 1-3/+6
2022-08-03ceph: flush the dirty caps immediatelly when quota is approachingGravatar Xiubo Li 1-2/+3
2022-08-03ceph: don't get the inline data for new creating filesGravatar Xiubo Li 1-3/+2
2022-08-03ceph: update the auth cap when the async create req is forwardedGravatar Xiubo Li 1-0/+14
2022-08-03ceph: convert to generic_file_llseekGravatar Jeff Layton 1-47/+5
2022-08-03ceph: wait for the first reply of inflight async unlinkGravatar Xiubo Li 1-1/+5
2022-07-21ceph: rely on vfs for setgid strippingGravatar Yang Xu 1-4/+0
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