summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2022-05-10ceph: check folio PG_private bit instead of folio->privateXiubo Li
2022-05-10ceph: fix setting of xattrs on async created inodesJeff Layton
2022-04-25ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-04-25ceph: remove incorrect session state checkXiubo Li
2022-04-25ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_capNiels Dossche
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22ceph: remove reliance on bdi congestionNeilBrown
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li
2022-03-21ceph: uninitialized variable in debug outputDan Carpenter
2022-03-21ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar
2022-03-21ceph: include average/stdev r/w/m latency in mds metricsVenky Shankar
2022-03-21ceph: track average r/w/m latencyVenky Shankar
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