summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4 days1-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
| * ceph: use cap_wait_list only if debugfs is enabledMax Kellermann2024-07-233-0/+14
* | ceph: drop usage of page_indexKairui Song2024-07-032-2/+2
|/
* Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-05-255-13/+425
|\
| * ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bitXiubo Li2024-05-231-1/+3
| * ceph: check the cephx mds auth access for async diropXiubo Li2024-05-232-0/+59
| * ceph: check the cephx mds auth access for openXiubo Li2024-05-231-2/+33
| * ceph: check the cephx mds auth access for setattrXiubo Li2024-05-231-9/+37
| * ceph: add ceph_mds_check_access() helperXiubo Li2024-05-232-0/+167
| * ceph: save cap_auths in MDS client when session is openedXiubo Li2024-05-232-1/+126
* | netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-1/+1
* | netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells2024-04-291-18/+1
* | mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-291-5/+6
* | netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-292-1/+3
|/
* ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li2024-04-113-9/+7
* ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown2024-04-111-1/+3
* Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-03-222-13/+26
|\
| * ceph: set correct cap mask for getattr request for readXiubo Li2024-03-191-3/+5
| * ceph: stop copying to iter at EOF on sync readsXiubo Li2024-03-191-10/+13