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