summaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-26ceph: force a cap message when a deferred revoke can't be acked immediatelyMax Kellermann1-0/+5
2026-08-26ceph: make nearfull sync writes opt-inAlex Markuze1-0/+1
2026-08-26ceph: pass inode pointer around instead of reloading itMax Kellermann1-0/+1
2026-08-26ceph: mark cap remove with RB_CLEAR_NODE() instead of setting ci=NULLMax Kellermann1-2/+14
2026-08-26ceph: add helper function ceph_cap_is_removed()Max Kellermann1-0/+14
2026-08-26ceph: make __ceph_remove_cap() staticMax Kellermann1-1/+0
2026-08-26ceph: cap delegated inode count in ceph_parse_deleg_inos()Michael Bommarito1-0/+9
2026-06-22ceph: add manual reset debugfs control and tracepointsAlex Markuze1-0/+1
2026-06-22ceph: add diagnostic timeout loop to wait_caps_flush()Alex Markuze1-0/+6
2026-06-22ceph: use proper endian conversion for flock_len in reconnectAlex Markuze1-1/+0
2026-06-22ceph: convert inode flags to named bit positions and atomic bitopsAlex Markuze1-31/+33
2026-04-22ceph: add subvolume metrics collection and reportingAlex Markuze1-0/+1
2026-04-22ceph: parse subvolume_id from InodeStat v9 and store in inodeAlex Markuze1-0/+10
2026-02-04ceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko1-2/+14
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+16
2025-10-08ceph: fix multifs mds auth caps issueKotresh HR1-0/+14
2025-10-08ceph: fix potential race condition on operations with CEPH_I_ODIRECT flagViacheslav Dubeyko1-1/+2
2025-08-21ceph: move crypt info pointer to fs-specific part of inodeEric Biggers1-0/+1
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes1-1/+1
2025-02-28ceph: Convert ceph_readdir_cache_control to store a folioMatthew Wilcox (Oracle)1-1/+1
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-2/+1
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov1-1/+1
2024-11-18ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert1-1/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-24ceph: Remove empty definition in header fileZhang Zekun1-4/+0
2024-09-24ceph: flush all caps releases when syncing the whole filesystemXiubo Li1-0/+1
2024-08-27ceph: Remove unused declarationsYue Haibing1-2/+0
2024-08-01ceph: force sending a cap update msg back to MDS for revoke opXiubo Li1-3/+4
2024-02-07ceph: always check dir caps asynchronouslyXiubo Li1-2/+0
2024-01-15ceph: try to allocate a smaller extent map for sparse readXiubo Li1-0/+14
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-8/+15
2023-11-03ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn1-2/+2
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-0/+6
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li1-5/+5
2023-11-03ceph: pass the mdsc to several helpersXiubo Li1-1/+2
2023-10-09ceph: move ceph_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li1-0/+2
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li1-0/+3
2023-08-24ceph: add truncate size handling support for fscryptXiubo Li1-0/+7
2023-08-24ceph: add object version support for sync readXiubo Li1-0/+3
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton1-1/+8
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton1-1/+14
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton1-1/+8
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton1-0/+1
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li1-0/+13
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li1-0/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li1-0/+1
2023-02-02ceph: move mount state enum to super.hXiubo Li1-0/+10
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1