index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-10
Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+11
2025-10-09
ceph: fix potential NULL dereference issue in ceph_fill_trace()
Viacheslav Dubeyko
1
-0
/
+11
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2025-09-09
ceph: fix race condition where r_parent becomes stale before sending message
Alex Markuze
1
-12
/
+69
2025-09-09
ceph: fix race condition validating r_parent before applying state
Alex Markuze
1
-4
/
+3
2025-08-21
ceph: move crypt info pointer to fs-specific part of inode
Eric Biggers
1
-0
/
+1
2025-07-10
ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()
Eric Biggers
1
-2
/
+1
2025-04-26
Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2025-04-03
ceph: Fix incorrect flush end position calculation
David Howells
1
-1
/
+1
2025-03-05
ceph: Fix error handling in fill_readdir_cache()
Matthew Wilcox (Oracle)
1
-2
/
+5
2025-02-28
ceph: Convert ceph_readdir_cache_control to store a folio
Matthew Wilcox (Oracle)
1
-12
/
+14
2024-11-18
ceph: miscellaneous spelling fixes
Dmitry Antipov
1
-1
/
+1
2024-09-28
Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2024-09-24
ceph: Fix typo in the comment
Yan Zhen
1
-1
/
+1
2024-08-21
netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...
David Howells
1
-0
/
+1
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
1
-2
/
+0
2024-07-04
ceph: drop usage of page_index
Kairui Song
1
-1
/
+1
2024-05-26
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-9
/
+37
2024-05-23
ceph: check the cephx mds auth access for setattr
Xiubo Li
1
-9
/
+37
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
1
-0
/
+2
2024-02-07
ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
Xiubo Li
1
-0
/
+2
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
1
-1
/
+1
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
1
-1
/
+1
2023-11-10
Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-229
/
+282
2023-11-04
ceph: allow idmapped setattr inode op
Christian Brauner
1
-8
/
+12
2023-11-04
ceph: pass idmap to __ceph_setattr
Alexander Mikhalitsyn
1
-3
/
+3
2023-11-04
ceph: allow idmapped permission inode op
Christian Brauner
1
-1
/
+1
2023-11-04
ceph: allow idmapped getattr inode op
Christian Brauner
1
-1
/
+1
2023-11-04
ceph: print cluster fsid and client global_id in all debug logs
Xiubo Li
1
-218
/
+267
2023-11-04
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
1
-7
/
+7
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-29
/
+35
2023-10-18
ceph: convert to new timestamp accessors
Jeff Layton
1
-29
/
+35
2023-10-09
ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
Xiubo Li
1
-3
/
+1
2023-09-06
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-54
/
+571
2023-08-24
ceph: fix updating i_truncate_pagecache_size for fscrypt
Xiubo Li
1
-11
/
+24
2023-08-24
ceph: add support for encrypted snapshot names
Luís Henriques
1
-4
/
+29
2023-08-24
ceph: add truncate size handling support for fscrypt
Xiubo Li
1
-7
/
+193
2023-08-24
ceph: size handling in MClientRequest, cap updates and inode traces
Jeff Layton
1
-3
/
+30
2023-08-24
ceph: allow encrypting a directory while not having Ax caps
Luís Henriques
1
-1
/
+2
2023-08-24
ceph: add some fscrypt guardrails
Jeff Layton
1
-8
/
+18
2023-08-24
ceph: create symlinks with encrypted and base64-encoded targets
Jeff Layton
1
-12
/
+101
2023-08-24
ceph: add support to readdir for encrypted names
Xiubo Li
1
-4
/
+8
2023-08-24
ceph: make ceph_fill_trace and ceph_get_name decrypt names
Jeff Layton
1
-2
/
+28
2023-08-22
ceph: implement -o test_dummy_encryption mount option
Jeff Layton
1
-2
/
+8
2023-08-22
ceph: fscrypt_auth handling for ceph
Jeff Layton
1
-2
/
+62
2023-08-22
ceph: preallocate inode for ops that may create one
Jeff Layton
1
-7
/
+77
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-13
ceph: convert to ctime accessor functions
Jeff Layton
1
-7
/
+9
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+7
2023-01-26
ceph: report the inode version in getattr if requested
Jeff Layton
1
-5
/
+11
[next]