index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
ceph: fix i_nlink underrun during async unlink
Max Kellermann
1
-1
/
+14
2026-03-04
ceph: supply snapshot context in ceph_zero_partial_object()
ethanwu
1
-1
/
+16
2025-12-07
ceph: add checking of wait_for_completion_killable() return value
Viacheslav Dubeyko
1
-1
/
+4
2025-07-17
ceph: fix possible integer overflow in ceph_zero_objects()
Dmitry Kandybka
1
-1
/
+1
2025-02-01
ceph: give up on paths longer than PATH_MAX
Max Kellermann
1
-5
/
+4
2025-01-09
ceph: validate snapdirname option length when mounting
Ilya Dryomov
1
-0
/
+2
2024-10-17
ceph: remove the incorrect Fw reference check when dirtying pages
Xiubo Li
1
-1
/
+0
2024-08-19
ceph: fix incorrect kmalloc size of pagevec mempool
ethanwu
1
-1
/
+2
2024-02-23
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
1
-1
/
+2
2024-02-23
ceph: fix deadlock or deadcode of misusing dget()
Xiubo Li
1
-6
/
+3
2023-10-25
ceph: fix type promotion bug on 32bit systems
Dan Carpenter
1
-1
/
+1
2023-10-25
ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
Xiubo Li
1
-3
/
+1
2023-08-11
ceph: defer stopping mdsc delayed_work
Xiubo Li
3
-2
/
+17
2023-08-11
ceph: never send metrics if disable_send_metrics is set
Xiubo Li
1
-1
/
+1
2023-07-27
ceph: don't let check_caps skip sending responses for revoke msgs
Xiubo Li
1
-0
/
+9
2023-06-14
ceph: fix use-after-free bug for inodes when flushing capsnaps
Xiubo Li
2
-1
/
+9
2023-05-30
ceph: force updating the msg pointer in non-split case
Xiubo Li
1
-0
/
+13
2023-02-15
ceph: flush cap releases when the session is flushed
Xiubo Li
1
-0
/
+6
2023-01-14
ceph: switch to vfs_inode_has_locks() to fix file lock bug
Xiubo Li
3
-6
/
+1
2022-12-02
ceph: fix NULL pointer dereference for req->r_session
Xiubo Li
1
-36
/
+12
2022-12-02
ceph: Use kcalloc for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-12-02
ceph: fix possible NULL pointer dereference for req->r_session
Xiubo Li
1
-0
/
+4
2022-12-02
ceph: put the requests/sessions when it fails to alloc memory
Xiubo Li
1
-18
/
+37
2022-12-02
ceph: fix off by one bugs in unsafe_request_wait()
Dan Carpenter
1
-2
/
+2
2022-12-02
ceph: flush the mdlog before waiting on unsafe reqs
Xiubo Li
1
-0
/
+76
2022-12-02
ceph: flush mdlog before umounting
Xiubo Li
3
-0
/
+27
2022-12-02
ceph: make iterate_sessions a global symbol
Xiubo Li
3
-42
/
+36
2022-12-02
ceph: make ceph_create_session_msg a global symbol
Xiubo Li
2
-7
/
+10
2022-12-02
ceph: avoid putting the realm twice when decoding snaps fails
Xiubo Li
1
-1
/
+2
2022-12-02
ceph: do not update snapshot context when there is no new snapshot
Xiubo Li
1
-9
/
+19
2022-10-15
ceph: don't truncate file in atomic_open
Hu Weiwen
1
-3
/
+7
2022-08-25
ceph: don't leak snap_rwsem in handle_cap_grant
Jeff Layton
1
-14
/
+13
2022-08-25
ceph: use correct index when encoding client supported features
Luís Henriques
2
-8
/
+5
2022-06-14
ceph: allow ceph.dir.rctime xattr to be updatable
Venky Shankar
1
-1
/
+9
2022-05-18
ceph: fix setting of xattrs on async created inodes
Jeff Layton
1
-3
/
+13
2022-04-13
ceph: fix memory leak in ceph_readdir when note_last_dentry returns error
Xiubo Li
1
-1
/
+10
2022-02-01
ceph: set pool_ns in new inode layout for async creates
Jeff Layton
1
-0
/
+7
2022-02-01
ceph: properly put ceph_string reference after async create attempt
Jeff Layton
1
-0
/
+2
2021-12-29
ceph: fix up non-directory creation in SGID directories
Christian Brauner
1
-3
/
+15
2021-12-22
ceph: initialize pathlen variable in reconnect_caps_cb
Xiubo Li
1
-2
/
+1
2021-12-22
ceph: fix duplicate increment of opened_inodes metric
Hu Weiwen
1
-8
/
+8
2021-12-01
ceph: properly handle statfs on multifs setups
Jeff Layton
1
-5
/
+6
2021-10-27
ceph: fix handling of "meta" errors
Jeff Layton
5
-27
/
+8
2021-10-27
ceph: skip existing superblocks that are blocklisted or shut down when mounting
Jeff Layton
1
-3
/
+14
2021-09-26
ceph: lockdep annotations for try_nonblocking_invalidate
Jeff Layton
1
-0
/
+2
2021-09-26
ceph: remove the capsnaps when removing caps
Xiubo Li
3
-18
/
+87
2021-09-26
ceph: request Fw caps before updating the mtime in ceph_write_iter
Jeff Layton
1
-15
/
+17
2021-09-26
ceph: cancel delayed work instead of flushing on mdsc teardown
Jeff Layton
2
-3
/
+2
2021-09-26
ceph: allow ceph_put_mds_session to take NULL or ERR_PTR
Jeff Layton
4
-10
/
+8
2021-09-18
ceph: fix dereference of null pointer cf
Colin Ian King
1
-0
/
+3
[next]