Linux RAID Storage
[Prev Page][Next Page]
- [PATCH 16/19] ataflop: use a separate gendisk for each media format, (continued)
- [PATCH 16/19] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 18/19] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH 19/19] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- [PATCH 17/19] z2ram: reindent, Christoph Hellwig
- [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 14/19] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 13/19] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 12/19] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 11/19] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 08/19] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c, Christoph Hellwig
- [PATCH 07/19] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 06/19] block: add an optional probe callback to major_names, Christoph Hellwig
- [PATCH 03/19] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 04/19] block: split block_class_lock, Christoph Hellwig
- clean up is partition checks,
Christoph Hellwig
- [PATCH 9/9] vsprintf: use bd_partno in bdev_name, Christoph Hellwig
- [PATCH 8/9] block: use bd_partno in bdevname, Christoph Hellwig
- [PATCH 6/9] drbd: don't set ->bd_contains, Christoph Hellwig
- [PATCH 7/9] target/iblock: fix holder printing in iblock_show_configfs_dev_params, Christoph Hellwig
- [PATCH 1/9] Documentation/hdio: fix up obscure bd_contains references, Christoph Hellwig
- [PATCH 5/9] drbd: don't detour through bd_contains for the gendisk, Christoph Hellwig
- [PATCH 4/9] md: don't detour through bd_contains for the gendisk, Christoph Hellwig
- [PATCH 3/9] md: compare bd_disk instead of bd_contains, Christoph Hellwig
- [PATCH 2/9] block: add a bdev_is_partition helper, Christoph Hellwig
- Re: clean up is partition checks, Christoph Hellwig
- Re: clean up is partition checks, Jens Axboe
- rework check_disk_change(),
Christoph Hellwig
- [PATCH 13/19] ide-cd: remove idecd_revalidate_disk, Christoph Hellwig
- [PATCH 11/19] gdrom: use bdev_check_media_change, Christoph Hellwig
- [PATCH 15/19] md: use bdev_check_media_change, Christoph Hellwig
- [PATCH 04/19] floppy: use bdev_check_media_change, Christoph Hellwig
- [PATCH 16/19] sd: use bdev_check_media_change, Christoph Hellwig
- [PATCH 02/19] amiflop: use bdev_check_media_change, Christoph Hellwig
- [PATCH 19/19] block: remove check_disk_change, Christoph Hellwig
- [PATCH 18/19] sr: simplify sr_block_revalidate_disk, Christoph Hellwig
- [PATCH 17/19] sr: use bdev_check_media_change, Christoph Hellwig
- [PATCH 10/19] paride/pcd: use bdev_check_media_change, Christoph Hellwig
- [PATCH 07/19] swim3: use bdev_check_media_changed, Christoph Hellwig
- [PATCH 05/19] swim: use bdev_check_media_change, Christoph Hellwig
- [PATCH 14/19] ide-gd: stop using the disk events mechanism, Christoph Hellwig
- [PATCH 03/19] ataflop: use bdev_check_media_change, Christoph Hellwig
- [PATCH 09/19] xsysace: simplify media change handling, Christoph Hellwig
- [PATCH 12/19] ide-cd: use bdev_check_media_changed, Christoph Hellwig
- [PATCH 01/19] block: add a bdev_check_media_change helper, Christoph Hellwig
- [PATCH 08/19] xsysace: use bdev_check_media_change, Christoph Hellwig
- [PATCH 06/19] swim: simplify media change handling, Christoph Hellwig
- Re: rework check_disk_change(), Douglas Gilbert
- [PATCH V6 0/3] md/raid10: Improve handling raid10 discard request,
Xiao Ni
- remove revalidate_disk(),
Christoph Hellwig
- [PATCH 7/9] sd: open code revalidate_disk, Christoph Hellwig
- [PATCH 8/9] nvdimm: simplify revalidate_disk handling, Christoph Hellwig
- [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify, Christoph Hellwig
- [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns, Christoph Hellwig
- [PATCH 9/9] block: remove revalidate_disk(), Christoph Hellwig
- [PATCH 4/9] block: add a new revalidate_disk_size helper, Christoph Hellwig
- [PATCH 3/9] block: rename bd_invalidated, Christoph Hellwig
- [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change, Christoph Hellwig
- [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence, Christoph Hellwig
- Re: remove revalidate_disk(), Josef Bacik
- Re: remove revalidate_disk(), Jens Axboe
- [PATCH v3 0/3] block: improve iostat for md/bcache partitions,
Song Liu
- simplify gendisk lookup and remove struct block_device aliases v2,
Christoph Hellwig
- [PATCH 01/19] char_dev: replace cdev_map with an xarray, Christoph Hellwig
- [PATCH 07/19] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 08/19] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 19/19] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- [PATCH 14/19] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 18/19] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH 17/19] z2ram: reindent, Christoph Hellwig
- [PATCH 16/19] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 04/19] block: split block_class_lock, Christoph Hellwig
- [PATCH 12/19] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 13/19] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 11/19] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 05/19] block: rework requesting modules for unclaimed devices, Christoph Hellwig
- [PATCH 03/19] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c, Christoph Hellwig
- [PATCH 06/19] block: add an optional probe callback to major_names, Christoph Hellwig
- [song-md:md-next] BUILD SUCCESS 13f6b6b1f883e02068ff107075dac6dd35fb137d, kernel test robot
- [song-md:md-fixes] BUILD SUCCESS 6af10a33c501b0b5878476501143c2cfbbfd63a2, kernel test robot
- [GIT PULL] md-fixes 20200828,
Song Liu
- Best way to add caching to a new raid setup.,
R. Ramesh
- [PATCH] md: trivial comment typo fix, Christopher Unkel
- [RFC PATCH] Detail: don't display the raid level when it's inactive,
Lidong Zhong
- simplify gendisk lookup and remove struct block_device aliases,
Christoph Hellwig
- [PATCH 01/19] char_dev: replace cdev_map with an xarray, Christoph Hellwig
- [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c, Christoph Hellwig
- [PATCH 03/19] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 04/19] block: split block_class_lock, Christoph Hellwig
- [PATCH 05/19] block: rework requesting modules for unclaimed devices, Christoph Hellwig
- [PATCH 06/19] block: add an optional probe callback to major_names, Christoph Hellwig
- [PATCH 07/19] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 08/19] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 11/19] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 12/19] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 13/19] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 14/19] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 19/19] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- [PATCH 16/19] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 17/19] z2ram: reindent, Christoph Hellwig
- [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 18/19] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH V5 0/5] md/raid10: Improve handling raid10 discard request,
Xiao Ni
- increase size of raid,
grumpy
- Linux raid-like idea,
Brian Allen Vanderburg II
[PATCH V4 0/4] md/raid10: Improve handling raid10 discard request,
Xiao Ni
[song-md:md-next] BUILD SUCCESS 2c31a2b2772dd96f7b93579b1efd8c9dd49441b0, kernel test robot
[song-md:md-fixes] BUILD SUCCESS faecb8be6060294adffc3013104c3852c0506e24, kernel test robot
[PATCH] mdcheck: fix syntax error in mdcheck_start.timer,
Coly Li
[PATCH 1/1] md: Simplify code with existing definition RESYNC_SECTORS in raid10.c,
Zhen Lei
[song-md:md-next] BUILD SUCCESS 19948a006a1629739376166df423e69c506da02f, kernel test robot
[PATCH v2 00/10] Save memory for stripe_head buffer,
Yufen Yu
- [PATCH v2 03/10] md/raid5: make async_copy_data() to support different page offset, Yufen Yu
- [PATCH v2 05/10] md/raid5: convert to new xor compution interface, Yufen Yu
- [PATCH v2 04/10] md/raid5: add new xor function to support different page offset, Yufen Yu
- [PATCH v2 02/10] md/raid5: add a new member of offset into r5dev, Yufen Yu
- [PATCH v2 06/10] md/raid6: let syndrome computor support different page offset, Yufen Yu
- [PATCH v2 01/10] md/raid5: make sure stripe_size as power of two, Yufen Yu
- [PATCH v2 07/10] md/raid6: let async recovery function support different page offset, Yufen Yu
- [PATCH v2 09/10] md/raid5: resize stripe_head when reshape array, Yufen Yu
- [PATCH v2 10/10] md/raid5: reallocate page array after setting new stripe_size, Yufen Yu
- [PATCH v2 08/10] md/raid5: let multiple devices of stripe_head share page, Yufen Yu
- Re: [PATCH v2 00/10] Save memory for stripe_head buffer, Song Liu
[RFC PATCH] md/raid5: set faulty when cannot record badblocks,
Yufen Yu
[PATCH] Make target to install binaries only,
Kinga Tanska
[PATCH v2 0/3] block: improve iostat for md/bcache partitions,
Song Liu
Feature request: Remove the badblocks list,
Roy Sigurd Karlsbakk
[PATCH 0/4] block: improve iostat for md/bcache partitions,
Song Liu
[PATCH] md: only calculate blocksize once and use i_blocksize(),
Xianting Tian
[PATCH] mdadm/Create: Be more verbose on the RAID array create failure., Anatoly Pugachev
mdadm development?,
Roy Sigurd Karlsbakk
Confusing output of --examine-badblocks1 message,
Roy Sigurd Karlsbakk
linux-raid archives now available on lore.kernel.org,
Artur Paszkiewicz
[PATCH V3 0/4] md/raid10: Improve handling raid10 discard request,
Xiao Ni
[PATCH V3 4/4] md/raid10: Improve discard request for far layout, Xiao Ni
[md PATCH V3 0/4] Improve handling raid10 discard request,
Xiao Ni
[PATCH 00/12] Save memory for stripe_head buffer,
Yufen Yu
- [PATCH 01/12] md/raid5: add offset array in scribble buffer, Yufen Yu
- [PATCH 04/12] md/raid5: add new xor function to support different page offset, Yufen Yu
- [PATCH 03/12] md/raid5: make async_copy_data() to support different page offset, Yufen Yu
- [PATCH 07/12] md/raid6: let async recovery function support different page offset, Yufen Yu
- [PATCH 09/12] raid6test: adaptation with new syndrome function, Yufen Yu
- [PATCH 02/12] md/raid5: add a new member of offset into r5dev, Yufen Yu
- [PATCH 12/12] md/raid5: reallocate page array after setting new stripe_size, Yufen Yu
- [PATCH 11/12] md/raid5: resize stripe_head when reshape array, Yufen Yu
- [PATCH 06/12] md/raid6: let syndrome computor support different page offset, Yufen Yu
- [PATCH 05/12] md/raid5: convert to new xor compution interface, Yufen Yu
- [PATCH 08/12] md/raid6: convert to new syndrome and recovery interface, Yufen Yu
- [PATCH 10/12] md/raid5: let multiple devices of stripe_head share page, Yufen Yu
- Re: [PATCH 00/12] Save memory for stripe_head buffer, Song Liu
Recommended filesystem for RAID 6,
George Rapp
[PATCH AUTOSEL 5.8 15/64] md-cluster: fix wild pointer of unlock_all_bitmaps(), Sasha Levin
[PATCH AUTOSEL 5.7 15/60] md-cluster: fix wild pointer of unlock_all_bitmaps(), Sasha Levin
[PATCH AUTOSEL 5.4 12/45] md-cluster: fix wild pointer of unlock_all_bitmaps(), Sasha Levin
[PATCH AUTOSEL 4.14 06/22] md-cluster: fix wild pointer of unlock_all_bitmaps(), Sasha Levin
[PATCH AUTOSEL 4.9 06/17] md-cluster: fix wild pointer of unlock_all_bitmaps(), Sasha Levin
[PATCH AUTOSEL 4.19 10/31] md-cluster: fix wild pointer of unlock_all_bitmaps(), Sasha Levin
[PATCH AUTOSEL 5.8 58/72] md: raid0/linear: fix dereference before null check on pointer mddev, Sasha Levin
[PATCH AUTOSEL 5.7 50/58] md: raid0/linear: fix dereference before null check on pointer mddev, Sasha Levin
[PATCH AUTOSEL 5.4 36/40] md: raid0/linear: fix dereference before null check on pointer mddev, Sasha Levin
[PATCH v4] mdadm/Detail: show correct state for cluster-md array, Zhao Heming
[GIT PULL] md-next 20200806,
Song Liu
[song-md:md-next] BUILD SUCCESS e8abe1de43dac658dacbd04a4543e0c988a8d386, kernel test robot
[PATCH] manual: update --examine-badblocks, Mariusz Tkaczyk
[PATCH] md: get sysfs entry after redundancy attr group create,
Junxiao Bi
mdadm: Insufficient head-space for reshape on /dev/sda2,
H. Morala (HyD)
[PATCH] md-cluster: Fix potential error pointer dereference in resize_bitmaps(),
Dan Carpenter
[song-md:md-next] BUILD SUCCESS 45a4d8fd6c7926e7991a1b29233d725fe12935da, kernel test robot
[GIT PULL] md-next 20200802,
Song Liu
Restoring a raid0 for data rescue,
tyranastrasz
[PATCH 1/2] md/raid5: Fix Force reconstruct-write io stuck in degraded raid5, allenpeng
[PATCH 2/2] md/raid5: Allow degraded raid6 to do rmw, allenpeng
[PATCH 0/2] Fix RCW bug and allow degraded raid6 do rmw,
allenpeng
[song-md:md-next] BUILD SUCCESS 4fdedbcc914e49851eb9f0ac7b8f2fe41407c935, kernel test robot
[PATCH v3] mdadm/Detail: show correct state for cluster-md array,
Zhao Heming
add file system helpers that take kernel pointers for the init code v4,
Christoph Hellwig
- [PATCH 06/23] init: mark console_on_rootfs as __init, Christoph Hellwig
- [PATCH 07/23] init: mark create_dev as __init, Christoph Hellwig
- [PATCH 10/23] init: add an init_unlink helper, Christoph Hellwig
- [PATCH 13/23] init: add an init_chroot helper, Christoph Hellwig
- [PATCH 12/23] init: add an init_chdir helper, Christoph Hellwig
- [PATCH 14/23] init: add an init_chown helper, Christoph Hellwig
- [PATCH 15/23] init: add an init_chmod helper, Christoph Hellwig
- [PATCH 19/23] init: add an init_mkdir helper, Christoph Hellwig
- [PATCH 18/23] init: add an init_symlink helper, Christoph Hellwig
- [PATCH 20/23] init: add an init_mknod helper, Christoph Hellwig
- [PATCH 21/23] init: add an init_stat helper, Christoph Hellwig
- [PATCH 23/23] init: add an init_dup helper, Christoph Hellwig
- [PATCH 22/23] init: add an init_utimes helper, Christoph Hellwig
- [PATCH 17/23] init: add an init_link helper, Christoph Hellwig
- [PATCH 16/23] init: add an init_eaccess helper, Christoph Hellwig
- [PATCH 11/23] init: add an init_rmdir helper, Christoph Hellwig
- [PATCH 09/23] init: add an init_umount helper, Christoph Hellwig
- [PATCH 08/23] init: add an init_mount helper, Christoph Hellwig
- [PATCH 05/23] init: initialize ramdisk_execute_command at compile time, Christoph Hellwig
- [PATCH 01/23] fs: refactor do_mount, Christoph Hellwig
- [PATCH 02/23] fs: refactor ksys_umount, Christoph Hellwig
- [PATCH 03/23] fs: push the getname from do_rmdir into the callers, Christoph Hellwig
- [PATCH 04/23] devtmpfs: refactor devtmpfsd(), Christoph Hellwig
- Re: add file system helpers that take kernel pointers for the init code v4, Al Viro
- Re: add file system helpers that take kernel pointers for the init code v4, Qian Cai
[PATCH 0/5] misc patches for md,
Guoqing Jiang
[PATCH V2 0/3] Improve handling raid10 discard request,
Xiao Ni
[PATCH v3 mdadm 1/1] Specify nodes number when updating cluster nodes,
Xiao Ni
add file system helpers that take kernel pointers for the init code v3,
Christoph Hellwig
- [PATCH 02/21] fs: refactor ksys_umount, Christoph Hellwig
- [PATCH 04/21] devtmpfs: refactor devtmpfsd(), Christoph Hellwig
- [PATCH 06/21] init: mark create_dev as __init, Christoph Hellwig
- [PATCH 12/21] init: add an init_chroot helper, Christoph Hellwig
- [PATCH 16/21] init: add an init_link helper, Christoph Hellwig
- [PATCH 18/21] init: add an init_mkdir helper, Christoph Hellwig
- [PATCH 20/21] init: add an init_stat helper, Christoph Hellwig
- [PATCH 21/21] init: add an init_utimes helper, Christoph Hellwig
- [PATCH 19/21] init: add an init_mknod helper, Christoph Hellwig
- [PATCH 17/21] init: add an init_symlink helper, Christoph Hellwig
- [PATCH 11/21] init: add an init_chdir helper, Christoph Hellwig
- [PATCH 13/21] init: add an init_chown helper, Christoph Hellwig
- [PATCH 14/21] init: add an init_chmod helper, Christoph Hellwig
- [PATCH 15/21] init: add an init_eaccess helper, Christoph Hellwig
- [PATCH 10/21] init: add an init_rmdir helper, Christoph Hellwig
- [PATCH 09/21] init: add an init_unlink helper, Christoph Hellwig
- [PATCH 08/21] init: add an init_umount helper, Christoph Hellwig
- [PATCH 07/21] init: add an init_mount helper, Christoph Hellwig
- [PATCH 05/21] init: initialize ramdisk_execute_command at compile time, Christoph Hellwig
- [PATCH 03/21] fs: push the getname from do_rmdir into the callers, Christoph Hellwig
- [PATCH 01/21] fs: refactor do_mount, Christoph Hellwig
- Re: add file system helpers that take kernel pointers for the init code v3, Linus Torvalds
[GIT PULL] md-next 20200724,
Song Liu
[song-md:md-next] BUILD SUCCESS 83c3e5e17b5e3057ac304383a46e3c485d00ffed, kernel test robot
bdi cleanups v3,
Christoph Hellwig
- [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE, Christoph Hellwig
- [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful, Christoph Hellwig
- [PATCH 08/14] block: add helper macros for queue sysfs entries, Christoph Hellwig
- [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 06/14] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 05/14] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 02/14] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init, Christoph Hellwig
- Re: bdi cleanups v3, Jens Axboe
- <Possible follow-ups>
- bdi cleanups v3, Christoph Hellwig
- [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 06/14] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 05/14] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful, Christoph Hellwig
- [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init, Christoph Hellwig
- [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE, Christoph Hellwig
- [PATCH 02/14] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 08/14] block: add helper macros for queue sysfs entries, Christoph Hellwig
- Re: bdi cleanups v3, Christoph Hellwig
[PATCH v2 mdadm 1/1] Specify nodes number when updating cluster nodes,
Xiao Ni
[PATCH] md/raid5: use do_div() for 64 bit divisions,
Yufen Yu
An update on the WD Red saga ..., antlists
[song-md:md-next 9/14] ERROR: modpost: "__udivdi3" undefined!,
kernel test robot
Linux RAID with btrfs stuck and consume 100 % CPU,
Vojtech Myslivec
Re: Linux RAID with btrfs stuck and consume 100 % CPU, Guoqing Jiang
[GIT PULL] md-next 20200722,
Song Liu
[PATCH v2] mdadm/md.4: update path to in-kernel-tree documentation,
Winston Weinert
Software RAID6 broke after power outage,
Cory Derenburger
[PATCH v2] mdadm/Detail: show correct state for cluster-md array,
Zhao Heming
bdi cleanups v2,
Christoph Hellwig
- [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE, Christoph Hellwig
- [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init, Christoph Hellwig
- [PATCH 06/14] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful, Christoph Hellwig
- [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 08/14] block: add helper macros for queue sysfs entries, Christoph Hellwig
- [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 05/14] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 02/14] drbd: remove dead code in device_to_statistics, Christoph Hellwig
[PATCH mdadm 1/1] Specify nodes number when updating cluster nodes, Xiao Ni
mdadm: Does "mdadm --grow -n" need to do racing protecting in some conditions, heming.zhao@xxxxxxxx
add file system helpers that take kernel pointers for the init code v2,
Christoph Hellwig
- [PATCH 09/24] init: mark create_dev as __init, Christoph Hellwig
- [PATCH 13/24] init: add an init_unlink helper, Christoph Hellwig
- [PATCH 15/24] init: add an init_chdir helper, Christoph Hellwig
- [PATCH 14/24] init: add an init_rmdir helper, Christoph Hellwig
- [PATCH 20/24] init: add an init_link helper, Christoph Hellwig
- [PATCH 19/24] init: add an init_eaccess helper, Christoph Hellwig
- [PATCH 21/24] init: add an init_symlink helper, Christoph Hellwig
- [PATCH 24/24] init: add an init_lstat helper, Christoph Hellwig
- [PATCH 22/24] init: add an init_mkdir helper, Christoph Hellwig
- [PATCH 23/24] init: add an init_mknod helper, Christoph Hellwig
- [PATCH 16/24] init: add an init_chroot helper, Christoph Hellwig
- [PATCH 18/24] init: add an init_chmod helper, Christoph Hellwig
- [PATCH 17/24] init: add an init_chown helper, Christoph Hellwig
- [PATCH 10/24] init: open code ksys_umount in handle_initrd, Christoph Hellwig
- [PATCH 11/24] init: open code do_utimes in do_utime, Christoph Hellwig
- [PATCH 12/24] init: add an init_mount helper, Christoph Hellwig
- [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h, Christoph Hellwig
- [PATCH 07/24] init: initialize ramdisk_execute_command at compile time, Christoph Hellwig
- [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot, Christoph Hellwig
- [PATCH 02/24] fs: refactor ksys_umount, Christoph Hellwig
- [PATCH 03/24] fs: push the getname from do_rmdir into the callers, Christoph Hellwig
- [PATCH 04/24] devtmpfs: open code do_mount, Christoph Hellwig
- [PATCH 06/24] md: open code vfs_stat in md_setup_drive, Christoph Hellwig
- [PATCH 01/24] fs: refactor do_mount, Christoph Hellwig
[song-md:md-next] BUILD SUCCESS 1684e97538b9484c72bcaff2961569c3b0021473, kernel test robot
[PATCH v5 0/2] md_cluster: bugs fix,
Zhao Heming
add file system helpers that take kernel pointers for the init code,
Christoph Hellwig
[Index of Archives]
[Linux RAID Wiki]
[Linux Block]
[ATA RAID]
[Kernel]
[Linux SCSI]
[Linux iSCSI]
[Linux SCSI Target Infrastructure]
[Linux Books]