summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds-2/+3
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li-2/+17
2023-07-24ceph: never send metrics if disable_send_metrics is setXiubo Li-1/+1
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-40/+154
2023-06-30ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li-0/+9
2023-06-30ceph: issue a cap release immediately if no cap existsXiubo Li-11/+29
2023-06-30ceph: trigger to flush the buffer when making snapshotXiubo Li-3/+12
2023-06-30ceph: fix blindly expanding the readahead windowsXiubo Li-7/+33
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li-11/+47
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li-8/+12
2023-06-30ceph: try to dump the msgs when decoding failsXiubo Li-0/+4
2023-06-30ceph: only send metrics when the MDS rank is readyXiubo Li-0/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+0
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+64
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig-2/+0
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig-4/+0
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li-1/+9
2023-05-24ceph: Provide a splice-read wrapperDavid Howells-1/+64
2023-05-18ceph: force updating the msg pointer in non-split caseXiubo Li-0/+13
2023-05-18ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li-1/+2
2023-05-04Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-47/+102
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET-1/+1
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li-3/+16
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li-35/+62
2023-04-30ceph: implement writeback livelock avoidance using page taggingXiubo Li-1/+10
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li-7/+13
2023-03-06fs: drop unused posix acl handlersChristian Brauner-4/+0
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-0/+8
2023-02-26ceph: update the time stamps and try to drop the suid/sgidXiubo Li-0/+8
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-28/+30
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds-8/+4
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+20
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-5/+11
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds-0/+2
2023-02-07ceph: flush cap releases when the session is flushedXiubo Li-0/+6
2023-02-03ceph: use bvec_set_page to initialize a bvecChristoph Hellwig-8/+4
2023-02-02ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()Vishal Moola (Oracle)-28/+30
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li-10/+93
2023-02-02ceph: move mount state enum to super.hXiubo Li-0/+10
2023-01-26ceph: report the inode version in getattr if requestedJeff Layton-5/+11
2023-01-19fs: port acl to mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-3/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner-3/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-3/+3