messages from 2021-07-06 03:58:04 to 2021-07-12 05:58:42 UTC [more...]
cleanup SCSI ioctl support
2021-07-12 5:48 UTC (24+ messages)
` [PATCH 01/24] bsg: remove support for SCSI_IOCTL_SEND_COMMAND
` [PATCH 02/24] sr: consolidate compat ioctl handling
` [PATCH 03/24] sd: "
` [PATCH 04/24] ch: "
` [PATCH 05/24] cg: "
` [PATCH 06/24] scsi: remove scsi_compat_ioctl
` [PATCH 07/24] st: simplify ioctl handling
` [PATCH 08/24] cdrom: remove the call to scsi_cmd_blk_ioctl from cdrom_ioctl
` [PATCH 09/24] scsi_ioctl: remove scsi_cmd_blk_ioctl
` [PATCH 10/24] scsi_ioctl: remove scsi_verify_blk_ioctl
` [PATCH 11/24] scsi: call scsi_cmd_ioctl from scsi_ioctl
` [PATCH 12/24] block: add a queue_max_sectors_bytes helper
` [PATCH 13/24] bsg: decouple from scsi_cmd_ioctl
` [PATCH 14/24] bsg: move bsg_scsi_ops to drivers/scsi/
` [PATCH 15/24] scsi_ioctl: remove scsi_req_init
` [PATCH 16/24] scsi_ioctl: move scsi_command_size_tbl to scsi_common.c
` [PATCH 17/24] scsi_ioctl: simplify SCSI passthrough permission checking
` [PATCH 18/24] scsi_ioctl: move all "block layer" SCSI ioctl handling to drivers/scsi
` [PATCH 19/24] scsi: rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON
` [PATCH 20/24] scsi: remove a very misleading comment
` [PATCH 21/24] scsi: consolidate the START STOP UNIT handling
` [PATCH 22/24] scsi: factor SCSI_IOCTL_GET_IDLUN handling into a helper
` [PATCH 23/24] scsi: factor SG_IO "
[syzbot] possible deadlock in loop_add
2021-07-12 5:27 UTC (2+ messages)
[PATCH] blk-mq: allow hardware queue to get more tag while sharing a tag set
2021-07-12 3:19 UTC (2+ messages)
[PATCH v4 0/5] block: add a sequence number to disks
2021-07-11 17:54 UTC (6+ messages)
` [PATCH v4 1/5] block: add disk sequence number
` [PATCH v4 2/5] block: export the diskseq in uevents
` [PATCH v4 3/5] block: add ioctl to read the disk sequence number
` [PATCH v4 4/5] block: export diskseq in sysfs
` [PATCH v4 5/5] loop: raise media_change event
[syzbot] INFO: task hung in del_gendisk
2021-07-11 15:55 UTC
[PATCH v6 0/3] zram: fix few sysfs races
2021-07-11 5:00 UTC (4+ messages)
` [PATCH v6 2/3] zram: fix deadlock with sysfs attribute usage and module removal
[PATCH AUTOSEL 4.4 11/12] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:53 UTC
[PATCH AUTOSEL 4.9 15/16] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:52 UTC
[PATCH AUTOSEL 4.14 19/21] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:52 UTC
[PATCH AUTOSEL 4.19 20/22] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:51 UTC
[PATCH AUTOSEL 5.4 25/28] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:51 UTC
[PATCH AUTOSEL 5.10 34/37] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:50 UTC
[PATCH AUTOSEL 5.12 39/43] virtio-blk: Fix memory leak among suspend/resume procedure
2021-07-10 23:49 UTC (2+ messages)
` [PATCH AUTOSEL 5.12 43/43] block: fix the problem of io_ticks becoming smaller
[PATCH AUTOSEL 5.10 14/93] partitions: msdos: fix one-byte get_unaligned()
2021-07-10 2:23 UTC
[PATCH AUTOSEL 5.12 015/104] partitions: msdos: fix one-byte get_unaligned()
2021-07-10 2:20 UTC
[PATCH AUTOSEL 5.13 017/114] partitions: msdos: fix one-byte get_unaligned()
2021-07-10 2:16 UTC
[PATCH v2 0/3] xen: harden blkfront against malicious backends
2021-07-10 1:18 UTC (15+ messages)
` [PATCH v2 1/3] xen/blkfront: read response from backend only once
` [PATCH v2 2/3] xen/blkfront: don't take local copy of a request from the ring page
` [PATCH v2 3/3] xen/blkfront: don't trust the backend response data blindly
regression: data corruption with ext4 on LUKS on nvme with torvalds master
2021-07-09 20:45 UTC (3+ messages)
[GIT PULL] Followup block changes for 5.14-rc1
2021-07-09 19:20 UTC (2+ messages)
WARNING at blktests block/008 in ttwu_queue_wakelist()
2021-07-09 14:50 UTC (5+ messages)
[PATCH 0/6] loop: cleanup charging io to mem/blkcg
2021-07-09 13:47 UTC (20+ messages)
` [PATCH 1/6] loop: clean up blkcg association
` [PATCH 2/6] loop: conver timer for monitoring idle worker into dwork
` [PATCH 4/6] loop: improve loop_process_work
` [PATCH 6/6] loop: don't add worker into idle list
[PATCH V3 0/10] blk-mq: cleanup map queues & fix blk_mq_alloc_request_hctx
2021-07-09 12:05 UTC (15+ messages)
` [PATCH V3 01/10] blk-mq: rename blk-mq-cpumap.c as blk-mq-map.c
` [PATCH V3 02/10] blk-mq: Introduce blk_mq_dev_map_queues
` [PATCH V3 03/10] blk-mq: pass use managed irq info to blk_mq_dev_map_queues
` [PATCH V3 04/10] scsi: replace blk_mq_pci_map_queues with blk_mq_dev_map_queues
` [PATCH V3 05/10] nvme: "
` [PATCH V3 06/10] virito: add APIs for retrieving vq affinity
` [PATCH V3 07/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_dev_map_queues
` [PATCH V3 08/10] nvme: rdma: replace blk_mq_rdma_map_queues "
` [PATCH V3 09/10] blk-mq: remove map queue helpers for pci, rdma and virtio
` [PATCH V3 10/10] blk-mq: don't deactivate hctx if managed irq isn't used
[PATCH 0/3] fix argument type of bio_trim()
2021-07-09 5:01 UTC (13+ messages)
` [PATCH 1/3] block: fix arg "
` [PATCH 2/3] btrfs: fix argument type of btrfs_bio_clone_partial()
` [PATCH 3/3] btrfs: drop unnecessary ASSERT from btrfs_submit_direct()
[PATCH 0/2] LICENSES: add and use copyleft-next-0.3.1
2021-07-08 20:08 UTC (15+ messages)
` [PATCH 1/2] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH 2/2] testing: use the copyleft-next-0.3.1 SPDX tag
[PATCH v3] block: Removed a warning while compiling with a cross compiler for parisc
2021-07-08 15:01 UTC (14+ messages)
` [v3] "
` div_u64/do_div stack size usage, was "
[PATCH] block: build default queue map via irq_create_affinity_masks
2021-07-08 13:56 UTC (3+ messages)
fast creation and deletion of loop devices
2021-07-08 12:18 UTC
[PATCH 0/8] xen: harden frontends against malicious backends
2021-07-08 6:56 UTC (12+ messages)
` [PATCH 4/8] xen/blkfront: don't trust the backend response data blindly
[PATCH V2 0/6] blk-mq: fix blk_mq_alloc_request_hctx
2021-07-08 6:34 UTC (17+ messages)
` [PATCH V2 3/6] scsi: add flag of .use_managed_irq to 'struct Scsi_Host'
` [PATCH V2 4/6] scsi: set shost->use_managed_irq if driver uses managed irq
` [PATCH V2 5/6] virtio: add one field into virtio_device for recording if device "
[PATCH] ext4: fix EXT4_IOC_CHECKPOINT
2021-07-08 5:13 UTC (3+ messages)
[syzbot] possible deadlock in __loop_clr_fd (2)
2021-07-08 1:27 UTC
[bug report] shared tags causes IO hang and performance drop
2021-07-07 17:06 UTC (12+ messages)
[PATCH V2] blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs
2021-07-07 15:38 UTC (3+ messages)
[PATCH v3] block: fix the problem of io_ticks becoming smaller
2021-07-07 12:44 UTC (5+ messages)
[PATCH] block: ensure the memory order between bi_private and bi_status
2021-07-07 6:29 UTC (2+ messages)
[PATCH v4 0/9] ensure bios aren't split in middle of crypto data unit
2021-07-07 5:29 UTC (10+ messages)
` [PATCH v4 1/9] block: introduce blk_ksm_is_empty()
` [PATCH v4 2/9] block: blk-crypto: introduce blk_crypto_bio_sectors_alignment()
` [PATCH v4 3/9] block: introduce bio_required_sector_alignment()
` [PATCH v4 4/9] block: keyslot-manager: introduce blk_ksm_restrict_dus_to_queue_limits()
` [PATCH v4 5/9] ufshcd: handle error from blk_ksm_register()
` [PATCH v4 6/9] mmc: "
` [PATCH v4 7/9] dm: "
` [PATCH v4 8/9] blk-merge: Ensure bios aren't split in middle of a crypto data unit
` [PATCH v4 9/9] block: add WARN_ON_ONCE() to bio_split() for sector alignment
[PATCH] blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs
2021-07-06 17:56 UTC (2+ messages)
[PATCH v4 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()
2021-07-06 16:40 UTC (12+ messages)
[PATCH] loop: reintroduce global lock for safe loop_validate_file() traversal
2021-07-06 14:40 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2] block: Removed a warning while compiling with a cross compiler for parisc
2021-07-06 11:41 UTC (4+ messages)
[PATCH AUTOSEL 5.12 064/160] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
2021-07-06 11:16 UTC
[PATCH AUTOSEL 5.13 077/189] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
2021-07-06 11:12 UTC
[PATCH v5 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
2021-07-06 10:13 UTC (10+ messages)
` [PATCH v5 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO
` [dm-devel] "
[PATCH] block: Avoid accessing an already freed kobject in delete_partition
2021-07-06 6:28 UTC (5+ messages)
[PATCH] block: nbd: fix order of cleaning up the queue and freeing the tagset
2021-07-06 4:17 UTC (3+ messages)
` [PATCH V2] "
[PATCH] pd: fix order of cleaning up the queue and freeing the tagset
2021-07-06 4:17 UTC (2+ messages)
[PATCH v3] virtio-blk: Add validation for block size in config space
2021-07-06 3:57 UTC (4+ messages)
page: next (older) | prev (newer) | latest
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).