index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
2025-06-06
ceph: fix variable dereferenced before check in ceph_umount_begin()
Viacheslav Dubeyko
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-01
ceph: set superblock s_magic for IMA fsmagic matching
Dennis Marttinen
2025-06-01
ceph: cleanup hardcoded constants of file handle size
Viacheslav Dubeyko
2025-06-01
ceph: fix possible integer overflow in ceph_zero_objects()
Dmitry Kandybka
2025-06-01
ceph: avoid kernel BUG for encrypted inode with unaligned file size
Viacheslav Dubeyko
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
2025-04-25
Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
2025-04-03
ceph: Fix incorrect flush end position calculation
David Howells
2025-03-24
Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
2025-03-05
ceph: Fix error handling in fill_readdir_cache()
Matthew Wilcox (Oracle)
2025-02-28
ceph: Pass a folio to ceph_allocate_page_array()
Matthew Wilcox (Oracle)
2025-02-28
ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_pag...
Matthew Wilcox (Oracle)
2025-02-28
ceph: Remove uses of page from ceph_process_folio_batch()
Matthew Wilcox (Oracle)
2025-02-28
ceph: Convert ceph_check_page_before_write() to use a folio
Matthew Wilcox (Oracle)
2025-02-28
ceph: Convert writepage_nounlock() to write_folio_nounlock()
Matthew Wilcox (Oracle)
2025-02-28
ceph: Convert ceph_readdir_cache_control to store a folio
Matthew Wilcox (Oracle)
2025-02-28
ceph: Convert ceph_find_incompatible() to take a folio
Matthew Wilcox (Oracle)
2025-02-28
ceph: Use a folio in ceph_page_mkwrite()
Matthew Wilcox (Oracle)
2025-02-28
ceph: Remove ceph_writepage()
Matthew Wilcox (Oracle)
2025-02-28
ceph: fix generic/421 test failure
Viacheslav Dubeyko
2025-02-28
ceph: introduce ceph_submit_write() method
Viacheslav Dubeyko
2025-02-28
ceph: introduce ceph_process_folio_batch() method
Viacheslav Dubeyko
2025-02-28
ceph: extend ceph_writeback_ctl for ceph_writepages_start() refactoring
Viacheslav Dubeyko
2025-02-27
ceph: return the correct dentry on mkdir
NeilBrown
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
2025-01-31
Merge tag 'ceph-for-6.14-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-27
ceph_d_revalidate(): propagate stable name down into request encoding
Al Viro
2025-01-27
ceph_d_revalidate(): use stable parent inode passed by caller
Al Viro
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-27
ceph: exchange hardcoded value on NAME_MAX
Viacheslav Dubeyko
2025-01-27
ceph: streamline request head structures in MDS client
Liang Jie
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-15
ceph: fix memory leak in ceph_mds_auth_match()
Antoine Viallon
2025-01-12
ceph: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
2024-12-16
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
2024-12-16
ceph: fix memory leak in ceph_direct_read_write()
Ilya Dryomov
2024-12-16
ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()
Alex Markuze
2024-12-16
ceph: validate snapdirname option length when mounting
Ilya Dryomov
2024-12-16
ceph: give up on paths longer than PATH_MAX
Max Kellermann
2024-12-16
ceph: fix memory leaks in __ceph_sync_read()
Max Kellermann
[prev]
[next]