aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-01ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-1/+1
2024-12-16ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
2024-12-16ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze1-15/+14
2024-12-16ceph: fix memory leaks in __ceph_sync_read()Max Kellermann1-4/+3
2024-05-23ceph: check the cephx mds auth access for async diropXiubo Li1-0/+31
2024-05-23ceph: check the cephx mds auth access for openXiubo Li1-2/+33
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li1-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+6
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li1-2/+6
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+2
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein1-4/+5
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-119/+163
2023-11-03ceph: allow idmapped atomic_open inode opChristian Brauner1-2/+9
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-104/+141
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li1-12/+12
2023-11-03ceph: pass the mdsc to several helpersXiubo Li1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2023-10-18ceph: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-09ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques1-5/+3
2023-08-24ceph: invalidate pages when doing direct/sync writesLuís Henriques1-5/+14
2023-08-24ceph: plumb in decryption during readsJeff Layton1-24/+66
2023-08-24ceph: add read/modify/write to ceph_sync_writeJeff Layton1-28/+290
2023-08-24ceph: align data in pages in ceph_sync_writeJeff Layton1-10/+10
2023-08-24ceph: don't use special DIO path for encrypted inodesJeff Layton1-2/+4
2023-08-24ceph: add object version support for sync readXiubo Li1-12/+32
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton1-0/+1
2023-08-24ceph: add some fscrypt guardrailsJeff Layton1-1/+20
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton1-0/+7
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton1-25/+40
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton1-8/+43
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+2
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+0
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-2/+0
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig1-4/+0
2023-05-24ceph: Provide a splice-read wrapperDavid Howells1-1/+64
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+8
2023-02-26ceph: update the time stamps and try to drop the suid/sgidXiubo Li1-0/+8
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-8/+4
2023-02-03ceph: use bvec_set_page to initialize a bvecChristoph Hellwig1-8/+4
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li1-0/+3
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-10/+16
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li1-0/+9
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li1-10/+7
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-75/+48
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+0