aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
AgeCommit message (Expand)AuthorFilesLines
9 daysceph: add manual reset debugfs control and tracepointsAlex Markuze1-0/+1
9 daysceph: add diagnostic timeout loop to wait_caps_flush()Alex Markuze1-0/+6
9 daysceph: use proper endian conversion for flock_len in reconnectAlex Markuze1-1/+0
9 daysceph: 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
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-02ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li1-1/+0
2022-12-14Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+3
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li1-0/+2
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li1-2/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li1-0/+8
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li1-0/+2
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li1-0/+2
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li1-5/+14
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-7/+3
2022-05-25ceph: fix statfs for subdir mountsLuís Henriques1-4/+24
2022-05-25ceph: try to choose the auth MDS if possible for getattrXiubo Li1-0/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+8
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+6
2022-03-22ceph: remove reliance on bdi congestionNeilBrown1-0/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells1-9/+8
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li1-1/+1
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextXiubo Li1-0/+2
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li1-1/+1
2022-03-01ceph: add getvxattr opMilind Changire1-0/+1
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells1-1/+1
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-11/+17
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton1-3/+0
2022-01-13ceph: add new "nopagecache" optionJeff Layton1-0/+1
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton1-8/+12
2022-01-13ceph: Fix incorrect statfs report for small quotaKotresh HR1-0/+1
2022-01-13ceph: new device mount syntaxVenky Shankar1-0/+3
2022-01-11ceph: conversion to new fscache APIJeff Layton1-2/+1
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques1-1/+1
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton1-0/+1
2021-11-08ceph: shut down access to inode when async create failsJeff Layton1-0/+11
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton1-0/+1
2021-11-08ceph: enable async dirops by defaultJeff Layton1-1/+2
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-3/+0
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+8
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li1-0/+1
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li1-0/+6
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li1-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques1-1/+1
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton1-2/+0
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton1-1/+0
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton1-1/+1
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton1-0/+24
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao1-1/+1
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-1/+1
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton1-1/+1
2021-04-27ceph: rework PageFsCache handlingJeff Layton1-0/+1
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton1-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton1-3/+16
2021-02-16ceph: clean up inode work queueingJeff Layton1-3/+18
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+8
2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques1-2/+1
2020-12-14ceph: add status debugfs fileXiubo Li1-0/+1
2020-12-14ceph: remove timeout on allowing reconnect after blocklistingJeff Layton1-1/+0
2020-12-14ceph: make fsc->mount_state an intJeff Layton1-1/+1
2020-10-12ceph: comment cleanups and clarificationsJeff Layton1-1/+2
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-2/+2
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-0/+6
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-35/+38
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton1-2/+0
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li1-0/+2
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li1-0/+2
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques1-1/+2
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton1-2/+5
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton1-3/+16
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton1-1/+3
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-3/+5
2020-06-01ceph: add dentry lease metric supportXiubo Li1-0/+1
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng1-2/+1
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng1-5/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-2/+11
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng1-7/+6
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton1-0/+1
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton1-0/+8
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton1-1/+4
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton1-0/+2
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton1-1/+3
2020-03-30ceph: track primary dentry linkJeff Layton1-0/+1
2020-03-30ceph: clean up kick_flushing_inode_caps()Jeff Layton1-0/+2
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng1-11/+1
2020-03-30ceph: add refcounting for Fx capsJeff Layton1-1/+1
2020-02-11ceph: canonicalize server path in placeIlya Dryomov1-1/+1
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques1-0/+2
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton1-8/+8
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-1/+0
2019-11-25ceph: make several helper accessors take const pointersJeff Layton1-4/+8
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton1-1/+5
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton1-2/+2
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton1-10/+9
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton1-1/+0
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-0/+4
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng1-0/+3
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng1-0/+1
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng1-1/+2
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng1-3/+3
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-0/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques1-1/+1
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-21/+46
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques1-1/+0
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng1-1/+1
2019-07-08ceph: handle change_attr in cap messagesJeff Layton1-0/+1
2019-07-08ceph: handle btime in cap messagesJeff Layton1-1/+1
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton1-0/+1
2019-07-08ceph: add selinux supportYan, Zheng1-0/+19
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng1-14/+15
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-1/+1
2019-07-08ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp1-2/+0
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp1-0/+1
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+1
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-1/+1
2019-06-05ceph: single workqueue for inode related worksYan, Zheng1-7/+10
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques1-0/+1
2019-05-07ceph: factor out ceph_lookup_inode()Luis Henriques1-0/+1
2019-05-01ceph: use ->free_inode()Al Viro1-0/+1
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-2/+3
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-5/+10
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-2/+4
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+2
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-1/+12
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques1-1/+3
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques1-0/+1
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques1-1/+1
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+7
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu1-1/+1
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu1-0/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-4/+5
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques1-0/+3
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-0/+20
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques1-0/+1
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques1-0/+2
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques1-0/+2
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques1-0/+1
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques1-0/+1
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+8
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+4
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang1-1/+1
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang1-1/+1
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng1-0/+46
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng1-2/+3
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng1-0/+2
2017-11-13ceph: make lock_to_ceph_filelock() staticYan, Zheng1-1/+0
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1