summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
5 daysceph: fix memory leaks in ceph_mdsc_build_path()Max Kellermann1-0/+3
5 daysceph: do not skip the first folio of the next object in writebackHristo Venev1-1/+0
5 daysceph: fix i_nlink underrun during async unlinkMax Kellermann1-1/+14
5 daysceph: add a bunch of missing ceph_path_info initializersMax Kellermann4-6/+6
2026-03-04ceph: fix write storm on fscrypted filesSam Edwards1-1/+2
2026-03-04ceph: do not propagate page array emplacement errors as batch errorsSam Edwards1-0/+1
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-03-04ceph: supply snapshot context in ceph_uninline_data()ethanwu1-2/+22
2026-02-11ceph: fix oops due to invalid pointer for kfree() in parse_longname()Daniel Vogelbacher1-4/+5
2026-02-11ceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko4-11/+37
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-1/+1
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds11-71/+170
2025-10-08ceph: fix multifs mds auth caps issueKotresh HR4-15/+35
2025-10-08ceph: cleanup in ceph_alloc_readdir_reply_buffer()Viacheslav Dubeyko1-2/+7
2025-10-08ceph: fix potential NULL dereference issue in ceph_fill_trace()Viacheslav Dubeyko1-0/+11
2025-10-08ceph: fix potential race condition on operations with CEPH_I_ODIRECT flagViacheslav Dubeyko2-12/+44
2025-10-08ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko2-6/+3
2025-10-08ceph: fix potential race condition in ceph_ioctl_lazyio()Viacheslav Dubeyko1-5/+12
2025-10-08ceph: fix overflowed constant issue in ceph_do_objects_copy()Viacheslav Dubeyko1-2/+2
2025-10-08ceph: fix wrong sizeof argument issue in register_session()Viacheslav Dubeyko1-2/+3
2025-10-08ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko1-1/+4
2025-10-08ceph: 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
2025-09-01fs: add an icount_read helperJosef Bacik1-1/+1
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers3-0/+4
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+11
2025-07-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds4-18/+11
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-5/+5
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+7
2025-07-28Merge tag 'pull-ceph-d_name-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-86/+43
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-3/+7
2025-07-10ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()Eric Biggers4-16/+10
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()Eric Biggers1-2/+1
2025-07-09ceph: convert ceph_zero_partial_page() to use a folioMatthew Wilcox (Oracle)1-11/+11
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes3-5/+5
2025-06-17ceph: fix a race with rename() in ceph_mdsc_build_path()Al Viro5-48/+18
2025-06-17prep for ceph_encode_encrypted_fname() fixesAl Viro1-23/+17
2025-06-17[ceph] parse_longname(): strrchr() expects NUL-terminated stringAl Viro1-19/+12
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-06Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-11/+25
2025-06-06ceph: fix variable dereferenced before check in ceph_umount_begin()Viacheslav Dubeyko1-2/+1
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4