Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Replace HTTP links with HTTPS ones: DISKQUOTA

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
If not .svg:
For each line:
If doesn't contain `\bxmlns\b`:
For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
If both the HTTP and HTTPS versions
return 200 OK and serve the same content:
Replace HTTP with HTTPS.

Link: https://lore.kernel.org/r/20200708171905.15396-1-grandmaster@al2klimov.de
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Jan Kara <jack@suse.cz>

authored by

Alexander A. Klimov and committed by
Jan Kara
1f1a5be8 1197d04f

+2 -2
+1 -1
Documentation/filesystems/quota.rst
··· 31 31 and processed accordingly. 32 32 33 33 The interface uses generic netlink framework (see 34 - http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more 34 + https://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more 35 35 details about this layer). The name of the quota generic netlink interface 36 36 is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>. 37 37 Since the quota netlink protocol is not namespace aware, quota netlink messages
+1 -1
fs/quota/Kconfig
··· 15 15 Ext3, ext4 and reiserfs also support journaled quotas for which 16 16 you don't need to run quotacheck(8) after an unclean shutdown. 17 17 For further details, read the Quota mini-HOWTO, available from 18 - <http://www.tldp.org/docs.html#howto>, or the documentation provided 18 + <https://www.tldp.org/docs.html#howto>, or the documentation provided 19 19 with the quota tools. Probably the quota support is only useful for 20 20 multi user systems. If unsure, say N. 21 21