aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds5-101/+81
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds16-368/+569
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-46/+50
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22ceph: remove reliance on bdi congestionNeilBrown3-9/+15
2022-03-21ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-03-21ceph: uninitialized variable in debug outputDan Carpenter1-1/+2
2022-03-21ceph: use tracked average r/w/m latencies to display metrics in debugfsVenky Shankar1-3/+2
2022-03-21ceph: include average/stdev r/w/m latency in mds metricsVenky Shankar2-18/+48
2022-03-21ceph: track average r/w/m latencyVenky Shankar2-14/+16
2022-03-21ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()Venky Shankar2-17/+13
2022-03-21ceph: assign the ci only when the inode isn't NULLXiubo Li1-1/+1
2022-03-21ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li1-2/+8
2022-03-18netfs: Add a netfs inode contextDavid Howells5-63/+30
2022-03-18ceph: Make ceph_init_request() check caps on readaheadDavid Howells1-28/+41
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-3/+3
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2-10/+10
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2-20/+20
2022-03-15ceph: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-17/+17
2022-03-15ceph: Use folio_invalidate()Matthew Wilcox (Oracle)1-9/+13
2022-03-01ceph: misc fix for code style and logsXiubo Li1-60/+62
2022-03-01ceph: allocate capsnap memory outside of ceph_queue_cap_snap()Xiubo Li1-18/+28
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li3-4/+13
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextXiubo Li2-9/+50
2022-03-01ceph: do not update snapshot context when there is no new snapshotXiubo Li1-9/+19
2022-03-01ceph: zero the dir_entries memory when allocating itXiubo Li1-1/+2
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li3-3/+11
2022-03-01ceph: add getvxattr opMilind Changire6-2/+94
2022-03-01ceph: fix comments mentioning i_mutexhongnanli2-5/+5
2022-03-01ceph: fail the request directly if handle_reply gets an ESTALEXiubo Li1-29/+0
2022-03-01ceph: wake waiters after failed async createJeff Layton1-18/+33
2022-03-01ceph: wait for async create reply before sending any cap messagesJeff Layton1-0/+14
2022-03-01ceph: eliminate req->r_wait_for_completion from ceph_mds_requestJeff Layton3-13/+15
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells3-124/+64
2022-03-01ceph: make ceph_netfs_issue_op() handle inlined dataDavid Howells1-17/+60
2022-03-01ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton1-3/+3
2022-01-26ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-01-26ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2022-01-26ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-5/+0
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu1-5/+0
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-34/+209
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2-3/+2
2022-01-13ceph: remove redundant Lsx caps checkXiubo Li1-2/+1
2022-01-13ceph: add new "nopagecache" optionJeff Layton3-9/+27
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton2-8/+15
2022-01-13ceph: drop send metrics debug messageJeff Layton1-2/+0
2022-01-13ceph: Fix incorrect statfs report for small quotaKotresh HR2-0/+15