summaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph: allocate sparse_ext map only for sparse readsIlya Dryomov2024-12-161-1/+1
* ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov2024-12-161-21/+22
* ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze2024-12-161-15/+14
* ceph: validate snapdirname option length when mountingIlya Dryomov2024-12-161-0/+2
* ceph: give up on paths longer than PATH_MAXMax Kellermann2024-12-161-5/+4
* ceph: fix memory leaks in __ceph_sync_read()Max Kellermann2024-12-161-4/+3
* Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-11-3012-71/+62
|\
| * ceph: fix cred leak in ceph_mds_check_access()Max Kellermann2024-11-251-0/+3
| * ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann2024-11-251-2/+2
| * ceph: improve caps debugging outputPatrick Donnelly2024-11-191-18/+17
| * ceph: correct ceph_mds_cap_peer field namePatrick Donnelly2024-11-191-9/+9
| * ceph: correct ceph_mds_cap_item field namePatrick Donnelly2024-11-191-1/+1
| * ceph: miscellaneous spelling fixesDmitry Antipov2024-11-189-15/+15
| * ceph: Use strscpy() instead of strcpy() in __get_snap_name()Abdul Rahim2024-11-181-1/+7
| * ceph: Use str_true_false() helper in status_show()Thorsten Blum2024-11-181-1/+1
| * ceph: requalify some char pointers as constPatrick Donnelly2024-11-181-1/+1
| * ceph: extract entity name from device idPatrick Donnelly2024-11-181-1/+9
| * ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert2024-11-184-25/+0
* | Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-181-10/+10
|\ \ | |/ |/|
| * ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)2024-10-041-10/+10
* | Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2024-10-041-2/+5
|\ \
| * | ceph: fix cap ref leak via netfs init_requestPatrick Donnelly2024-10-031-1/+4
| * | ceph: use struct_size() helper in __ceph_pool_perm_get()Thorsten Blum2024-10-031-1/+1
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-09-288-23/+51
|\
| * ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li2024-09-241-1/+0
| * ceph: Remove empty definition in header fileZhang Zekun2024-09-241-4/+0
| * ceph: Fix typo in the commentYan Zhen2024-09-244-4/+4
| * ceph: fix a memory leak on cap_auths in MDS clientLuis Henriques (SUSE)2024-09-241-0/+12
| * ceph: flush all caps releases when syncing the whole filesystemXiubo Li2024-09-244-0/+25
| * ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()Xiubo Li2024-09-243-8/+8
| * ceph: Convert to use jiffies macroChen Yufan2024-08-271-1/+2
| * ceph: Remove unused declarationsYue Haibing2024-08-272-5/+0
* | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-161-30/+46
|\ \
| * | netfs: Speed up buffered readingDavid Howells2024-09-121-30/+46
* | | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-1/+0
|\ \ \
| * | | ceph: remove unused f_versionChristian Brauner2024-09-091-1/+0
| | |/ | |/|
* | | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-8/+5
|\ \ \ | |_|/ |/| |
| * | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-6/+4
| * | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
* | | netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells2024-08-211-0/+1
| |/ |/|
* | Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-142-5/+25
|\ \
| * | 9p: Fix DIO read through netfsDominique Martinet2024-08-131-2/+4
| * | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-122-2/+3
| * | netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells2024-08-121-1/+18
| |/
* / ceph: force sending a cap update msg back to MDS for revoke opXiubo Li2024-08-012-14/+28
|/
* Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-07-265-2/+19
|\
| * ceph: fix incorrect kmalloc size of pagevec mempoolethanwu2024-07-231-1/+2
| * ceph: periodically flush the cap releasesXiubo Li2024-07-231-0/+2
| * ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni2024-07-231-1/+1