aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+6
2024-01-15ceph: try to allocate a smaller extent map for sparse readGravatar Xiubo Li 1-2/+6
2023-12-12fs: use splice_copy_file_range() inline helperGravatar Amir Goldstein 1-2/+2
2023-12-01fs: fork splice_file_range() from do_splice_direct()Gravatar Amir Goldstein 1-4/+5
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-119/+163
2023-11-03ceph: allow idmapped atomic_open inode opGravatar Christian Brauner 1-2/+9
2023-11-03ceph: print cluster fsid and client global_id in all debug logsGravatar Xiubo Li 1-104/+141
2023-11-03ceph: rename _to_client() to _to_fs_client()Gravatar Xiubo Li 1-12/+12
2023-11-03ceph: pass the mdsc to several helpersGravatar Xiubo Li 1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2023-10-18ceph: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-09ceph: fix type promotion bug on 32bit systemsGravatar Dan Carpenter 1-1/+1
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperGravatar Luís Henriques 1-5/+3
2023-08-24ceph: invalidate pages when doing direct/sync writesGravatar Luís Henriques 1-5/+14
2023-08-24ceph: plumb in decryption during readsGravatar Jeff Layton 1-24/+66
2023-08-24ceph: add read/modify/write to ceph_sync_writeGravatar Jeff Layton 1-28/+290
2023-08-24ceph: align data in pages in ceph_sync_writeGravatar Jeff Layton 1-10/+10
2023-08-24ceph: don't use special DIO path for encrypted inodesGravatar Jeff Layton 1-2/+4
2023-08-24ceph: add object version support for sync readGravatar Xiubo Li 1-12/+32
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesGravatar Jeff Layton 1-0/+1
2023-08-24ceph: add some fscrypt guardrailsGravatar Jeff Layton 1-1/+20
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Gravatar Jeff Layton 1-0/+7
2023-08-22ceph: preallocate inode for ops that may create oneGravatar Jeff Layton 1-25/+40
2023-08-22ceph: add new mount option to enable sparse readsGravatar Jeff Layton 1-8/+43
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