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
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
11
-71
/
+170
2025-10-09
ceph: fix multifs mds auth caps issue
Kotresh HR
4
-15
/
+35
2025-10-09
ceph: cleanup in ceph_alloc_readdir_reply_buffer()
Viacheslav Dubeyko
1
-2
/
+7
2025-10-09
ceph: fix potential NULL dereference issue in ceph_fill_trace()
Viacheslav Dubeyko
1
-0
/
+11
2025-10-09
ceph: fix potential race condition on operations with CEPH_I_ODIRECT flag
Viacheslav Dubeyko
2
-12
/
+44
2025-10-09
ceph: refactor wake_up_bit() pattern of calling
Viacheslav Dubeyko
2
-6
/
+3
2025-10-09
ceph: fix potential race condition in ceph_ioctl_lazyio()
Viacheslav Dubeyko
1
-5
/
+12
2025-10-09
ceph: fix overflowed constant issue in ceph_do_objects_copy()
Viacheslav Dubeyko
1
-2
/
+2
2025-10-09
ceph: fix wrong sizeof argument issue in register_session()
Viacheslav Dubeyko
1
-2
/
+3
2025-10-09
ceph: add checking of wait_for_completion_killable() return value
Viacheslav Dubeyko
1
-1
/
+4
2025-10-09
ceph: make ceph_start_io_*() killable
Max Kellermann
3
-26
/
+49
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-1
/
+5
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-09
ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error
Max Kellermann
1
-2
/
+4
2025-09-09
ceph: always call ceph_shift_unused_folios_left()
Max Kellermann
1
-2
/
+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
6
-107
/
+145
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-08-21
ceph: move crypt info pointer to fs-specific part of inode
Eric Biggers
3
-0
/
+4
2025-08-01
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-11
/
+11
2025-07-29
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
4
-18
/
+11
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-5
/
+5
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+7
2025-07-28
Merge tag 'pull-ceph-d_name-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-86
/
+43
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-3
/
+7
2025-07-10
ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()
Eric Biggers
4
-16
/
+10
2025-07-10
fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
Eric Biggers
1
-2
/
+1
2025-07-10
ceph: convert ceph_zero_partial_page() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2025-06-19
fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
3
-5
/
+5
2025-06-18
ceph: fix a race with rename() in ceph_mdsc_build_path()
Al Viro
5
-48
/
+18
2025-06-18
prep for ceph_encode_encrypted_fname() fixes
Al Viro
1
-23
/
+17
2025-06-18
[ceph] parse_longname(): strrchr() expects NUL-terminated string
Al Viro
1
-19
/
+12
2025-06-11
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-06-07
Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-11
/
+25
2025-06-06
ceph: fix variable dereferenced before check in ceph_umount_begin()
Viacheslav Dubeyko
1
-2
/
+1
2025-06-03
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+4
2025-06-01
ceph: set superblock s_magic for IMA fsmagic matching
Dennis Marttinen
1
-0
/
+1
2025-06-01
ceph: cleanup hardcoded constants of file handle size
Viacheslav Dubeyko
1
-8
/
+13
2025-06-01
ceph: fix possible integer overflow in ceph_zero_objects()
Dmitry Kandybka
1
-1
/
+1
2025-06-01
ceph: avoid kernel BUG for encrypted inode with unaligned file size
Viacheslav Dubeyko
1
-0
/
+9
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-1
/
+3
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-1
/
+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-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
1
-1
/
+1
2025-04-03
ceph: Fix incorrect flush end position calculation
David Howells
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-491
/
+832
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
[next]