summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ceph: reinitialize mds feature bit even when session in openVenky Shankar2024-01-151-1/+1
| * ceph: skip reconnecting if MDS is not readyXiubo Li2024-01-151-1/+2
* | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-193-63/+11
|\ \
| * | netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-1/+1
| * | netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-242-32/+2
| * | netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-242-17/+8
| * | netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-242-13/+0
| |/
* | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-112-2/+2
|\ \
| * | dentry: switch the lists of children to hlistAl Viro2023-11-252-2/+2
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-2/+2
|\ \
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| |/
* | fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+2
* | fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-011-4/+5
|/
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-1022-1462/+2080
|\
| * ceph: allow idmapped mountsChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped atomic_open inode opChristian Brauner2023-11-031-2/+9
| * ceph: allow idmapped set_acl inode opChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped setattr inode opChristian Brauner2023-11-031-8/+12
| * ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn2023-11-034-8/+8
| * ceph: allow idmapped permission inode opChristian Brauner2023-11-031-1/+1
| * ceph: allow idmapped getattr inode opChristian Brauner2023-11-031-1/+1
| * ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner2023-11-031-0/+4