summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-01ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen1-0/+1
2025-06-01ceph: cleanup hardcoded constants of file handle sizeViacheslav Dubeyko1-8/+13
2025-06-01ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2025-06-01ceph: avoid kernel BUG for encrypted inode with unaligned file sizeViacheslav Dubeyko1-0/+9
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-1/+3
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-1/+1
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-04-03ceph: Fix incorrect flush end position calculationDavid Howells1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-491/+832
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)1-2/+2
2025-03-05ceph: Fix error handling in fill_readdir_cache()Matthew Wilcox (Oracle)1-2/+5
2025-02-28ceph: Pass a folio to ceph_allocate_page_array()Matthew Wilcox (Oracle)1-4/+4
2025-02-28ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_pag...Matthew Wilcox (Oracle)1-9/+7
2025-02-28ceph: Remove uses of page from ceph_process_folio_batch()Matthew Wilcox (Oracle)1-25/+22
2025-02-28ceph: Convert ceph_check_page_before_write() to use a folioMatthew Wilcox (Oracle)1-9/+8
2025-02-28ceph: Convert writepage_nounlock() to write_folio_nounlock()Matthew Wilcox (Oracle)1-33/+34
2025-02-28ceph: Convert ceph_readdir_cache_control to store a folioMatthew Wilcox (Oracle)3-20/+23
2025-02-28ceph: Convert ceph_find_incompatible() to take a folioMatthew Wilcox (Oracle)1-19/+19
2025-02-28ceph: Use a folio in ceph_page_mkwrite()Matthew Wilcox (Oracle)1-13/+13
2025-02-28ceph: Remove ceph_writepage()Matthew Wilcox (Oracle)1-27/+1
2025-02-28ceph: fix generic/421 test failureViacheslav Dubeyko4-1/+35
2025-02-28ceph: introduce ceph_submit_write() methodViacheslav Dubeyko1-204/+257
2025-02-28ceph: introduce ceph_process_folio_batch() methodViacheslav Dubeyko1-203/+365
2025-02-28ceph: extend ceph_writeback_ctl for ceph_writepages_start() refactoringViacheslav Dubeyko1-185/+302
2025-02-27ceph: return the correct dentry on mkdirNeilBrown1-8/+16
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-31Merge tag 'ceph-for-6.14-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-17/+17
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-21/+15
2025-01-27ceph_d_revalidate(): propagate stable name down into request encodingAl Viro3-3/+10
2025-01-27ceph_d_revalidate(): use stable parent inode passed by callerAl Viro1-18/+4
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+3
2025-01-27ceph: exchange hardcoded value on NAME_MAXViacheslav Dubeyko1-1/+1