summaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-27ceph_d_revalidate(): propagate stable name down into request encodingAl Viro3-3/+10
2025-01-27ceph_d_revalidate(): use stable parent inode passed by callerAl Viro1-18/+4
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+3
2025-01-27ceph: exchange hardcoded value on NAME_MAXViacheslav Dubeyko1-1/+1
2025-01-27ceph: streamline request head structures in MDS clientLiang Jie1-8/+8
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+7
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+16
2025-01-15ceph: fix memory leak in ceph_mds_auth_match()Antoine Viallon1-8/+8
2025-01-12ceph: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-2/+7
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-3/+3
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-4/+9
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: validate snapdirname option length when mountingIlya Dryomov1-0/+2
2024-12-16ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2024-12-16ceph: fix memory leaks in __ceph_sync_read()Max Kellermann1-4/+3
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler2-12/+7
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-1/+5
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds12-71/+62
2024-11-25ceph: fix cred leak in ceph_mds_check_access()Max Kellermann1-0/+3
2024-11-25ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann1-2/+2
2024-11-19ceph: improve caps debugging outputPatrick Donnelly1-18/+17
2024-11-19ceph: correct ceph_mds_cap_peer field namePatrick Donnelly1-9/+9
2024-11-19ceph: correct ceph_mds_cap_item field namePatrick Donnelly1-1/+1
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+10
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov9-15/+15
2024-11-18ceph: Use strscpy() instead of strcpy() in __get_snap_name()Abdul Rahim1-1/+7
2024-11-18ceph: Use str_true_false() helper in status_show()Thorsten Blum1-1/+1
2024-11-18ceph: requalify some char pointers as constPatrick Donnelly1-1/+1
2024-11-18ceph: extract entity name from device idPatrick Donnelly1-1/+9
2024-11-18ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert4-25/+0
2024-10-04Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+5
2024-10-04ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)1-10/+10
2024-10-03ceph: fix cap ref leak via netfs init_requestPatrick Donnelly1-1/+4
2024-10-03ceph: use struct_size() helper in __ceph_pool_perm_get()Thorsten Blum1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-28Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-23/+51
2024-09-24ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li1-1/+0
2024-09-24ceph: Remove empty definition in header fileZhang Zekun1-4/+0
2024-09-24ceph: Fix typo in the commentYan Zhen4-4/+4
2024-09-24ceph: fix a memory leak on cap_auths in MDS clientLuis Henriques (SUSE)1-0/+12
2024-09-24ceph: flush all caps releases when syncing the whole filesystemXiubo Li4-0/+25
2024-09-24ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()Xiubo Li3-8/+8
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-30/+46
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+5
2024-09-12netfs: Speed up buffered readingDavid Howells1-30/+46