summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2022-03-21ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()Venky Shankar
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18ceph: Make ceph_init_request() check caps on readaheadDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15ceph: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15ceph: Use folio_invalidate()Matthew Wilcox (Oracle)
2022-03-01ceph: misc fix for code style and logsXiubo Li
2022-03-01ceph: allocate capsnap memory outside of ceph_queue_cap_snap()Xiubo Li
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextXiubo Li
2022-03-01ceph: do not update snapshot context when there is no new snapshotXiubo Li
2022-03-01ceph: zero the dir_entries memory when allocating itXiubo Li
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li
2022-03-01ceph: add getvxattr opMilind Changire
2022-03-01ceph: fix comments mentioning i_mutexhongnanli
2022-03-01ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li
2022-03-01ceph: wake waiters after failed async createJeff Layton
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton
2022-01-26ceph: set pool_ns in new inode layout for async createsJeff Layton
2022-01-26ceph: properly put ceph_string reference after async create attemptJeff Layton
2022-01-26ceph: put the requests/sessions when it fails to alloc memoryXiubo Li
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton
2022-01-13ceph: remove redundant Lsx caps checkXiubo Li
2022-01-13ceph: add new "nopagecache" optionJeff Layton
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton
2022-01-13ceph: drop send metrics debug messageJeff Layton
2022-01-13ceph: Fix incorrect statfs report for small quotaKotresh HR
2022-01-13ceph: mount syntax module parameterVenky Shankar
2022-01-13ceph: record updated mon_addr on remountVenky Shankar
2022-01-13ceph: new device mount syntaxVenky Shankar
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-11ceph: add fscache writeback supportJeff Layton
2022-01-11ceph: conversion to new fscache APIJeff Layton
2022-01-07fscache, cachefiles: Disable configurationDavid Howells
2021-12-01ceph: fix up non-directory creation in SGID directoriesChristian Brauner
2021-12-01ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li
2021-12-01ceph: initialize i_size variable in ceph_sync_readJeff Layton