Series Detail
Show a series.
GET /api/1.1/series/501677/?format=api
{ "id": 501677, "url": "http://patchwork.ozlabs.org/api/1.1/series/501677/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/list/?series=501677", "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:29:27", "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": 11, "received_all": false, "mbox": "http://patchwork.ozlabs.org/series/501677/mbox/", "cover_letter": { "id": 2228973, "url": "http://patchwork.ozlabs.org/api/1.1/covers/2228973/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/cover/20260427152953.180038-1-dhowells@redhat.com/", "msgid": "<20260427152953.180038-1-dhowells@redhat.com>", "date": "2026-04-27T15:29:27", "name": "[v4,00/22] netfs: Miscellaneous fixes", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/cover/20260427152953.180038-1-dhowells@redhat.com/mbox/" }, "patches": [ { "id": 2228976, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228976/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-2-dhowells@redhat.com/", "msgid": "<20260427152953.180038-2-dhowells@redhat.com>", "date": "2026-04-27T15:29:28", "name": "[v4,01/22] netfs: Fix cancellation of a DIO and single read subrequests", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-2-dhowells@redhat.com/mbox/" }, { "id": 2228984, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228984/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-3-dhowells@redhat.com/", "msgid": "<20260427152953.180038-3-dhowells@redhat.com>", "date": "2026-04-27T15:29:29", "name": "[v4,02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-3-dhowells@redhat.com/mbox/" }, { "id": 2228977, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228977/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-4-dhowells@redhat.com/", "msgid": "<20260427152953.180038-4-dhowells@redhat.com>", "date": "2026-04-27T15:29:30", "name": "[v4,03/22] netfs: Fix missing locking around retry adding new subreqs", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-4-dhowells@redhat.com/mbox/" }, { "id": 2228978, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228978/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-5-dhowells@redhat.com/", "msgid": "<20260427152953.180038-5-dhowells@redhat.com>", "date": "2026-04-27T15:29:31", "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/20260427152953.180038-5-dhowells@redhat.com/mbox/" }, { "id": 2228979, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228979/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-6-dhowells@redhat.com/", "msgid": "<20260427152953.180038-6-dhowells@redhat.com>", "date": "2026-04-27T15:29:32", "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/20260427152953.180038-6-dhowells@redhat.com/mbox/" }, { "id": 2228989, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228989/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-7-dhowells@redhat.com/", "msgid": "<20260427152953.180038-7-dhowells@redhat.com>", "date": "2026-04-27T15:29:33", "name": "[v4,06/22] netfs: Fix zeropoint update where i_size > remote_i_size", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-7-dhowells@redhat.com/mbox/" }, { "id": 2228990, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228990/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-8-dhowells@redhat.com/", "msgid": "<20260427152953.180038-8-dhowells@redhat.com>", "date": "2026-04-27T15:29:34", "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/20260427152953.180038-8-dhowells@redhat.com/mbox/" }, { "id": 2228981, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228981/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-9-dhowells@redhat.com/", "msgid": "<20260427152953.180038-9-dhowells@redhat.com>", "date": "2026-04-27T15:29:35", "name": "[v4,08/22] netfs: fix error handling in netfs_extract_user_iter()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-9-dhowells@redhat.com/mbox/" }, { "id": 2228980, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228980/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-10-dhowells@redhat.com/", "msgid": "<20260427152953.180038-10-dhowells@redhat.com>", "date": "2026-04-27T15:29:36", "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/20260427152953.180038-10-dhowells@redhat.com/mbox/" }, { "id": 2228985, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228985/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-11-dhowells@redhat.com/", "msgid": "<20260427152953.180038-11-dhowells@redhat.com>", "date": "2026-04-27T15:29:37", "name": "[v4,10/22] netfs: Defer the emission of trace_netfs_folio()", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-11-dhowells@redhat.com/mbox/" }, { "id": 2228982, "url": "http://patchwork.ozlabs.org/api/1.1/patches/2228982/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-12-dhowells@redhat.com/", "msgid": "<20260427152953.180038-12-dhowells@redhat.com>", "date": "2026-04-27T15:29:38", "name": "[v4,11/22] netfs: Fix streaming write being overwritten", "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260427152953.180038-12-dhowells@redhat.com/mbox/" } ] }