linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-22 16:14:56 to 2021-07-27 17:35:22 UTC [more...]

[PATCH v6 0/3] zram: fix few sysfs races
 2021-07-27 17:35 UTC  (7+ messages)
` [PATCH v6 2/3] zram: fix deadlock with sysfs attribute usage and module removal

[PATCH] kernel/module: add documentation for try_module_get()
 2021-07-27 17:30 UTC  (5+ messages)

[PATCH] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-07-27 16:21 UTC  (6+ messages)

use regular gendisk registration in device mapper
 2021-07-27 16:18 UTC  (13+ messages)
` [PATCH 1/8] block: make the block holder code optional
` [PATCH 2/8] block: remove the extra kobject reference in bd_link_disk_holder
` [PATCH 3/8] block: look up holders by bdev
` [PATCH 4/8] block: support delayed holder registration
` [PATCH 5/8] dm: cleanup cleanup_mapped_device
` [PATCH 6/8] dm: move setting md->type into dm_setup_md_queue
` [PATCH 7/8] dm: delay registering the gendisk
` [PATCH 8/8] block: remove support for delayed queue registrations

[PATCH v3 0/4] Initial support for multi-actuator HDDs
 2021-07-27 14:07 UTC  (12+ messages)
` [PATCH v3 1/4] block: Add concurrent positioning ranges support
` [PATCH v3 2/4] scsi: sd: add "
` [PATCH v3 3/4] libata: support concurrent positioning ranges log
` [PATCH v3 4/4] doc: document sysfs queue/cranges attributes

[RFC 0/3] cpuidle: add poll_source API and virtio vq polling
 2021-07-27 13:32 UTC  (9+ messages)

[PATCH] blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
 2021-07-27 10:43 UTC  (4+ messages)

remove disk_name()
 2021-07-27  8:32 UTC  (8+ messages)
` [PATCH 1/6] block: reduce stack usage in diskstats_show
` [PATCH 2/6] block: use the %pg format specifier in printk_all_partitions
` [PATCH 3/6] block: use the %pg format specifier in show_partition
` [PATCH 4/6] block: simplify printing the device names disk_stack_limits
` [PATCH 5/6] block: simplify disk name formatting in check_partition
` [PATCH 6/6] block: remove disk_name()

switch the block layer to use kmap_local_page v3
 2021-07-27  5:56 UTC  (16+ messages)
` [PATCH 01/15] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 02/15] bvec: fix the include guards for bvec.h
` [PATCH 03/15] bvec: add a bvec_kmap_local helper
` [PATCH 04/15] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 05/15] block: use memzero_page in zero_fill_bio
` [PATCH 06/15] rbd: use memzero_bvec
` [PATCH 07/15] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 08/15] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 09/15] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 10/15] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 11/15] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 12/15] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 13/15] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 14/15] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 15/15] block: use bvec_kmap_local in bio_integrity_process

cleanup SCSI ioctl support v2
 2021-07-27  2:52 UTC  (26+ 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 the "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 "
` [PATCH 24/24] scsi: unexport sg_scsi_ioctl

[PATCH blktests 0/2] zbd: Support dm-crypt
 2021-07-27  2:17 UTC  (3+ messages)

[PATCH V6 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-26 17:06 UTC  (4+ messages)

[BUG] FLOPPY DRIVER since 5.10.20
 2021-07-26 16:34 UTC  (7+ messages)

[PATCH for-next 0/2] Misc RNBD update
 2021-07-26 11:59 UTC  (3+ messages)
` [PATCH for-next 1/2] block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptr
` [PATCH for-next 2/2] block/rnbd: Use sysfs_emit instead of s*printf function for sysfs show

[RFC PATCH 0/7] genirq/affinity: abstract new API from managed irq affinity spread
 2021-07-26 10:37 UTC  (2+ messages)

fixes and cleanups for block_device refcounting v3
 2021-07-26 10:17 UTC  (18+ messages)
` [PATCH 01/10] block: delay freeing the gendisk
` [PATCH 02/10] block: assert the locking state in delete_partition
` [PATCH 03/10] block: unhash the block device inodes earlier
` [PATCH 04/10] block: remove the GENHD_FL_UP check in blkdev_get_no_open
` [PATCH 05/10] block: allocate bd_meta_info later in add_partitions
` [PATCH 06/10] block: change the refcounting for partitions
` [PATCH 07/10] btrfs: store a block_device in struct btrfs_ordered_extent
` [PATCH 08/10] loop: don't grab a reference to the block device
` [PATCH 09/10] block: remove bdgrab
` [PATCH 10/10] block: remove bdput

[PATCH 0/3] optimize the queue idle judgment
 2021-07-26  1:15 UTC  (4+ messages)
` [PATCH 1/3] block, bfq: do not idle if only one cgroup is activated

[GIT PULL] Block fixes for 5.14-rc3
 2021-07-24 20:16 UTC  (2+ messages)

[PATCH v2 1/4] block: Add concurrent positioning ranges support
 2021-07-24  9:36 UTC 

[PATCH v4 0/9] ensure bios aren't split in middle of crypto data unit
 2021-07-24  7:36 UTC  (20+ 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 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 v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-07-24  7:19 UTC  (8+ messages)
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [PATCH v9 5/9] block: Make bio_iov_iter_get_pages() respect bio_required_sector_alignment()
` [PATCH v9 6/9] iomap: support direct I/O with fscrypt using blk-crypto

[PATCH] loop: reintroduce global lock for safe loop_validate_file() traversal
 2021-07-24  6:57 UTC  (7+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[Linux-kernel-mentees] [PATCH] block/floppy: Prevent kernel-infoleak in raw_cmd_copyout()
 2021-07-23 22:22 UTC  (8+ messages)
` [Linux-kernel-mentees] [PATCH v2] "

[PATCH v4] sysfs: fix kobject refcount to address races with kobject removal
 2021-07-23 17:35 UTC  (8+ messages)

[PATCH v2 0/4] selftests: add a new test driver for sysfs
 2021-07-23 17:32 UTC  (11+ messages)
` [PATCH v2 1/4] selftests: add tests_sysfs module
` [PATCH v2 4/4] test_sysfs: demonstrate deadlock fix

[PATCH 5.13 000/156] 5.13.5-rc1 review
 2021-07-23 13:19 UTC  (4+ messages)

5.14.0-rc1 KASAN use after free
 2021-07-23 13:08 UTC  (3+ messages)

[PATCH v15 00/17] Folio support in block + iomap layers
 2021-07-23  2:40 UTC  (7+ messages)
` [PATCH v15 01/17] block: Add bio_add_folio()
` [PATCH v15 02/17] block: Add bio_for_each_folio_all()

[PATCH v2 0/4] Initial support for multi-actuator HDDs
 2021-07-23  1:22 UTC  (5+ messages)
` [PATCH v2 1/4] block: Add concurrent positioning ranges support
` [PATCH v2 2/4] scsi: sd: add "
` [PATCH v2 3/4] libata: support concurrent positioning ranges log
` [PATCH v2 4/4] doc: document sysfs queue/cranges attributes

[PATCH 0/4] Initial support for multi-actuator HDDs
 2021-07-22 23:59 UTC  (11+ messages)
` [PATCH 1/4] block: Add concurrent positioning ranges support
` [PATCH 2/4] scsi: sd: add "
` [PATCH 3/4] libata: support concurrent positioning ranges log

[GIT PULL] nvme fixes for Linux 5.14
 2021-07-22 20:25 UTC  (2+ messages)

cleanup SCSI ioctl support
 2021-07-22 19:21 UTC  (27+ messages)
` [PATCH 01/24] bsg: remove support for SCSI_IOCTL_SEND_COMMAND
` [PATCH 12/24] block: add a queue_max_sectors_bytes helper
` [PATCH 14/24] bsg: move bsg_scsi_ops to drivers/scsi/
` [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

fixes and cleanups for block_device refcounting v2
 2021-07-22 18:40 UTC  (7+ messages)
` [PATCH 2/9] block: assert the locking state in delete_partition
` [PATCH 7/9] loop: don't grab a reference to the block device
` [PATCH 9/9] block: remove bdput


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).