messages from 2021-06-24 15:36:23 to 2021-07-04 05:42:49 UTC [more...]
[PATCH] loop: reintroduce global lock for safe loop_validate_file() traversal
2021-07-04 5:42 UTC (3+ messages)
[PATCH v2 0/4] selftests: add a new test driver for sysfs
2021-07-03 17:28 UTC (7+ messages)
` [PATCH v2 1/4] selftests: add tests_sysfs module
` [PATCH v2 2/4] kernfs: add initial failure injection support
` [PATCH v2 3/4] test_sysfs: add support to use kernfs failure injection
` [PATCH v2 4/4] test_sysfs: demonstrate deadlock fix
[PATCH 0/4] selftests: add a new test driver for sysfs
2021-07-03 15:52 UTC (9+ messages)
` [PATCH 1/4] selftests: add tests_sysfs module
` [PATCH 2/4] kernfs: add initial failure injection support
` [PATCH 3/4] test_sysfs: add support to use kernfs failure injection
` [PATCH 4/4] test_sysfs: demonstrate deadlock fix
[PATCH] block: Avoid accessing an already freed kobject in delete_partition
2021-07-03 5:26 UTC (2+ messages)
[PATCH v6 0/3] zram: fix few sysfs races
2021-07-03 0:19 UTC (4+ messages)
` [PATCH v6 1/3] zram: fix crashes with cpu hotplug multistate
` [PATCH v6 2/3] zram: fix deadlock with sysfs attribute usage and module removal
` [PATCH v6 3/3] zram: use ATTRIBUTE_GROUPS
[PATCH FIXES/IMPROVEMENTS 0/7] block, bfq: preserve control, boost throughput, fix bugs
2021-07-02 22:07 UTC (4+ messages)
[PATCH v5 0/2] zram: fix few sysfs races
2021-07-02 19:36 UTC (7+ messages)
` [PATCH v5 1/2] zram: fix crashes with cpu hotplug multistate
` [PATCH v5 2/2] zram: fix deadlock with sysfs attribute usage and module removal
[PATCH V2 0/6] blk-mq: fix blk_mq_alloc_request_hctx
2021-07-02 15:55 UTC (8+ messages)
` [PATCH V2 1/6] blk-mq: prepare for not deactivating hctx if managed irq isn't used
` [PATCH V2 2/6] nvme: pci: pass BLK_MQ_F_MANAGED_IRQ to blk-mq
` [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 V2 6/6] blk-mq: don't deactivate hctx if managed irq isn't used
[PATCH] loop: remove unused variable in loop_set_status()
2021-07-02 15:32 UTC (4+ messages)
[PATCH v5 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
2021-07-02 14:21 UTC (9+ messages)
` [PATCH v5 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()
` [PATCH v5 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
` [PATCH v5 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO
` [dm-devel] "
[PATCH] paride: remove redudant space character check
2021-07-02 11:11 UTC
[PATCH 0/2] blk-mq: fix blk_mq_alloc_request_hctx
2021-07-02 9:47 UTC (25+ messages)
` [PATCH 1/2] blk-mq: not deactivate hctx if the device doesn't use managed irq
` [PATCH 2/2] nvme: pass BLK_MQ_F_NOT_USE_MANAGED_IRQ for fc/rdma/tcp/loop
[PATCH] blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs
2021-07-02 4:04 UTC
[PATCH] block: build default queue map via irq_create_affinity_masks
2021-07-02 1:10 UTC (5+ messages)
[PATCH v4] sysfs: fix kobject refcount to address races with kobject removal
2021-07-02 1:04 UTC (5+ messages)
[PATCH] block: Removed a warning while compiling with a cross compiler for parisc
2021-07-01 22:01 UTC
[git pull] device mapper changes for 5.14
2021-07-01 19:20 UTC (2+ messages)
` [dm-devel] "
two fixup for the block_device / hd_struct merge
2021-07-01 16:21 UTC (9+ messages)
` [PATCH 1/2] block: grab a device refcount in disk_uevent
` [PATCH 2/2] block: remove the bdgrab in blk_drop_partitions
[PATCH 0/2] s390/dasd patches
2021-07-01 15:27 UTC (4+ messages)
` [PATCH 1/2] dasd: unexport dasd_set_target_state
` [PATCH 2/2] s390/dasd: Avoid field over-reading memcpy()
[PATCH] block: ensure the memory order between bi_private and bi_status
2021-07-01 11:35 UTC
[PATCH] block: Removed a warning while compiling with a cross compiler for parisc
2021-07-01 10:07 UTC (2+ messages)
[PATCH] block: prevent sending events from removed device
2021-07-01 8:23 UTC (4+ messages)
` [PATCHv2] "
[PATCH v4 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
2021-07-01 6:19 UTC (16+ messages)
` [PATCH v4 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()
` [PATCH v4 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
` [kbuild] "
` [PATCH v4 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO
[PATCH v2] block: check disk exist before trying to add partition
2021-07-01 1:39 UTC (3+ messages)
[PATCH] block: Declearing print_disk_stats static to remove [-Wmissing-prototypes]
2021-06-30 20:38 UTC (2+ messages)
[GIT PULL] Core block changes for 5.14-rc1
2021-06-30 20:21 UTC (2+ messages)
[GIT PULL] Block driver updates for 5.14-rc1
2021-06-30 20:21 UTC (5+ messages)
[PATCH] block: Removed a warning while compiling with a cross compiler for parisc
2021-06-30 18:21 UTC (5+ messages)
` [RFC PATCH] block: print_disk_stats() can be static
[PATCH V14 0/3] Charge loop device i/o to issuing cgroup
2021-06-30 14:49 UTC (10+ messages)
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg
[bug report] aoe: convert aoeblk to blk-mq
2021-06-30 13:46 UTC
[PATCH] blk-mq: don't allocate requests when all cpus in a hctx are offline
2021-06-30 10:13 UTC (2+ messages)
[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
2021-06-30 9:47 UTC (5+ messages)
[RFC PATCH V2 0/3] block/dm: support bio polling
2021-06-30 8:30 UTC (6+ messages)
` [RFC PATCH V2 3/3] dm: "
` [dm-devel] "
[PATCH RESEND] block: fix discard request merge
2021-06-29 13:41 UTC (2+ messages)
[PATCH] ubd: remove dead code in ubd_setup_common
2021-06-28 19:48 UTC (2+ messages)
[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
2021-06-28 7:20 UTC (2+ messages)
[RESEND PATCH] loop: fix setting arbitrarily large block size
2021-06-28 5:34 UTC (3+ messages)
` [PATCH v2] "
[PATCH] block/mq-deadline: Remove a WARN_ON_ONCE() call
2021-06-28 5:29 UTC (3+ messages)
WARNING at blktests block/008 in ttwu_queue_wakelist()
2021-06-28 4:43 UTC (2+ messages)
[PATCH] block: remove redundant bio_uninit from simple direct io
2021-06-28 1:18 UTC (3+ messages)
[powerpc][next-20210625] WARN block/mq-deadline-main.c:743 during boot
2021-06-27 21:12 UTC (2+ messages)
Assumption on fixed device numbers in Plasma's desktop search Baloo
2021-06-26 10:18 UTC (11+ messages)
[PATCH RESEND] blk-mq: update hctx->dispatch_busy in case of real scheduler
2021-06-25 15:50 UTC (2+ messages)
[PATCH] block: reorder and better document the __REQ_* flags
2021-06-25 7:17 UTC (2+ messages)
[PATCH] block: pass a gendisk to bdev_{add,del,resize}_partition
2021-06-25 6:41 UTC
[PATCH] loop: remove the unused bdev variable in loop_set_status
2021-06-25 6:38 UTC
[PATCH 1/2] block: remove REQ_OP_SCSI_{IN,OUT}
2021-06-25 5:37 UTC (4+ messages)
[PATCHv4 0/4] block and nvme passthrough error handling
2021-06-25 0:47 UTC (3+ messages)
[PATCH 0/2 v4] block: Fix deadlock when merging requests with BFQ
2021-06-25 0:44 UTC (2+ messages)
[PATCH 0/9] loop: small clenaup
2021-06-24 22:48 UTC (6+ messages)
` [PATCH 9/9] loop: allow user to set the queue depth
minor cleanups to bdev_disk_changed
2021-06-24 18:01 UTC (2+ messages)
disk events cleanup
2021-06-24 18:00 UTC (2+ messages)
[PATCH v4] block: fix trace completion for chained bio
2021-06-24 15:54 UTC (2+ messages)
[GIT PULL] second round of nvme updates for Linux 5.14
2021-06-24 15:39 UTC (2+ messages)
[PATCH] block: mark blk_mq_init_queue_data static
2021-06-24 15:36 UTC (2+ 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).