summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2024-09-24ceph: flush all caps releases when syncing the whole filesystemXiubo Li-0/+25
2024-09-24ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()Xiubo Li-8/+8
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-30/+46
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+0
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds-8/+5
2024-09-12netfs: Speed up buffered readingDavid Howells-30/+46
2024-09-09ceph: remove unused f_versionChristian Brauner-1/+0
2024-08-27ceph: Convert to use jiffies macroChen Yufan-1/+2
2024-08-27ceph: Remove unused declarationsYue Haibing-5/+0
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells-0/+1
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+25
2024-08-139p: Fix DIO read through netfsDominique Martinet-2/+4
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells-2/+3
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells-1/+18
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-6/+4
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-2/+1
2024-08-01ceph: force sending a cap update msg back to MDS for revoke opXiubo Li-14/+28
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-2/+19
2024-07-23ceph: fix incorrect kmalloc size of pagevec mempoolethanwu-1/+2
2024-07-23ceph: periodically flush the cap releasesXiubo Li-0/+2
2024-07-23ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni-1/+1
2024-07-23ceph: use cap_wait_list only if debugfs is enabledMax Kellermann-0/+14
2024-07-03ceph: drop usage of page_indexKairui Song-2/+2
2024-05-25Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-13/+425
2024-05-23ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bitXiubo Li-1/+3
2024-05-23ceph: check the cephx mds auth access for async diropXiubo Li-0/+59
2024-05-23ceph: check the cephx mds auth access for openXiubo Li-2/+33
2024-05-23ceph: check the cephx mds auth access for setattrXiubo Li-9/+37
2024-05-23ceph: add ceph_mds_check_access() helperXiubo Li-0/+167
2024-05-23ceph: save cap_auths in MDS client when session is openedXiubo Li-1/+126
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells-1/+1
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells-18/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells-5/+6
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells-1/+3
2024-04-11ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li-9/+7
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown-1/+3
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-13/+26
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li-10/+13
2024-03-18ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou-9/+9
2024-03-18ceph: break the check delayed cap loop every 5sXiubo Li-0/+8
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-9/+9
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-36/+38
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li-4/+9
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li-1/+69
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li-24/+24
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li-14/+5
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave-1/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li-0/+2
2024-02-05ceph: adapt to breakup of struct file_lockJeff Layton-25/+26