From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D4BE7250FB; Thu, 4 Jan 2024 16:36:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="bdsQoe71" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=PRb/Y6BB88izDA56LXWJLD7BSeD1+ZRIJAfMp12jSH4=; b=bdsQoe71FgfOKWWZVt6VUC44f2 C2ivpE25Jt7gwEgEQVB6/ZSDqQm0aQOFUuUwOfOIEX6wrpRUvxmEwRxrx4ebBH7icK2HPL78BH/5A tiLro3AmH0zesSYDr69YCKKRBr1p/bWmByNBzCx/KRLXj5nFZH+XWc2C51gb+kzdfD2qJpc3L4fbF Juvaa4Q9oAQ0XlfzT0FSmBNkvK/6qtGmdKx8UnYXkCu5/2/rk/wHBJTko5gatvmefcHcfXCzB9czW gHmsiXtqRyR6BbQUsDoiHXOyy8njpj39tpi7tBdBmEjLTQKHQELpHSaajKU91Nig/wLII24kwQuoD IMI+DiiQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1rLQiD-00FY2P-Ux; Thu, 04 Jan 2024 16:36:54 +0000 From: "Matthew Wilcox (Oracle)" To: Jonathan Corbet Cc: "Matthew Wilcox (Oracle)" , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] Improve buffer head documentation Date: Thu, 4 Jan 2024 16:36:47 +0000 Message-Id: <20240104163652.3705753-1-willy@infradead.org> X-Mailer: git-send-email 2.37.1 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Having started improving the kernel-doc for __folio_mark_dirty(), I then started noticing other improvements that could be made, and this is as far as I got before deciding I'd made enough for now. Tested with make htmldocs. Matthew Wilcox (Oracle) (5): doc: Improve the description of __folio_mark_dirty buffer: Add kernel-doc for block_dirty_folio() buffer: Add kernel-doc for try_to_free_buffers() buffer: Fix __bread() kernel-doc doc: Split buffer.rst out of api-summary.rst Documentation/filesystems/api-summary.rst | 3 - Documentation/filesystems/index.rst | 1 + fs/buffer.c | 98 +++++++++++++---------- include/linux/buffer_head.h | 17 ++-- mm/page-writeback.c | 14 ++-- 5 files changed, 74 insertions(+), 59 deletions(-) -- 2.43.0