summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-07-23ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni1-1/+1
2024-07-23ceph: use cap_wait_list only if debugfs is enabledMax Kellermann3-0/+14
2024-07-03ceph: drop usage of page_indexKairui Song2-2/+2
2024-05-25Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-13/+425
2024-05-23ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bitXiubo Li1-1/+3
2024-05-23ceph: check the cephx mds auth access for async diropXiubo Li2-0/+59
2024-05-23ceph: check the cephx mds auth access for openXiubo Li1-2/+33
2024-05-23ceph: check the cephx mds auth access for setattrXiubo Li1-9/+37
2024-05-23ceph: add ceph_mds_check_access() helperXiubo Li2-0/+167
2024-05-23ceph: save cap_auths in MDS client when session is openedXiubo Li2-1/+126
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-1/+1
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells1-18/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-5/+6
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2-1/+3
2024-04-11ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li3-9/+7
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown1-1/+3
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-13/+26
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li1-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-03-18ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-9/+9
2024-03-18ceph: break the check delayed cap loop every 5sXiubo Li1-0/+8
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-9/+9
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-36/+38
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2-4/+9
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li3-1/+69
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li1-24/+24
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li4-14/+5
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave1-1/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li1-0/+2
2024-02-05ceph: adapt to breakup of struct file_lockJeff Layton1-25/+26
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-05ceph: convert to using new filelock helpersJeff Layton1-12/+12
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-48/+89
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-63/+11
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro1-8/+13
2024-01-15ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro1-2/+0
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao1-17/+22
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li1-2/+2
2024-01-15ceph: send oldest_client_tid when renewing capsXiubo Li1-5/+17
2024-01-15ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li1-3/+5
2024-01-15ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers1-0/+1
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3