Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/814496/?format=api
{ "id": 814496, "url": "http://patchwork.ozlabs.org/api/patches/814496/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-ext4/patch/20170916114837.GA5459@amd/", "project": { "id": 8, "url": "http://patchwork.ozlabs.org/api/projects/8/?format=api", "name": "Linux ext4 filesystem development", "link_name": "linux-ext4", "list_id": "linux-ext4.vger.kernel.org", "list_email": "linux-ext4@vger.kernel.org", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<20170916114837.GA5459@amd>", "list_archive_url": null, "date": "2017-09-16T11:48:37", "name": "Documentation: fix little inconsistencies", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": true, "hash": "63c5006fb8ad0a3c49ca993af97e515d67933d6c", "submitter": { "id": 2109, "url": "http://patchwork.ozlabs.org/api/people/2109/?format=api", "name": "Pavel Machek", "email": "pavel@ucw.cz" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/linux-ext4/patch/20170916114837.GA5459@amd/mbox/", "series": [ { "id": 3433, "url": "http://patchwork.ozlabs.org/api/series/3433/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-ext4/list/?series=3433", "date": "2017-09-16T11:48:37", "name": "Documentation: fix little inconsistencies", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/3433/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/814496/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/814496/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<linux-ext4-owner@vger.kernel.org>", "X-Original-To": "patchwork-incoming@ozlabs.org", "Delivered-To": "patchwork-incoming@ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=linux-ext4-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xvVsg42Cmz9sPk\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSat, 16 Sep 2017 21:48:55 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751262AbdIPLsn (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tSat, 16 Sep 2017 07:48:43 -0400", "from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58727 \"EHLO\n\tatrey.karlin.mff.cuni.cz\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751185AbdIPLsl (ORCPT\n\t<rfc822; linux-ext4@vger.kernel.org>); Sat, 16 Sep 2017 07:48:41 -0400", "by atrey.karlin.mff.cuni.cz (Postfix, from userid 512)\n\tid 46441824C3; Sat, 16 Sep 2017 13:48:40 +0200 (CEST)" ], "Date": "Sat, 16 Sep 2017 13:48:37 +0200", "From": "Pavel Machek <pavel@ucw.cz>", "To": "linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,\n\ttytso@mit.edu, corbet@lwn.net, trivial@kernel.org,\n\tlinux-ext4@vger.kernel.org", "Cc": "Andrew Morton <akpm@osdl.org>", "Subject": "[PATCH] Documentation: fix little inconsistencies", "Message-ID": "<20170916114837.GA5459@amd>", "MIME-Version": "1.0", "Content-Type": "multipart/signed; micalg=pgp-sha1;\n\tprotocol=\"application/pgp-signature\"; boundary=\"oyUTqETQ0mS9luUI\"", "Content-Disposition": "inline", "User-Agent": "Mutt/1.5.23 (2014-03-12)", "Sender": "linux-ext4-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<linux-ext4.vger.kernel.org>", "X-Mailing-List": "linux-ext4@vger.kernel.org" }, "content": "Fix little inconsistencies in Documentation: make case and spacing\nmatch surrounding text.\n\nSigned-off-by: Pavel Machek <pavel@ucw.cz>\nReviewed-by: Darrick J. Wong <darrick.wong@oracle.com>", "diff": "diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt\nindex 5a8f7f4..75236c0 100644\n--- a/Documentation/filesystems/ext4.txt\n+++ b/Documentation/filesystems/ext4.txt\n@@ -94,10 +94,10 @@ Note: More extensive information for getting started with ext4 can be\n * ability to pack bitmaps and inode tables into larger virtual groups via the\n flex_bg feature\n * large file support\n-* Inode allocation using large virtual block groups via flex_bg\n+* inode allocation using large virtual block groups via flex_bg\n * delayed allocation\n * large block (up to pagesize) support\n-* efficient new ordered mode in JBD2 and ext4(avoid using buffer head to force\n+* efficient new ordered mode in JBD2 and ext4 (avoid using buffer head to force\n the ordering)\n \n [1] Filesystems with a block size of 1k may see a limit imposed by the\n@@ -105,7 +105,7 @@ directory hash tree having a maximum depth of two.\n \n 2.2 Candidate features for future inclusion\n \n-* Online defrag (patches available but not well tested)\n+* online defrag (patches available but not well tested)\n * reduced mke2fs time via lazy itable initialization in conjunction with\n the uninit_bg feature (capability to do this is available in e2fsprogs\n but a kernel thread to do lazy zeroing of unused inode table blocks\n@@ -602,7 +602,7 @@ Table of Ext4 specific ioctls\n \t\t\t bitmaps and inode table, the userspace tool thus\n \t\t\t just passes the new number of blocks.\n \n-EXT4_IOC_SWAP_BOOT\t Swap i_blocks and associated attributes\n+ EXT4_IOC_SWAP_BOOT\t Swap i_blocks and associated attributes\n \t\t\t (like i_blocks, i_size, i_flags, ...) from\n \t\t\t the specified inode with inode\n \t\t\t EXT4_BOOT_LOADER_INO (#5). This is typically\n", "prefixes": [] }