summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2023-05-04Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li
2023-04-30ceph: implement writeback livelock avoidance using page taggingXiubo Li
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-02-26ceph: update the time stamps and try to drop the suid/sgidXiubo Li
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-07ceph: flush cap releases when the session is flushedXiubo Li
2023-02-03ceph: use bvec_set_page to initialize a bvecChristoph Hellwig
2023-02-02ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li
2023-02-02ceph: move mount state enum to super.hXiubo Li
2023-01-26ceph: report the inode version in getattr if requestedJeff Layton
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2023-01-02ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2022-11-30ceph: use locks_inode_context helperJeff Layton
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-14ceph: fix NULL pointer dereference for req->r_sessionXiubo Li
2022-11-14ceph: avoid putting the realm twice when decoding snaps failsXiubo Li
2022-11-14ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds