summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2025-11-13ceph: fix multifs mds auth caps issueKotresh HR4-15/+35
2025-11-13ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko2-6/+3
2025-11-13ceph: fix potential race condition in ceph_ioctl_lazyio()Viacheslav Dubeyko1-5/+12
2025-11-13ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko1-1/+4
2025-09-19ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze1-12/+69
2025-09-19ceph: fix race condition validating r_parent before applying stateAlex Markuze6-107/+145
2025-08-15parse_longname(): strrchr() expects NUL-terminated stringAl Viro1-19/+12
2025-07-06ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2025-06-27ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen1-0/+1
2025-06-27ceph: avoid kernel BUG for encrypted inode with unaligned file sizeViacheslav Dubeyko1-0/+9
2025-05-02ceph: Fix incorrect flush end position calculationDavid Howells1-1/+1
2025-02-17ceph: fix memory leak in ceph_mds_auth_match()Antoine Viallon1-8/+8
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-1/+1
2024-12-27ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
2024-12-27ceph: fix memory leaks in __ceph_sync_read()Max Kellermann1-4/+3
2024-12-27ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze1-15/+14
2024-12-27ceph: validate snapdirname option length when mountingIlya Dryomov1-0/+2
2024-12-27ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2024-12-09ceph: fix cred leak in ceph_mds_check_access()Max Kellermann1-0/+3
2024-12-09ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann1-2/+2
2024-12-09ceph: extract entity name from device idPatrick Donnelly1-1/+9
2024-10-04Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+5
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-03move 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
2024-09-09ceph: remove unused f_versionChristian Brauner1-1/+0
2024-08-27ceph: Convert to use jiffies macroChen Yufan1-1/+2
2024-08-27ceph: Remove unused declarationsYue Haibing2-5/+0
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells1-0/+1
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+25
2024-08-139p: Fix DIO read through netfsDominique Martinet1-2/+4
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2-2/+3
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells1-1/+18
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-6/+4
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-08-01ceph: force sending a cap update msg back to MDS for revoke opXiubo Li2-14/+28
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-2/+19
2024-07-23ceph: fix incorrect kmalloc size of pagevec mempoolethanwu1-1/+2
2024-07-23ceph: periodically flush the cap releasesXiubo Li1-0/+2