summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2025-07-06ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov
2025-01-02ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov
2025-01-02ceph: try to allocate a smaller extent map for sparse readXiubo Li
2024-12-27ceph: fix memory leaks in __ceph_sync_read()Max Kellermann
2024-12-27ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze
2024-04-27ceph: rename _to_client() to _to_fs_client()Xiubo Li
2024-04-27ceph: pass the mdsc to several helpersXiubo Li
2024-03-26ceph: stop copying to iter at EOF on sync readsXiubo Li
2023-10-09ceph: fix type promotion bug on 32bit systemsDan Carpenter
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques
2023-08-24ceph: invalidate pages when doing direct/sync writesLuís Henriques
2023-08-24ceph: plumb in decryption during readsJeff Layton
2023-08-24ceph: add read/modify/write to ceph_sync_writeJeff Layton
2023-08-24ceph: align data in pages in ceph_sync_writeJeff Layton
2023-08-24ceph: don't use special DIO path for encrypted inodesJeff Layton
2023-08-24ceph: add object version support for sync readXiubo Li
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton
2023-08-24ceph: add some fscrypt guardrailsJeff Layton
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-05-24ceph: Provide a splice-read wrapperDavid Howells
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-02-26ceph: update the time stamps and try to drop the suid/sgidXiubo Li
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-03ceph: use bvec_set_page to initialize a bvecChristoph Hellwig
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
2022-08-03ceph: don't truncate file in atomic_openHu Weiwen
2022-08-03ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li
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