Series Detail
Show a series.
GET /api/1.1/series/501852/?format=api
{ "id": 501852, "url": "http://patchwork.ozlabs.org/api/1.1/series/501852/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/list/?series=501852", "project": { "id": 12, "url": "http://patchwork.ozlabs.org/api/1.1/projects/12/?format=api", "name": "Linux CIFS Client", "link_name": "linux-cifs-client", "list_id": "linux-cifs.vger.kernel.org", "list_email": "linux-cifs@vger.kernel.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "name": "netfs: Miscellaneous fixes", "date": "2026-04-28T13:17:35", "submitter": { "id": 59, "url": "http://patchwork.ozlabs.org/api/1.1/people/59/?format=api", "name": "David Howells", "email": "dhowells@redhat.com" }, "version": 5, "total": 24, "received_total": 24, "received_all": true, "mbox": "http://patchwork.ozlabs.org/series/501852/mbox/", "cover_letter": { "id": 2229574, "url": "http://patchwork.ozlabs.org/api/1.1/covers/2229574/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/cover/20260428131756.922303-1-dhowells@redhat.com/", "msgid": "<20260428131756.922303-1-dhowells@redhat.com>", "date": "2026-04-28T13:17:30", "name": "[v5,00/24] netfs: Miscellaneous fixes", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/cover/20260428131756.922303-1-dhowells@redhat.com/mbox/" }, "patches": [ { "id": 2229575, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229575/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-2-dhowells@redhat.com/", "msgid": "<20260428131756.922303-2-dhowells@redhat.com>", "date": "2026-04-28T13:17:31", "name": "[v5,01/24] netfs: Fix cancellation of a DIO and single read subrequests", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-2-dhowells@redhat.com/mbox/" }, { "id": 2229591, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229591/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-3-dhowells@redhat.com/", "msgid": "<20260428131756.922303-3-dhowells@redhat.com>", "date": "2026-04-28T13:17:32", "name": "[v5,02/24] netfs: Fix missing locking around retry adding new subreqs", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-3-dhowells@redhat.com/mbox/" }, { "id": 2229576, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229576/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-4-dhowells@redhat.com/", "msgid": "<20260428131756.922303-4-dhowells@redhat.com>", "date": "2026-04-28T13:17:33", "name": "[v5,03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-4-dhowells@redhat.com/mbox/" }, { "id": 2229577, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229577/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-5-dhowells@redhat.com/", "msgid": "<20260428131756.922303-5-dhowells@redhat.com>", "date": "2026-04-28T13:17:34", "name": "[v5,04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-5-dhowells@redhat.com/mbox/" }, { "id": 2229565, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229565/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-6-dhowells@redhat.com/", "msgid": "<20260428131756.922303-6-dhowells@redhat.com>", "date": "2026-04-28T13:17:35", "name": "[v5,05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-6-dhowells@redhat.com/mbox/" }, { "id": 2229578, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229578/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-7-dhowells@redhat.com/", "msgid": "<20260428131756.922303-7-dhowells@redhat.com>", "date": "2026-04-28T13:17:36", "name": "[v5,06/24] netfs: Fix zeropoint update where i_size > remote_i_size", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-7-dhowells@redhat.com/mbox/" }, { "id": 2229618, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229618/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-8-dhowells@redhat.com/", "msgid": "<20260428131756.922303-8-dhowells@redhat.com>", "date": "2026-04-28T13:17:37", "name": "[v5,07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-8-dhowells@redhat.com/mbox/" }, { "id": 2229603, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229603/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-9-dhowells@redhat.com/", "msgid": "<20260428131756.922303-9-dhowells@redhat.com>", "date": "2026-04-28T13:17:38", "name": "[v5,08/24] netfs: fix error handling in netfs_extract_user_iter()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-9-dhowells@redhat.com/mbox/" }, { "id": 2229581, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229581/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-10-dhowells@redhat.com/", "msgid": "<20260428131756.922303-10-dhowells@redhat.com>", "date": "2026-04-28T13:17:39", "name": "[v5,09/24] netfs: Fix overrun check in netfs_extract_user_iter()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-10-dhowells@redhat.com/mbox/" }, { "id": 2229600, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229600/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-11-dhowells@redhat.com/", "msgid": "<20260428131756.922303-11-dhowells@redhat.com>", "date": "2026-04-28T13:17:40", "name": "[v5,10/24] netfs: Fix potential uninitialised var in netfs_extract_user_iter()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-11-dhowells@redhat.com/mbox/" }, { "id": 2229580, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229580/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-12-dhowells@redhat.com/", "msgid": "<20260428131756.922303-12-dhowells@redhat.com>", "date": "2026-04-28T13:17:41", "name": "[v5,11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-12-dhowells@redhat.com/mbox/" }, { "id": 2229587, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229587/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-13-dhowells@redhat.com/", "msgid": "<20260428131756.922303-13-dhowells@redhat.com>", "date": "2026-04-28T13:17:42", "name": "[v5,12/24] netfs: Defer the emission of trace_netfs_folio()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-13-dhowells@redhat.com/mbox/" }, { "id": 2229566, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229566/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-14-dhowells@redhat.com/", "msgid": "<20260428131756.922303-14-dhowells@redhat.com>", "date": "2026-04-28T13:17:43", "name": "[v5,13/24] netfs: Fix streaming write being overwritten", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-14-dhowells@redhat.com/mbox/" }, { "id": 2229588, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229588/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-15-dhowells@redhat.com/", "msgid": "<20260428131756.922303-15-dhowells@redhat.com>", "date": "2026-04-28T13:17:44", "name": "[v5,14/24] netfs: Fix potential deadlock in write-through mode", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-15-dhowells@redhat.com/mbox/" }, { "id": 2229573, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229573/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-16-dhowells@redhat.com/", "msgid": "<20260428131756.922303-16-dhowells@redhat.com>", "date": "2026-04-28T13:17:45", "name": "[v5,15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-16-dhowells@redhat.com/mbox/" }, { "id": 2229621, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229621/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-17-dhowells@redhat.com/", "msgid": "<20260428131756.922303-17-dhowells@redhat.com>", "date": "2026-04-28T13:17:46", "name": "[v5,16/24] netfs: Fix write streaming disablement if fd open O_RDWR", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-17-dhowells@redhat.com/mbox/" }, { "id": 2229602, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229602/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-18-dhowells@redhat.com/", "msgid": "<20260428131756.922303-18-dhowells@redhat.com>", "date": "2026-04-28T13:17:47", "name": "[v5,17/24] netfs: Fix early put of sink folio in netfs_read_gaps()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-18-dhowells@redhat.com/mbox/" }, { "id": 2229582, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229582/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-19-dhowells@redhat.com/", "msgid": "<20260428131756.922303-19-dhowells@redhat.com>", "date": "2026-04-28T13:17:48", "name": "[v5,18/24] netfs: Fix leak of request in netfs_write_begin() error handling", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-19-dhowells@redhat.com/mbox/" }, { "id": 2229619, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229619/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-20-dhowells@redhat.com/", "msgid": "<20260428131756.922303-20-dhowells@redhat.com>", "date": "2026-04-28T13:17:49", "name": "[v5,19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-20-dhowells@redhat.com/mbox/" }, { "id": 2229604, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229604/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-21-dhowells@redhat.com/", "msgid": "<20260428131756.922303-21-dhowells@redhat.com>", "date": "2026-04-28T13:17:50", "name": "[v5,20/24] netfs: Fix partial invalidation of streaming-write folio", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-21-dhowells@redhat.com/mbox/" }, { "id": 2229571, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229571/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-22-dhowells@redhat.com/", "msgid": "<20260428131756.922303-22-dhowells@redhat.com>", "date": "2026-04-28T13:17:51", "name": "[v5,21/24] netfs: Fix folio->private handling in netfs_perform_write()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-22-dhowells@redhat.com/mbox/" }, { "id": 2229583, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229583/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-23-dhowells@redhat.com/", "msgid": "<20260428131756.922303-23-dhowells@redhat.com>", "date": "2026-04-28T13:17:52", "name": "[v5,22/24] netfs: Fix netfs_read_folio() to wait on writeback", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-23-dhowells@redhat.com/mbox/" }, { "id": 2229605, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229605/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-24-dhowells@redhat.com/", "msgid": "<20260428131756.922303-24-dhowells@redhat.com>", "date": "2026-04-28T13:17:53", "name": "[v5,23/24] netfs, afs: Fix write skipping in dir/link writepages", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-24-dhowells@redhat.com/mbox/" }, { "id": 2229584, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229584/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-25-dhowells@redhat.com/", "msgid": "<20260428131756.922303-25-dhowells@redhat.com>", "date": "2026-04-28T13:17:54", "name": "[v5,24/24] afs: Fix the locking used by afs_get_link()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260428131756.922303-25-dhowells@redhat.com/mbox/" } ] }