messages from 2021-10-13 05:46:15 to 2021-10-18 17:57:02 UTC [more...]
don't use ->bd_inode to access the block device size v3
2021-10-18 17:56 UTC (38+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "
RAID5 - can't assemble array of 5
2021-10-18 15:29 UTC (4+ messages)
[PATCH] imsm: introduce helpers to manage file descriptors
2021-10-18 15:12 UTC
[PATCH 1/1] mdadm/Detail: Can't show container name correctly when unpluging disks
2021-10-18 13:05 UTC (7+ messages)
[PATCH 0/5] Minor mm/struct page work
2021-10-18 7:44 UTC (16+ messages)
` [PATCH 1/5] mm: Make free_area->nr_free per migratetype
` [PATCH 2/5] mm: Introduce struct page_free_list
` [PATCH 3/5] mm/page_reporting: Improve control flow
` [PATCH 4/5] md: Kill usage of page->index
` [PATCH v2] "
` [PATCH 5/5] brd: "
don't use ->bd_inode to access the block device size v2
2021-10-18 6:22 UTC (63+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "
[GIT PULL] md-next 20211014
2021-10-17 16:26 UTC (2+ messages)
[PATCH 0/3] Misc changes for md again
2021-10-17 13:50 UTC (4+ messages)
` [PATCH 1/3] md/bitmap: don't set max_write_behind if there is no write mostly device
` [PATCH 2/3] md/raid10: add 'read_err' to raid10_read_request
` [PATCH 3/3] md/raid10: factor out a get_error_dev helper
[PATCH v2 0/2] block: 7th -- last batch of add_disk() error handling conversions
2021-10-15 18:43 UTC (6+ messages)
` [PATCH v2 1/2] block: make __register_blkdev() return an error
[song-md:md-next] BUILD SUCCESS 199b1b9e816fb4eb14161cdcbcd0c7a948660bc5
2021-10-15 17:30 UTC
raid6check lockup
2021-10-15 16:24 UTC
[song-md:md-next] BUILD SUCCESS 773b8643feab20df1f857b7096b1eafc261020d8
2021-10-14 16:41 UTC
[PATCH V2] Fix 2 dc stream buffer
2021-10-14 16:02 UTC
don't use ->bd_inode to access the block device size
2021-10-14 15:35 UTC (70+ messages)
` [PATCH 01/29] bcache: remove bdev_sectors
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 11/29] btrfs: "
` [PATCH 12/29] cramfs: "
` [PATCH 13/29] fat: "
` [PATCH 14/29] hfs: "
` [PATCH 15/29] hfsplus: "
` [PATCH 16/29] jfs: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 26/29] jfs: "
` [PATCH 27/29] ntfs: "
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "
[PATCH V2] Grow: Close cfd file descriptor
2021-10-14 14:18 UTC (3+ messages)
[PATCH] imsm: Remove possibility for get_imsm_dev to return NULL
2021-10-14 7:32 UTC (3+ messages)
[PATCH V2 1/1] md: Need to update superblock after changing rdev sb_flags
2021-10-13 17:26 UTC (3+ messages)
[PATCH 1/1] md: Need to update superblock after changing rdev sb_flags
2021-10-13 14:27 UTC (2+ messages)
[PATCH] mdadm.8: Copy --no-degraded clarification from --help output
2021-10-13 10:44 UTC (2+ messages)
[PATCH RESEND] md: allow to set the fail_fast on RAID1/RAID10
2021-10-13 7:57 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).