aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Switch to using unsigned long long rather than loff_tGravatar David Howells 1-1/+1
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagGravatar David Howells 1-18/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2Gravatar David Howells 1-5/+6
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyGravatar David Howells 2-1/+3
2024-04-11ceph: switch to use cap_delay_lock for the unlink delay listGravatar Xiubo Li 3-9/+7
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATEGravatar NeilBrown 1-1/+3
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-13/+26
2024-03-19ceph: set correct cap mask for getattr request for readGravatar Xiubo Li 1-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsGravatar Xiubo Li 1-10/+13
2024-03-18ceph: remove SLAB_MEM_SPREAD flag usageGravatar Chengming Zhou 1-9/+9
2024-03-18ceph: break the check delayed cap loop every 5sGravatar Xiubo Li 1-0/+8
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-9/+9
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-36/+38
2024-02-26ceph: switch to corrected encoding of max_xattr_size in mdsmapGravatar Xiubo Li 2-4/+9
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyGravatar Xiubo Li 3-1/+69
2024-02-13ceph: always queue a writeback when revoking the Fb capsGravatar Xiubo Li 1-24/+24
2024-02-07ceph: always check dir caps asynchronouslyGravatar Xiubo Li 4-14/+5
2024-02-07ceph: prevent use-after-free in encode_cap_msg()Gravatar Rishabh Dave 1-1/+2
2024-02-07ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFTGravatar Xiubo Li 1-0/+2
2024-02-05ceph: adapt to breakup of struct file_lockGravatar Jeff Layton 1-25/+26
2024-02-05filelock: split common fields into struct file_lock_coreGravatar Jeff Layton 1-0/+1
2024-02-05ceph: convert to using new filelock helpersGravatar Jeff Layton 1-12/+12
2024-01-19Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-48/+89
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 3-63/+11
2024-01-15ceph: get rid of passing callbacks in __dentry_leases_walk()Gravatar Al Viro 1-8/+13
2024-01-15ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingGravatar Al Viro 1-2/+0
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRGravatar Wenchao Hao 1-17/+22
2024-01-15ceph: remove duplicated code in ceph_netfs_issue_read()Gravatar Xiubo Li 1-2/+2
2024-01-15ceph: send oldest_client_tid when renewing capsGravatar Xiubo Li 1-5/+17
2024-01-15ceph: rename create_session_open_msg() to create_session_full_msg()Gravatar Xiubo Li 1-3/+5
2024-01-15ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONGravatar Eric Biggers 1-0/+1
2024-01-15ceph: fix deadlock or deadcode of misusing dget()Gravatar Xiubo Li 1-6/+3
2024-01-15ceph: try to allocate a smaller extent map for sparse readGravatar Xiubo Li 3-3/+23
2024-01-15ceph: reinitialize mds feature bit even when session in openGravatar Venky Shankar 1-1/+1
2024-01-15ceph: skip reconnecting if MDS is not readyGravatar Xiubo Li 1-1/+2
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-2/+2
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataGravatar David Howells 1-1/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsGravatar David Howells 2-32/+2
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 2-17/+8
2023-12-24netfs, fscache: Remove ->begin_cache_operationGravatar David Howells 2-13/+0
2023-12-12fs: use splice_copy_file_range() inline helperGravatar Amir Goldstein 1-2/+2
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2023-12-01fs: fork splice_file_range() from do_splice_direct()Gravatar Amir Goldstein 1-4/+5
2023-11-25dentry: switch the lists of children to hlistGravatar Al Viro 2-2/+2
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 22-1462/+2080
2023-11-03ceph: allow idmapped mountsGravatar Christian Brauner 1-1/+1
2023-11-03ceph: allow idmapped atomic_open inode opGravatar Christian Brauner 1-2/+9
2023-11-03ceph: allow idmapped set_acl inode opGravatar Christian Brauner 1-1/+1
2023-11-03ceph: allow idmapped setattr inode opGravatar Christian Brauner 1-8/+12