Series Detail
Show a series.
GET /api/1.1/series/501682/?format=api
{ "id": 501682, "url": "http://patchwork.ozlabs.org/api/1.1/series/501682/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/list/?series=501682", "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-27T15:46:15", "submitter": { "id": 59, "url": "http://patchwork.ozlabs.org/api/1.1/people/59/?format=api", "name": "David Howells", "email": "dhowells@redhat.com" }, "version": 4, "total": 22, "received_total": 22, "received_all": true, "mbox": "http://patchwork.ozlabs.org/series/501682/mbox/", "cover_letter": { "id": 2228991, "url": "http://patchwork.ozlabs.org/api/1.1/covers/2228991/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/cover/20260427154639.180684-1-dhowells@redhat.com/", "msgid": "<20260427154639.180684-1-dhowells@redhat.com>", "date": "2026-04-27T15:46:15", "name": "[v4,00/22] netfs: Miscellaneous fixes", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/cover/20260427154639.180684-1-dhowells@redhat.com/mbox/" }, "patches": [ { "id": 2228992, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228992/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-2-dhowells@redhat.com/", "msgid": "<20260427154639.180684-2-dhowells@redhat.com>", "date": "2026-04-27T15:46:16", "name": "[v4,01/22] netfs: Fix cancellation of a DIO and single read subrequests", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-2-dhowells@redhat.com/mbox/" }, { "id": 2228993, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228993/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-3-dhowells@redhat.com/", "msgid": "<20260427154639.180684-3-dhowells@redhat.com>", "date": "2026-04-27T15:46:17", "name": "[v4,02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-3-dhowells@redhat.com/mbox/" }, { "id": 2228994, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228994/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-4-dhowells@redhat.com/", "msgid": "<20260427154639.180684-4-dhowells@redhat.com>", "date": "2026-04-27T15:46:18", "name": "[v4,03/22] netfs: Fix missing locking around retry adding new subreqs", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-4-dhowells@redhat.com/mbox/" }, { "id": 2229000, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229000/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-5-dhowells@redhat.com/", "msgid": "<20260427154639.180684-5-dhowells@redhat.com>", "date": "2026-04-27T15:46:19", "name": "[v4,04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-5-dhowells@redhat.com/mbox/" }, { "id": 2229006, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229006/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-6-dhowells@redhat.com/", "msgid": "<20260427154639.180684-6-dhowells@redhat.com>", "date": "2026-04-27T15:46:20", "name": "[v4,05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-6-dhowells@redhat.com/mbox/" }, { "id": 2228995, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228995/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-7-dhowells@redhat.com/", "msgid": "<20260427154639.180684-7-dhowells@redhat.com>", "date": "2026-04-27T15:46:21", "name": "[v4,06/22] netfs: Fix zeropoint update where i_size > remote_i_size", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-7-dhowells@redhat.com/mbox/" }, { "id": 2228998, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228998/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-8-dhowells@redhat.com/", "msgid": "<20260427154639.180684-8-dhowells@redhat.com>", "date": "2026-04-27T15:46:22", "name": "[v4,07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-8-dhowells@redhat.com/mbox/" }, { "id": 2229007, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229007/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-9-dhowells@redhat.com/", "msgid": "<20260427154639.180684-9-dhowells@redhat.com>", "date": "2026-04-27T15:46:23", "name": "[v4,08/22] netfs: fix error handling in netfs_extract_user_iter()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-9-dhowells@redhat.com/mbox/" }, { "id": 2229008, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229008/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-10-dhowells@redhat.com/", "msgid": "<20260427154639.180684-10-dhowells@redhat.com>", "date": "2026-04-27T15:46:24", "name": "[v4,09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-10-dhowells@redhat.com/mbox/" }, { "id": 2229003, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229003/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-11-dhowells@redhat.com/", "msgid": "<20260427154639.180684-11-dhowells@redhat.com>", "date": "2026-04-27T15:46:25", "name": "[v4,10/22] netfs: Defer the emission of trace_netfs_folio()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-11-dhowells@redhat.com/mbox/" }, { "id": 2228999, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228999/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-12-dhowells@redhat.com/", "msgid": "<20260427154639.180684-12-dhowells@redhat.com>", "date": "2026-04-27T15:46:26", "name": "[v4,11/22] netfs: Fix streaming write being overwritten", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-12-dhowells@redhat.com/mbox/" }, { "id": 2229005, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229005/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-13-dhowells@redhat.com/", "msgid": "<20260427154639.180684-13-dhowells@redhat.com>", "date": "2026-04-27T15:46:27", "name": "[v4,12/22] netfs: Fix read-gaps to remove netfs_folio from filled folio", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-13-dhowells@redhat.com/mbox/" }, { "id": 2229009, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229009/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-14-dhowells@redhat.com/", "msgid": "<20260427154639.180684-14-dhowells@redhat.com>", "date": "2026-04-27T15:46:28", "name": "[v4,13/22] netfs: Fix write streaming disablement if fd open O_RDWR", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-14-dhowells@redhat.com/mbox/" }, { "id": 2229010, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229010/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-15-dhowells@redhat.com/", "msgid": "<20260427154639.180684-15-dhowells@redhat.com>", "date": "2026-04-27T15:46:29", "name": "[v4,14/22] netfs: Fix early put of sink folio in netfs_read_gaps()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-15-dhowells@redhat.com/mbox/" }, { "id": 2229011, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229011/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-16-dhowells@redhat.com/", "msgid": "<20260427154639.180684-16-dhowells@redhat.com>", "date": "2026-04-27T15:46:30", "name": "[v4,15/22] netfs: Fix leak of request in netfs_write_begin() error handling", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-16-dhowells@redhat.com/mbox/" }, { "id": 2228996, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228996/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-17-dhowells@redhat.com/", "msgid": "<20260427154639.180684-17-dhowells@redhat.com>", "date": "2026-04-27T15:46:31", "name": "[v4,16/22] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-17-dhowells@redhat.com/mbox/" }, { "id": 2228997, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228997/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-18-dhowells@redhat.com/", "msgid": "<20260427154639.180684-18-dhowells@redhat.com>", "date": "2026-04-27T15:46:32", "name": "[v4,17/22] netfs: Fix potential uninitialised var in netfs_extract_user_iter()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-18-dhowells@redhat.com/mbox/" }, { "id": 2229015, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229015/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-19-dhowells@redhat.com/", "msgid": "<20260427154639.180684-19-dhowells@redhat.com>", "date": "2026-04-27T15:46:33", "name": "[v4,18/22] netfs: Fix partial invalidation of streaming-write folio", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-19-dhowells@redhat.com/mbox/" }, { "id": 2229001, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229001/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-20-dhowells@redhat.com/", "msgid": "<20260427154639.180684-20-dhowells@redhat.com>", "date": "2026-04-27T15:46:34", "name": "[v4,19/22] netfs: Fix folio->private handling in netfs_perform_write()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-20-dhowells@redhat.com/mbox/" }, { "id": 2229002, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229002/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-21-dhowells@redhat.com/", "msgid": "<20260427154639.180684-21-dhowells@redhat.com>", "date": "2026-04-27T15:46:35", "name": "[v4,20/22] netfs: Fix netfs_read_folio() to wait on writeback", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-21-dhowells@redhat.com/mbox/" }, { "id": 2229012, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229012/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-22-dhowells@redhat.com/", "msgid": "<20260427154639.180684-22-dhowells@redhat.com>", "date": "2026-04-27T15:46:36", "name": "[v4,21/22] netfs, afs: Fix write skipping in dir/link writepages", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-22-dhowells@redhat.com/mbox/" }, { "id": 2229013, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2229013/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-23-dhowells@redhat.com/", "msgid": "<20260427154639.180684-23-dhowells@redhat.com>", "date": "2026-04-27T15:46:37", "name": "[v4,22/22] afs: Fix the locking used by afs_get_link()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427154639.180684-23-dhowells@redhat.com/mbox/" } ] }