summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-8/+8
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-34/+31
7 daysMerge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-16/+48
14 daysceph: assert loop invariants in ceph_writepages_start()Sam Edwards1-1/+3
14 daysceph: remove error return from ceph_process_folio_batch()Sam Edwards1-12/+5
14 daysceph: fix write storm on fscrypted filesSam Edwards1-1/+2
14 daysceph: do not propagate page array emplacement errors as batch errorsSam Edwards1-0/+1
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-28/+22
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+0
2026-02-09ceph: supply snapshot context in ceph_uninline_data()ethanwu1-2/+22
2026-02-09ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-02-05ceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko4-11/+37
2026-02-03ceph: fix oops due to invalid pointer for kfree() in parse_longname()Daniel Vogelbacher1-4/+5
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi1-28/+22
2026-01-12fs: remove simple_nosetlease()Jeff Layton2-3/+0
2026-01-12ceph: don't allow delegations to be set on directoriesJeff Layton1-0/+2
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-6/+26
2025-12-10ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AESEric Biggers1-3/+0
2025-12-10ceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-1/+1
2025-12-10ceph: add trace points to the MDS clientMax Kellermann3-2/+25
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds4-64/+9
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-40/+20
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-19/+19
2025-11-27libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-1/+1
2025-11-21ceph: replace local base64 helpers with lib/base64Guan-Chun Wu4-64/+9
2025-11-19ceph: Switch to use %ptSpAndy Shevchenko3-40/+20
2025-10-30fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-5/+1
2025-10-20ceph: use the new ->i_state accessorsMateusz Guzik4-19/+19
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds11-71/+170
2025-10-09ceph: fix multifs mds auth caps issueKotresh HR4-15/+35
2025-10-09ceph: cleanup in ceph_alloc_readdir_reply_buffer()Viacheslav Dubeyko1-2/+7
2025-10-09ceph: fix potential NULL dereference issue in ceph_fill_trace()Viacheslav Dubeyko1-0/+11
2025-10-09ceph: fix potential race condition on operations with CEPH_I_ODIRECT flagViacheslav Dubeyko2-12/+44
2025-10-09ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko2-6/+3
2025-10-09ceph: fix potential race condition in ceph_ioctl_lazyio()Viacheslav Dubeyko1-5/+12
2025-10-09ceph: fix overflowed constant issue in ceph_do_objects_copy()Viacheslav Dubeyko1-2/+2
2025-10-09ceph: fix wrong sizeof argument issue in register_session()Viacheslav Dubeyko1-2/+3
2025-10-09ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko1-1/+4
2025-10-09ceph: make ceph_start_io_*() killableMax Kellermann3-26/+49
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-1/+5
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-09ceph: fix crash after fscrypt_encrypt_pagecache_blocks() errorMax Kellermann1-2/+4
2025-09-09ceph: always call ceph_shift_unused_folios_left()Max Kellermann1-2/+1
2025-09-09ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze1-12/+69
2025-09-09ceph: fix race condition validating r_parent before applying stateAlex Markuze6-107/+145