summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
3 daysceph: supply snapshot context in ceph_zero_partial_object()ethanwu
3 daysceph: supply snapshot context in ceph_uninline_data()ethanwu
2025-11-24ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko
2025-11-24ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko
2025-07-06ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka
2025-06-27ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen
2025-05-02ceph: Fix incorrect flush end position calculationDavid Howells
2025-01-09ceph: give up on paths longer than PATH_MAXMax Kellermann
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-12-27ceph: validate snapdirname option length when mountingIlya Dryomov
2024-12-09ceph: extract entity name from device idPatrick Donnelly
2024-10-10ceph: fix cap ref leak via netfs init_requestPatrick Donnelly
2024-10-10ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li
2024-08-03ceph: fix incorrect kmalloc size of pagevec mempoolethanwu
2024-04-27ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown
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
2024-03-15ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave
2024-02-05ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao
2024-02-05ceph: fix deadlock or deadcode of misusing dget()Xiubo Li
2024-02-05ceph: reinitialize mds feature bit even when session in openVenky Shankar
2024-01-25ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers
2023-10-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-10-27ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lockAl Viro
2023-10-09ceph: fix type promotion bug on 32bit systemsDan Carpenter
2023-10-09ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques
2023-10-09ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-09-18ceph: remove unnecessary check for NULL in parse_longname()Luís Henriques
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-31ceph: make num_fwd and num_retry to __u32Xiubo Li
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24ceph: switch ceph_lookup/atomic_open() to use new fscrypt helperLuís Henriques
2023-08-24ceph: fix updating i_truncate_pagecache_size for fscryptXiubo Li
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li
2023-08-24ceph: prevent snapshot creation in encrypted locked directoriesLuís Henriques
2023-08-24ceph: add support for encrypted snapshot namesLuí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 encryption support to writepage and writepagesJeff 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