summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-181-9/+9
| * ceph: break the check delayed cap loop every 5sXiubo Li2024-03-181-0/+8
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-9/+9
* | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-36/+38
|\ \ | |/ |/|
| * ceph: adapt to breakup of struct file_lockJeff Layton2024-02-051-25/+26
| * filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| * ceph: convert to using new filelock helpersJeff Layton2024-02-051-12/+12
* | ceph: switch to corrected encoding of max_xattr_size in mdsmapXiubo Li2024-02-262-4/+9
* | ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li2024-02-133-1/+69
* | ceph: always queue a writeback when revoking the Fb capsXiubo Li2024-02-131-24/+24
* | ceph: always check dir caps asynchronouslyXiubo Li2024-02-074-14/+5
* | ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave2024-02-071-1/+2
* | ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTXiubo Li2024-02-071-0/+2
|/
* Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-199-48/+89
|\
| * ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro2024-01-151-8/+13
| * ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro2024-01-151-2/+0
| * ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao2024-01-151-17/+22
| * ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li2024-01-151-2/+2
| * ceph: send oldest_client_tid when renewing capsXiubo Li2024-01-151-5/+17
| * ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li2024-01-151-3/+5
| * ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers2024-01-151-0/+1
| * ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-01-151-6/+3
| * ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-153-3/+23