aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge branch 'vfs-7.2.openat2' into vfs.allChristian Brauner1-0/+4
11 daysMerge branch 'kernel-7.2.task_exec_state' into vfs.allChristian Brauner3-10/+46
11 daysopenat2: new OPENAT2_REGULAR flag supportDorjoy Chowdhury1-0/+4
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-1/+1
2026-05-11ceph: put folios not suitable for writebackHristo Venev1-0/+2
2026-05-11ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()Viacheslav Dubeyko1-10/+27
2026-05-11ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko1-0/+16
2026-05-11ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-31/+1127
2026-04-22ceph: add subvolume metrics collection and reportingAlex Markuze12-14/+1018
2026-04-22ceph: parse subvolume_id from InodeStat v9 and store in inodeAlex Markuze4-14/+76
2026-04-22ceph: handle InodeStat v8 versioned field in reply parsingAlex Markuze1-0/+20
2026-04-22ceph: clear s_cap_reconnect when ceph_pagelist_encode_32() failsMax Kellermann1-1/+5
2026-04-22ceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
2026-04-22ceph: fix num_ops off-by-one when crypto allocation failsSam Edwards1-0/+4
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-04-02struct dentry: make ->d_u anonymousAl Viro1-1/+1
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro1-1/+1
2026-03-09ceph: do not skip the first folio of the next object in writebackHristo Venev1-1/+0
2026-03-09ceph: fix memory leaks in ceph_mdsc_build_path()Max Kellermann1-0/+3
2026-03-09ceph: add a bunch of missing ceph_path_info initializersMax Kellermann4-6/+6
2026-03-09ceph: fix i_nlink underrun during async unlinkMax Kellermann1-1/+14
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-34/+31
2026-02-17Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-16/+48
2026-02-11ceph: assert loop invariants in ceph_writepages_start()Sam Edwards1-1/+3
2026-02-11ceph: remove error return from ceph_process_folio_batch()Sam Edwards1-12/+5
2026-02-11ceph: fix write storm on fscrypted filesSam Edwards1-1/+2
2026-02-11ceph: do not propagate page array emplacement errors as batch errorsSam Edwards1-0/+1
2026-02-09Merge 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-04ceph: 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-06Merge 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-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-1/+1
2025-11-20ceph: replace local base64 helpers with lib/base64Guan-Chun Wu4-64/+9
2025-11-19ceph: Switch to use %ptSpAndy Shevchenko3-40/+20
2025-10-29fs: 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-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
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-476/+817
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-184/+301
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
2025-01-27ceph: streamline request head structures in MDS clientLiang Jie1-8/+8
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+7
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+16
2025-01-15ceph: fix memory leak in ceph_mds_auth_match()Antoine Viallon1-8/+8
2025-01-12ceph: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-2/+7
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-3/+3
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-4/+9
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-1/+1
2024-12-16ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov1-21/+22
2024-12-16ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze1-15/+14
2024-12-16ceph: validate snapdirname option length when mountingIlya Dryomov1-0/+2
2024-12-16ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2024-12-16ceph: fix memory leaks in __ceph_sync_read()Max Kellermann1-4/+3
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler2-12/+7
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-1/+5
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds12-71/+62
2024-11-25ceph: fix cred leak in ceph_mds_check_access()Max Kellermann1-0/+3
2024-11-25ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann1-2/+2
2024-11-19ceph: improve caps debugging outputPatrick Donnelly1-18/+17
2024-11-19ceph: correct ceph_mds_cap_peer field namePatrick Donnelly1-9/+9
2024-11-19ceph: correct ceph_mds_cap_item field namePatrick Donnelly1-1/+1
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+10
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov9-15/+15
2024-11-18ceph: Use strscpy() instead of strcpy() in __get_snap_name()Abdul Rahim1-1/+7
2024-11-18ceph: Use str_true_false() helper in status_show()Thorsten Blum1-1/+1
2024-11-18ceph: requalify some char pointers as constPatrick Donnelly1-1/+1
2024-11-18ceph: extract entity name from device idPatrick Donnelly1-1/+9
2024-11-18ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert4-25/+0
2024-10-04Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+5
2024-10-04ceph: Remove call to PagePrivate2()Matthew Wilcox (Oracle)1-10/+10
2024-10-03ceph: fix cap ref leak via netfs init_requestPatrick Donnelly1-1/+4
2024-10-03ceph: use struct_size() helper in __ceph_pool_perm_get()Thorsten Blum1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-28Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-23/+51
2024-09-24ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li1-1/+0
2024-09-24ceph: Remove empty definition in header fileZhang Zekun1-4/+0
2024-09-24ceph: Fix typo in the commentYan Zhen4-4/+4
2024-09-24ceph: fix a memory leak on cap_auths in MDS clientLuis Henriques (SUSE)1-0/+12
2024-09-24ceph: flush all caps releases when syncing the whole filesystemXiubo Li4-0/+25
2024-09-24ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()Xiubo Li3-8/+8
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-30/+46
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+5
2024-09-12netfs: Speed up buffered readingDavid Howells1-30/+46
2024-09-09ceph: remove unused f_versionChristian Brauner1-1/+0
2024-08-27ceph: Convert to use jiffies macroChen Yufan1-1/+2
2024-08-27ceph: Remove unused declarationsYue Haibing2-5/+0
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells1-0/+1
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+25
2024-08-139p: Fix DIO read through netfsDominique Martinet1-2/+4
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2-2/+3
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells1-1/+18
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-6/+4
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-08-01ceph: force sending a cap update msg back to MDS for revoke opXiubo Li2-14/+28
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-2/+19
2024-07-23ceph: fix incorrect kmalloc size of pagevec mempoolethanwu1-1/+2
2024-07-23ceph: periodically flush the cap releasesXiubo Li1-0/+2
2024-07-23ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni1-1/+1
2024-07-23ceph: use cap_wait_list only if debugfs is enabledMax Kellermann3-0/+14
2024-07-03ceph: drop usage of page_indexKairui Song2-2/+2
2024-05-25Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-13/+425
2024-05-23ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bitXiubo Li1-1/+3
2024-05-23ceph: check the cephx mds auth access for async diropXiubo Li2-0/+59
2024-05-23ceph: check the cephx mds auth access for openXiubo Li1-2/+33
2024-05-23ceph: check the cephx mds auth access for setattrXiubo Li1-9/+37
2024-05-23ceph: add ceph_mds_check_access() helperXiubo Li2-0/+167
2024-05-23ceph: save cap_auths in MDS client when session is openedXiubo Li2-1/+126
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-1/+1
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells1-18/+1