summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2026-05-11ceph: put folios not suitable for writebackHristo Venev-0/+2
2026-05-11ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs()Viacheslav Dubeyko-10/+27
2026-05-11ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko-0/+16
2026-05-11ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko-0/+1
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-31/+1127
2026-04-22ceph: add subvolume metrics collection and reportingAlex Markuze-14/+1018
2026-04-22ceph: parse subvolume_id from InodeStat v9 and store in inodeAlex Markuze-14/+76
2026-04-22ceph: handle InodeStat v8 versioned field in reply parsingAlex Markuze-0/+20
2026-04-22ceph: clear s_cap_reconnect when ceph_pagelist_encode_32() failsMax Kellermann-1/+5
2026-04-22ceph: only d_add() negative dentries when they are unhashedMax Kellermann-2/+4
2026-04-22ceph: fix num_ops off-by-one when crypto allocation failsSam Edwards-0/+4
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman-1/+1
2026-04-02struct dentry: make ->d_u anonymousAl Viro-1/+1
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro-1/+1
2026-03-09ceph: do not skip the first folio of the next object in writebackHristo Venev-1/+0
2026-03-09ceph: fix memory leaks in ceph_mdsc_build_path()Max Kellermann-0/+3
2026-03-09ceph: add a bunch of missing ceph_path_info initializersMax Kellermann-6/+6
2026-03-09ceph: fix i_nlink underrun during async unlinkMax Kellermann-1/+14
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-34/+31
2026-02-17Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-16/+48
2026-02-11ceph: assert loop invariants in ceph_writepages_start()Sam Edwards-1/+3
2026-02-11ceph: remove error return from ceph_process_folio_batch()Sam Edwards-12/+5
2026-02-11ceph: fix write storm on fscrypted filesSam Edwards-1/+2
2026-02-11ceph: do not propagate page array emplacement errors as batch errorsSam Edwards-0/+1
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-28/+22
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2026-02-09ceph: supply snapshot context in ceph_uninline_data()ethanwu-2/+22
2026-02-09ceph: supply snapshot context in ceph_zero_partial_object()ethanwu-1/+16
2026-02-04ceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko-11/+37
2026-02-03ceph: fix oops due to invalid pointer for kfree() in parse_longname()Daniel Vogelbacher-4/+5
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi-28/+22
2026-01-12fs: remove simple_nosetlease()Jeff Layton-3/+0
2026-01-12ceph: don't allow delegations to be set on directoriesJeff Layton-0/+2
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-6/+26
2025-12-10ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AESEric Biggers-3/+0
2025-12-10ceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko-1/+1
2025-12-10ceph: add trace points to the MDS clientMax Kellermann-2/+25
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-64/+9
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+20
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-19/+19
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov-1/+1
2025-11-20ceph: replace local base64 helpers with lib/base64Guan-Chun Wu-64/+9
2025-11-19ceph: Switch to use %ptSpAndy Shevchenko-40/+20