Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH V6 for-6.11/block] loop: Fix a race between loop detach and loop open, (continued)
- [PATCH v2] blk-throttle: fix lower control under super low iops limit,
Yu Kuai
- [PATCH -next] block, bfq: remove blkg_path(),
Yu Kuai
- [PATCH RFC v2 0/7] blk-iocost: support to build iocost as kernel module,
Yu Kuai
- [PATCH 0/3] block: m68k: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
- [PATCH 0/4] ublk: support device recovery without I/O queueing,
Uday Shankar
- [PATCH AUTOSEL 5.15 19/21] null_blk: fix validation of block size,
Sasha Levin
- [PATCH AUTOSEL 5.10 11/13] null_blk: fix validation of block size,
Sasha Levin
- [PATCH AUTOSEL 6.1 26/29] null_blk: fix validation of block size,
Sasha Levin
- [PATCH AUTOSEL 6.6 30/35] null_blk: fix validation of block size,
Sasha Levin
- [PATCH AUTOSEL 6.9 39/44] null_blk: fix validation of block size,
Sasha Levin
- [PATCH v2] loop: Add regression test for unsupported backing file fallocate,
Cyril Hrubis
- [PATCH blktests] loop: add test for creating/deleting file-ns,
Nilay Shroff
- [PATCH 1/1] block: aoe: Standardize logging with pr_<level> macros and DEVICE_NAME prefix, Longlong Xia
- [no subject], Unknown
- [PATCH] Documentation: Remove the unused "tp720" from kernel-parameters.txt,
Thomas Huth
- move features flags into queue_limits v2,
Christoph Hellwig
- [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 02/26] sd: remove sd_is_zoned, Christoph Hellwig
- [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 06/26] loop: regularize upgrading the block size for direct I/O, Christoph Hellwig
- [PATCH 07/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_writes flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the features field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the features field, Christoph Hellwig
- Re: move features flags into queue_limits v2, Jens Axboe
- [PATCH] block: cleanup flag_{show,store},
Kanchan Joshi
- [PATCH v4] sbitmap: fix io hung due to race on sbitmap_word::cleared,
Yang Yang
- [PATCH V5 for-6.11/block] loop: Fix a race between loop detach and loop open,
Gulam Mohamed
- [PATCH] rust: block: do not use removed queue limit API,
Andreas Hindborg
- [GIT PULL] Block fixes for 6.10-rc4,
Jens Axboe
- [PATCH 0/3] Some block sparse fixes,
John Garry
- [syzbot] Monthly block report (Jun 2024), syzbot
- [PATCH v5] block: Add ioprio to block_rq tracepoint,
Dongliang Cui
- [PATCH] loop: Add regression test for unsupported backing file fallocate,
Cyril Hrubis
- [PATCH v2] loop: Disable fallocate() zero and discard if not supported,
Cyril Hrubis
- [PATCH blktests] md: add regression test for "md/md-bitmap: fix writing non bitmap pages",
Ofir Gal
- [PATCH] fs: don't misleadingly warn during thaw operations, Christian Brauner
- move integrity settings to queue_limits v3,
Christoph Hellwig
- [PATCH 01/12] block: initialize integrity buffer to zero before writing it to media, Christoph Hellwig
- [PATCH 02/12] md/raid0: don't free conf on raid0_run failure, Christoph Hellwig
- [PATCH 03/12] md/raid1: don't free conf on raid0_run failure, Christoph Hellwig
- [PATCH 04/12] dm-integrity: use the nop integrity profile, Christoph Hellwig
- [PATCH 06/12] block: remove the blk_flush_integrity call in blk_integrity_unregister, Christoph Hellwig
- [PATCH 05/12] block: remove the blk_integrity_profile structure, Christoph Hellwig
- [PATCH 08/12] block: use kstrtoul in flag_store, Christoph Hellwig
- [PATCH 09/12] block: don't require stable pages for non-PI metadata, Christoph Hellwig
- [PATCH 10/12] block: bypass the STABLE_WRITES flag for protection information, Christoph Hellwig
- [PATCH 11/12] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags, Christoph Hellwig
- [PATCH 07/12] block: factor out flag_{store,show} helper for integrity, Christoph Hellwig
- [PATCH 12/12] block: move integrity information into queue_limits, Christoph Hellwig
- Re: move integrity settings to queue_limits v3, Jens Axboe
- Re: move integrity settings to queue_limits v3, Jens Axboe
- blktests dm/002 always fails for me,
Christoph Hellwig
- [PATCH RFC -next 0/7] blk-iocost: support to build iocost as kernel module,
Yu Kuai
- [RFC blktests v2 00/03] Add support to run against real target,
Daniel Wagner
- [no subject], Unknown
- [bug report] block: integer overflow in __bvec_gap_to_prev(),
Roman Smirnov
- [PATCH v6 0/3] Rust block device driver API and null block driver,
Andreas Hindborg
- Flaky test: generic/085,
Theodore Ts'o
- [ANNOUNCE] Alpine Linux Persistence and Storage Summit 2024, Richard Weinberger
- [PATCH] block: sed-opal: avoid possible wrong address reference in read_sed_opal_key(),
Su Hui
- [PATCH v4] block: Add ioprio to block_rq tracepoint,
Dongliang Cui
- [PATCH v4 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages,
Ofir Gal
- move features flags into queue_limits,
Christoph Hellwig
- [PATCH 01/26] sd: fix sd_is_zoned, Christoph Hellwig
- [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics, Christoph Hellwig
- [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd, Christoph Hellwig
- [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits, Christoph Hellwig
- [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O, Christoph Hellwig
- [PATCH 06/26] loop: also use the default block size from an underlying block device, Christoph Hellwig
- [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits, Christoph Hellwig
- [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode, Christoph Hellwig
- [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size, Christoph Hellwig
- [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail, Christoph Hellwig
- [PATCH 11/26] block: freeze the queue in queue_attr_store, Christoph Hellwig
- [PATCH 12/26] block: remove blk_flush_policy, Christoph Hellwig
- [PATCH 13/26] block: move cache control settings out of queue->flags, Christoph Hellwig
- [PATCH 14/26] block: move the nonrot flag to queue_limits, Christoph Hellwig
- [PATCH 15/26] block: move the add_random flag to queue_limits, Christoph Hellwig
- [PATCH 16/26] block: move the io_stat flag setting to queue_limits, Christoph Hellwig
- [PATCH 17/26] block: move the stable_write flag to queue_limits, Christoph Hellwig
- [PATCH 18/26] block: move the synchronous flag to queue_limits, Christoph Hellwig
- [PATCH 19/26] block: move the nowait flag to queue_limits, Christoph Hellwig
- [PATCH 20/26] block: move the dax flag to queue_limits, Christoph Hellwig
- [PATCH 21/26] block: move the poll flag to queue_limits, Christoph Hellwig
- [PATCH 22/26] block: move the zoned flag into the feature field, Christoph Hellwig
- [PATCH 23/26] block: move the zone_resetall flag to queue_limits, Christoph Hellwig
- [PATCH 25/26] block: move the skip_tagset_quiesce flag to queue_limits, Christoph Hellwig
- [PATCH 24/26] block: move the pci_p2pdma flag to queue_limits, Christoph Hellwig
- [PATCH 26/26] block: move the bounce flag into the feature field, Christoph Hellwig
- [PATCH] aoe: consolidate flags update to prevent race condition,
Gui-Dong Han
- [PATCH v8 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
- [PATCH v3] block: unmap and free user mapped integrity via submitter,
Anuj Gupta
- [PATCH v8 00/10] block atomic writes,
John Garry
- [PATCH v8 03/10] fs: Initial atomic write support, John Garry
- [PATCH v8 06/10] block: Add atomic write support for statx, John Garry
- [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support, John Garry
- [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v8 10/10] nvme: Atomic write support, John Garry
- [PATCH v8 07/10] block: Add fops atomic write support, John Garry
- [PATCH v8 04/10] fs: Add initial atomic write support info to statx, John Garry
- [PATCH v8 08/10] scsi: sd: Atomic write support, John Garry
- [PATCH v8 05/10] block: Add core atomic write support, John Garry
- [PATCH v8 09/10] scsi: scsi_debug: Atomic write support, John Garry
- Re: [PATCH v8 00/10] block atomic writes, Martin K. Petersen
- [PATCH v7 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
- Kernel OOPS while creating a NVMe Namespace,
Venkat Rao Bagalkote
- [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Julia Lawall
- [PATCH v2] block: fix request.queuelist usage in flush,
Chengming Zhou
- [bug report] block/bio: remove duplicate append pages code,
Dan Carpenter
- [PATCH V4 for-6.10/block] loop: Fix a race between loop detach and loop open,
Gulam Mohamed
- [GIT PULL] Block fixes for 6.10-rc3,
Jens Axboe
- [PATCH v4 00/22] block atomic writes for xfs,
John Garry
- [PATCH v4 07/22] xfs: make EOF allocation simpler, John Garry
- [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size, John Garry
- [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size, John Garry
- [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size(), John Garry
- [PATCH v4 05/22] xfs: always tail align maxlen allocations, John Garry
- [PATCH v4 09/22] xfs: align args->minlen for forced allocation alignment, John Garry
- [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag, John Garry
- [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign, John Garry
- [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() for forcealign, John Garry
- [PATCH v4 13/22] xfs: Unmap blocks according to forcealign, John Garry
- [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC, John Garry
- [PATCH v4 08/22] xfs: introduce forced allocation alignment, John Garry
- [PATCH v4 15/22] xfs: Don't revert allocated offset for forcealign, John Garry
- [PATCH v4 14/22] xfs: Only free full extents for forcealign, John Garry
- [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag, John Garry
- [PATCH v4 18/22] iomap: Atomic write support, John Garry
- [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE, John Garry
- [PATCH v4 21/22] xfs: Validate atomic writes, John Garry
- [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign, John Garry
- [PATCH v4 06/22] xfs: simplify extent allocation alignment, John Garry
- [PATCH v4 20/22] xfs: Support atomic write for statx, John Garry
- [PATCH v4 16/22] xfs: Enable file data forcealign feature, John Garry
- [PATCH] loop: Disable fallocate() zero and discard if not supported,
Cyril Hrubis
- move integrity settings to queue_limits v2,
Christoph Hellwig
- [PATCH 01/11] dm-integrity: use the nop integrity profile, Christoph Hellwig
- [PATCH 02/11] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags, Christoph Hellwig
- [PATCH 03/11] block: remove the BIP_IP_CHECKSUM flag, Christoph Hellwig
- [PATCH 04/11] block: remove the blk_integrity_profile structure, Christoph Hellwig
- [PATCH 05/11] block: remove the blk_flush_integrity call in blk_integrity_unregister, Christoph Hellwig
- [PATCH 06/11] block: factor out flag_{store,show} helper for integrity, Christoph Hellwig
- [PATCH 07/11] block: use kstrtoul in flag_store, Christoph Hellwig
- [PATCH 08/11] block: don't require stable pages for non-PI metadata, Christoph Hellwig
- [PATCH 09/11] block: bypass the STABLE_WRITES flag for protection information, Christoph Hellwig
- [PATCH 10/11] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags, Christoph Hellwig
- [PATCH 11/11] block: move integrity information into queue_limits, Christoph Hellwig
- Re: move integrity settings to queue_limits v2, Mike Snitzer
- [PATCH blktests] nbd/004: drop the check for "couldn't allocate config" message,
Shin'ichiro Kawasaki
- [PATCH blktests] check: confirm dependent commands,
Shin'ichiro Kawasaki
- [PATCH] block: Optimize disk zone resource cleanup,
Damien Le Moal
- [PATCH v3 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages,
Ofir Gal
- [PATCH v3] sbitmap: fix io hung due to race on sbitmap_word::cleared,
Yang Yang
- disk removal slowdown due to rcu_barrier,
Mikulas Patocka
- [PATCH v6 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
- [PATCH v5 0/4] Fix DM zone resource limits stacking,
Damien Le Moal
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]