index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
2023-03-02
Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-02-26
ceph: update the time stamps and try to drop the suid/sgid
Xiubo Li
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
2023-02-20
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
2023-02-07
ceph: flush cap releases when the session is flushed
Xiubo Li
2023-02-03
ceph: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-02-02
ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
ceph: blocklist the kclient when receiving corrupted snap trace
Xiubo Li
2023-02-02
ceph: move mount state enum to super.h
Xiubo Li
2023-01-26
ceph: report the inode version in getattr if requested
Jeff Layton
2023-01-19
fs: port acl to mnt_idmap
Christian Brauner
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
2023-01-02
ceph: avoid use-after-free in ceph_fl_release_lock()
Xiubo Li
2023-01-02
ceph: switch to vfs_inode_has_locks() to fix file lock bug
Xiubo Li
2022-12-14
Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-12-12
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-12
ceph: try to check caps immediately after async creating finishes
Xiubo Li
2022-12-12
ceph: remove useless session parameter for check_caps()
Xiubo Li
2022-12-12
Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
2022-11-30
ceph: use locks_inode_context helper
Jeff Layton
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-14
ceph: fix NULL pointer dereference for req->r_session
Xiubo Li
2022-11-14
ceph: avoid putting the realm twice when decoding snaps fails
Xiubo Li
2022-11-14
ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()
Dan Carpenter
2022-10-20
fs: rename current get acl method
Christian Brauner
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-04
ceph: fix incorrectly showing the .snap size for stat
Xiubo Li
2022-10-04
ceph: fail the open_by_handle_at() if the dentry is being unlinked
Xiubo Li
2022-10-04
ceph: increment i_version when doing a setattr with caps
Jeff Layton
2022-10-04
ceph: Use kcalloc for allocating multiple elements
Kenneth Lee
2022-10-04
ceph: no need to wait for transition RDCACHE|RD -> RD
Xiubo Li
[next]