messages from 2024-04-08 09:48:21 to 2024-04-12 04:41:27 UTC [more...]
[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
2024-04-12 4:41 UTC (57+ messages)
` [PATCH vfs.all 04/26] block: prevent direct access of bd_inode
` [PATCH vfs.all 08/26] erofs: "
` [PATCH vfs.all 19/26] dm-vdo: convert to use bdev_file
` [PATCH vfs.all 21/26] block: fix module reference leakage from bdev_open_by_dev error path
` (subset) "
` [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
` [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev)
` [PATCH 02/11] use ->bd_mapping instead of ->bd_inode->i_mapping
` [PATCH 03/11] grow_dev_folio(): we only want ->bd_inode->i_mapping there
` [PATCH 04/11] gfs2: more obvious initializations of mapping->host
` [PATCH 05/11] blkdev_write_iter(): saner way to get inode and bdev
` [PATCH 06/11] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here
` [PATCH 07/11] ext4: remove block_device_ejected()
` [PATCH 08/11] block: move two helpers into bdev.c
` [PATCH 09/11] dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)
` [PATCH 10/11] bcachefs: remove dead function bdev_sectors()
` [PATCH 11/11] block2mtd: prevent direct access of bd_inode
convert SCSI to atomic queue limits, part 1 (v3)
2024-04-12 2:04 UTC (51+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
` [PATCH 21/23 v3.1] "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers
[PATCH -next 0/2] block: fix cached time in plug
2024-04-12 1:24 UTC (5+ messages)
` [PATCH -next 1/2] block: fix that blk_time_get_ns() doesn't update time after schedule
` [PATCH -next 2/2] block: add plug while submitting IO
[PATCH v7 00/28] Zone write plugging
2024-04-12 0:19 UTC (14+ messages)
` [PATCH v7 01/28] block: Restore sector of flush requests
` [PATCH v7 02/28] block: Remove req_bio_endio()
` [PATCH v7 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v7 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v7 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v7 06/28] block: Remember zone capacity when revalidating zones
[PATCH blktests] block/035: test return EIO from BLKRRPART
2024-04-11 23:47 UTC (6+ messages)
` [PATCH v2] "
[PATCH v6 00/10] block atomic writes
2024-04-11 23:32 UTC (25+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 10/10] nvme: Atomic "
[GIT PULL] Block updates for 6.9-rc1
2024-04-11 20:15 UTC (4+ messages)
` [PATCH for-6.10 0/2] dm: use late bio-splitting and queue_limits_set
` [PATCH for-6.10 1/2] dm-crypt: stop constraining max_segment_size to PAGE_SIZE
` [PATCH for-6.10 2/2] dm: use queue_limits_set
[PATCH blktests 00/11] support test case repeat by different conditions
2024-04-11 18:44 UTC (14+ messages)
` [PATCH blktests 01/11] check: factor out _run_test()
` [PATCH blktests 02/11] check: support test case repeat by different conditions
` [PATCH blktests 03/11] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests 04/11] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests 05/11] nvme/rc: introduce NVMET_TR_TYPES
` [PATCH blktests 06/11] nvme/rc: add blkdev type environment variable
` [PATCH blktests 07/11] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests 08/11] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TR_TYPES
` [PATCH blktests 09/11] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests 10/11] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests 11/11] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2024-04-11 17:49 UTC (7+ messages)
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
[PATCH] blk-iocost: Fix shift-out-of-bounds in iocg_kick_delay()
2024-04-11 13:33 UTC (3+ messages)
[PATCH 4.19 094/175] loop: properly observe rotational flag of underlying device
2024-04-11 9:55 UTC
[PATCH 0/3] Some null_blk cleanups
2024-04-11 8:55 UTC (4+ messages)
` [PATCH 1/3] null_blk: Have all null_handle_xxx() return a blk_status_t
` [PATCH 2/3] null_blk: Do zone resource management only if necessary
` [PATCH 3/3] null_blk: Simplify null_zone_write()
[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-04-11 7:49 UTC (8+ messages)
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages
[PATCH] block: add max_dispatch to sysfs
2024-04-11 5:19 UTC (3+ messages)
[PATCH] block: Fix BLKRRPART regression
2024-04-10 23:39 UTC (4+ messages)
[PATCH v4 0/2] md: fix is_mddev_idle()
2024-04-10 21:35 UTC (2+ messages)
[PATCH 0/5 v2] address remaining stringop-truncation warnings
2024-04-10 21:13 UTC (10+ messages)
` [PATCH 1/5] [v2] test_hexdump: avoid string truncation warning
` [PATCH 2/5] [v2] acpi: disable -Wstringop-truncation
` [PATCH 3/5] [v2] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 4/5] [v2] blktrace: convert strncpy() to strscpy_pad()
` [PATCH 5/5] [v2] kbuild: enable -Wstringop-truncation globally
[PATCH] block: convert the debugfs interface to read/write iterators
2024-04-10 19:18 UTC (3+ messages)
[PATCH] aoe: fix the potential use-after-free problem in more places
2024-04-10 13:48 UTC
[PATCH] block: Add ioprio to block_rq tracepoint
2024-04-10 10:14 UTC
[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
2024-04-10 8:02 UTC (5+ messages)
` [PATCH v2 15/25] misc: nsm: drop owner assignment
[Linux Kernel bug] WARNING: zero-size vmalloc in disksize_store
2024-04-10 3:17 UTC
[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
2024-04-09 20:39 UTC (3+ messages)
[PATCH] block: allow device to have both virt_boundary_mask and max segment size
2024-04-09 15:56 UTC (8+ messages)
API break, sysfs "capability" file
2024-04-09 15:17 UTC (9+ messages)
[PATCH] block: support changing scheduler & nr_requests together
2024-04-09 6:06 UTC
convert SCSI to atomic queue limits, part 1 (v2)
2024-04-09 2:57 UTC (2+ messages)
[PATCH] block/035: add test to cover blk-cgroup vs. disk rebind
2024-04-09 0:56 UTC (2+ messages)
[PATCH 00/11] address remaining stringop-truncation warnings
2024-04-08 18:05 UTC (4+ messages)
` [PATCH 08/11] blktrace: convert strncpy() to strscpy_pad()
[PATCHv2] nvme-pci: Fix EEH failure on ppc after subsystem reset
2024-04-08 10:26 UTC
[PATCH] nvme-pci: Fix EEH failure on ppc after subsystem reset
2024-04-08 10:30 UTC (2+ 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).