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

Configure Feed

Select the types of activity you want to include in your feed.

docs: blockdev: add it to the admin-guide

The blockdev book basically contains user-faced documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

+24 -26
+1
Documentation/admin-guide/index.rst
··· 73 73 java 74 74 ras 75 75 bcache 76 + blockdev/index 76 77 ext4 77 78 binderfs 78 79 pm/index
+9 -9
Documentation/admin-guide/kernel-parameters.txt
··· 1249 1249 See also Documentation/fault-injection/. 1250 1250 1251 1251 floppy= [HW] 1252 - See Documentation/blockdev/floppy.rst. 1252 + See Documentation/admin-guide/blockdev/floppy.rst. 1253 1253 1254 1254 force_pal_cache_flush 1255 1255 [IA-64] Avoid check_sal_cache_flush which may hang on ··· 2234 2234 memblock=debug [KNL] Enable memblock debug messages. 2235 2235 2236 2236 load_ramdisk= [RAM] List of ramdisks to load from floppy 2237 - See Documentation/blockdev/ramdisk.rst. 2237 + See Documentation/admin-guide/blockdev/ramdisk.rst. 2238 2238 2239 2239 lockd.nlm_grace_period=P [NFS] Assign grace period. 2240 2240 Format: <integer> ··· 3268 3268 3269 3269 pcd. [PARIDE] 3270 3270 See header of drivers/block/paride/pcd.c. 3271 - See also Documentation/blockdev/paride.rst. 3271 + See also Documentation/admin-guide/blockdev/paride.rst. 3272 3272 3273 3273 pci=option[,option...] [PCI] various PCI subsystem options. 3274 3274 ··· 3512 3512 needed on a platform with proper driver support. 3513 3513 3514 3514 pd. [PARIDE] 3515 - See Documentation/blockdev/paride.rst. 3515 + See Documentation/admin-guide/blockdev/paride.rst. 3516 3516 3517 3517 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at 3518 3518 boot time. ··· 3527 3527 and performance comparison. 3528 3528 3529 3529 pf. [PARIDE] 3530 - See Documentation/blockdev/paride.rst. 3530 + See Documentation/admin-guide/blockdev/paride.rst. 3531 3531 3532 3532 pg. [PARIDE] 3533 - See Documentation/blockdev/paride.rst. 3533 + See Documentation/admin-guide/blockdev/paride.rst. 3534 3534 3535 3535 pirq= [SMP,APIC] Manual mp-table setup 3536 3536 See Documentation/x86/i386/IO-APIC.rst. ··· 3642 3642 3643 3643 prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk 3644 3644 before loading. 3645 - See Documentation/blockdev/ramdisk.rst. 3645 + See Documentation/admin-guide/blockdev/ramdisk.rst. 3646 3646 3647 3647 psi= [KNL] Enable or disable pressure stall information 3648 3648 tracking. ··· 3664 3664 pstore.backend= Specify the name of the pstore backend to use 3665 3665 3666 3666 pt. [PARIDE] 3667 - See Documentation/blockdev/paride.rst. 3667 + See Documentation/admin-guide/blockdev/paride.rst. 3668 3668 3669 3669 pti= [X86_64] Control Page Table Isolation of user and 3670 3670 kernel address spaces. Disabling this feature ··· 3693 3693 See Documentation/admin-guide/md.rst. 3694 3694 3695 3695 ramdisk_size= [RAM] Sizes of RAM disks in kilobytes 3696 - See Documentation/blockdev/ramdisk.rst. 3696 + See Documentation/admin-guide/blockdev/ramdisk.rst. 3697 3697 3698 3698 random.trust_cpu={on,off} 3699 3699 [KNL] Enable or disable trusting the use of the
Documentation/blockdev/drbd/DRBD-8.3-data-packets.svg Documentation/admin-guide/blockdev/drbd/DRBD-8.3-data-packets.svg
Documentation/blockdev/drbd/DRBD-data-packets.svg Documentation/admin-guide/blockdev/drbd/DRBD-data-packets.svg
Documentation/blockdev/drbd/conn-states-8.dot Documentation/admin-guide/blockdev/drbd/conn-states-8.dot
Documentation/blockdev/drbd/data-structure-v9.rst Documentation/admin-guide/blockdev/drbd/data-structure-v9.rst
Documentation/blockdev/drbd/disk-states-8.dot Documentation/admin-guide/blockdev/drbd/disk-states-8.dot
Documentation/blockdev/drbd/drbd-connection-state-overview.dot Documentation/admin-guide/blockdev/drbd/drbd-connection-state-overview.dot
Documentation/blockdev/drbd/figures.rst Documentation/admin-guide/blockdev/drbd/figures.rst
Documentation/blockdev/drbd/index.rst Documentation/admin-guide/blockdev/drbd/index.rst
-1
Documentation/blockdev/drbd/node-states-8.dot Documentation/admin-guide/blockdev/drbd/node-states-8.dot
··· 11 11 Unknown -> Primary [ label = "connected" ] 12 12 Unknown -> Secondary [ label = "connected" ] 13 13 } 14 -
Documentation/blockdev/floppy.rst Documentation/admin-guide/blockdev/floppy.rst
-2
Documentation/blockdev/index.rst Documentation/admin-guide/blockdev/index.rst
··· 1 - :orphan: 2 - 3 1 =========================== 4 2 The Linux RapidIO Subsystem 5 3 ===========================
Documentation/blockdev/nbd.rst Documentation/admin-guide/blockdev/nbd.rst
Documentation/blockdev/paride.rst Documentation/admin-guide/blockdev/paride.rst
Documentation/blockdev/ramdisk.rst Documentation/admin-guide/blockdev/ramdisk.rst
Documentation/blockdev/zram.rst Documentation/admin-guide/blockdev/zram.rst
+5 -5
MAINTAINERS
··· 5006 5006 S: Supported 5007 5007 F: drivers/block/drbd/ 5008 5008 F: lib/lru_cache.c 5009 - F: Documentation/blockdev/drbd/ 5009 + F: Documentation/admin-guide/blockdev/ 5010 5010 5011 5011 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS 5012 5012 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ··· 11076 11076 S: Maintained 11077 11077 L: linux-block@vger.kernel.org 11078 11078 L: nbd@other.debian.org 11079 - F: Documentation/blockdev/nbd.rst 11079 + F: Documentation/admin-guide/blockdev/nbd.rst 11080 11080 F: drivers/block/nbd.c 11081 11081 F: include/trace/events/nbd.h 11082 11082 F: include/uapi/linux/nbd.h ··· 12086 12086 M: Tim Waugh <tim@cyberelk.net> 12087 12087 L: linux-parport@lists.infradead.org (subscribers-only) 12088 12088 S: Maintained 12089 - F: Documentation/blockdev/paride.rst 12089 + F: Documentation/admin-guide/blockdev/paride.rst 12090 12090 F: drivers/block/paride/ 12091 12091 12092 12092 PARISC ARCHITECTURE ··· 13367 13367 RAMDISK RAM BLOCK DEVICE DRIVER 13368 13368 M: Jens Axboe <axboe@kernel.dk> 13369 13369 S: Maintained 13370 - F: Documentation/blockdev/ramdisk.rst 13370 + F: Documentation/admin-guide/blockdev/ramdisk.rst 13371 13371 F: drivers/block/brd.c 13372 13372 13373 13373 RANCHU VIRTUAL BOARD FOR MIPS ··· 17723 17723 L: linux-kernel@vger.kernel.org 17724 17724 S: Maintained 17725 17725 F: drivers/block/zram/ 17726 - F: Documentation/blockdev/zram.rst 17726 + F: Documentation/admin-guide/blockdev/zram.rst 17727 17727 17728 17728 ZS DECSTATION Z85C30 SERIAL DRIVER 17729 17729 M: "Maciej W. Rozycki" <macro@linux-mips.org>
+4 -4
drivers/block/Kconfig
··· 31 31 If you want to use the floppy disk drive(s) of your PC under Linux, 32 32 say Y. Information about this driver, especially important for IBM 33 33 Thinkpad users, is contained in 34 - <file:Documentation/blockdev/floppy.rst>. 34 + <file:Documentation/admin-guide/blockdev/floppy.rst>. 35 35 That file also contains the location of the Floppy driver FAQ as 36 36 well as location of the fdutils package used to configure additional 37 37 parameters of the driver at run time. ··· 96 96 your computer's parallel port. Most of them are actually IDE devices 97 97 using a parallel port IDE adapter. This option enables the PARIDE 98 98 subsystem which contains drivers for many of these external drives. 99 - Read <file:Documentation/blockdev/paride.rst> for more information. 99 + Read <file:Documentation/admin-guide/blockdev/paride.rst> for more information. 100 100 101 101 If you have said Y to the "Parallel-port support" configuration 102 102 option, you may share a single port between your printer and other ··· 261 261 userland (making server and client physically the same computer, 262 262 communicating using the loopback network device). 263 263 264 - Read <file:Documentation/blockdev/nbd.rst> for more information, 264 + Read <file:Documentation/admin-guide/blockdev/nbd.rst> for more information, 265 265 especially about where to find the server code, which runs in user 266 266 space and does not need special kernel support. 267 267 ··· 303 303 during the initial install of Linux. 304 304 305 305 Note that the kernel command line option "ramdisk=XX" is now obsolete. 306 - For details, read <file:Documentation/blockdev/ramdisk.rst>. 306 + For details, read <file:Documentation/admin-guide/blockdev/ramdisk.rst>. 307 307 308 308 To compile this driver as a module, choose M here: the 309 309 module will be called brd. An alias "rd" has been defined
+1 -1
drivers/block/floppy.c
··· 4424 4424 pr_cont("\n"); 4425 4425 } else 4426 4426 DPRINT("botched floppy option\n"); 4427 - DPRINT("Read Documentation/blockdev/floppy.rst\n"); 4427 + DPRINT("Read Documentation/admin-guide/blockdev/floppy.rst\n"); 4428 4428 return 0; 4429 4429 } 4430 4430
+3 -3
drivers/block/zram/Kconfig
··· 12 12 It has several use cases, for example: /tmp storage, use as swap 13 13 disks and maybe many more. 14 14 15 - See Documentation/blockdev/zram.rst for more information. 15 + See Documentation/admin-guide/blockdev/zram.rst for more information. 16 16 17 17 config ZRAM_WRITEBACK 18 18 bool "Write back incompressible or idle page to backing device" ··· 26 26 With /sys/block/zramX/{idle,writeback}, application could ask 27 27 idle page's writeback to the backing device to save in memory. 28 28 29 - See Documentation/blockdev/zram.rst for more information. 29 + See Documentation/admin-guide/blockdev/zram.rst for more information. 30 30 31 31 config ZRAM_MEMORY_TRACKING 32 32 bool "Track zRam block status" ··· 36 36 of zRAM. Admin could see the information via 37 37 /sys/kernel/debug/zram/zramX/block_state. 38 38 39 - See Documentation/blockdev/zram.rst for more information. 39 + See Documentation/admin-guide/blockdev/zram.rst for more information.
+1 -1
tools/testing/selftests/zram/README
··· 37 37 - mkfs/ mkfs.ext4 38 38 39 39 For more information please refer: 40 - kernel-source-tree/Documentation/blockdev/zram.rst 40 + kernel-source-tree/Documentation/admin-guide/blockdev/zram.rst