summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-10-08ceph: fix multifs mds auth caps issueKotresh HR
2025-10-08ceph: cleanup in ceph_alloc_readdir_reply_buffer()Viacheslav Dubeyko
2025-10-08ceph: fix potential NULL dereference issue in ceph_fill_trace()Viacheslav Dubeyko
2025-10-08ceph: fix potential race condition on operations with CEPH_I_ODIRECT flagViacheslav Dubeyko
2025-10-08ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko
2025-10-08ceph: fix potential race condition in ceph_ioctl_lazyio()Viacheslav Dubeyko
2025-10-08ceph: fix overflowed constant issue in ceph_do_objects_copy()Viacheslav Dubeyko
2025-10-08ceph: fix wrong sizeof argument issue in register_session()Viacheslav Dubeyko
2025-10-08ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko
2025-10-08ceph: make ceph_start_io_*() killableMax Kellermann
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-09ceph: fix crash after fscrypt_encrypt_pagecache_blocks() errorMax Kellermann
2025-09-09ceph: always call ceph_shift_unused_folios_left()Max Kellermann
2025-09-09ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze
2025-09-09ceph: fix race condition validating r_parent before applying stateAlex Markuze
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-ceph-d_name-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-10ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()Eric Biggers
2025-07-10fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()Eric Biggers
2025-07-09ceph: convert ceph_zero_partial_page() to use a folioMatthew Wilcox (Oracle)
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-17ceph: fix a race with rename() in ceph_mdsc_build_path()Al Viro
2025-06-17prep for ceph_encode_encrypted_fname() fixesAl Viro
2025-06-17[ceph] parse_longname(): strrchr() expects NUL-terminated stringAl Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-06Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-06-06ceph: fix variable dereferenced before check in ceph_umount_begin()Viacheslav Dubeyko
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-01ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen
2025-06-01ceph: cleanup hardcoded constants of file handle sizeViacheslav Dubeyko
2025-06-01ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka
2025-06-01ceph: avoid kernel BUG for encrypted inode with unaligned file sizeViacheslav Dubeyko
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03ceph: Fix incorrect flush end position calculationDavid Howells
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)