Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression, (continued)
Bounce probe for linux-block@xxxxxxxxxxxxxxx (no action required), linux-block+owner
[PATCH v2] bdev: add back PAGE_SIZE block size validation for sb_set_blocksize(),
Luis Chamberlain
Re: [RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO,
Jaewon Kim
[PATCH] block: Name the RQF flags enum,
Breno Leitao
[PATCH] block: protect hctx attributes/params using q->elevator_lock,
Nilay Shroff
[PATCH 6.1 143/176] mm: Dont pin ZERO_PAGE in pin_user_pages(), Greg Kroah-Hartman
[PATCH v3 0/2] Fix integrity sysfs reporting inconsistencies,
Anuj Gupta
Message not available
Re: [PATCH v3 0/2] Fix integrity sysfs reporting inconsistencies, Jens Axboe
[PATCH 0/3] blk-throttle: remove last_bytes/ios and carryover byte/ios,
Ming Lei
[PATCH V3] block: fix conversion of GPT partition name to 7-bit,
Ming Lei
[PATCH] bdev: add back PAGE_SIZE block size validation for sb_set_blocksize(),
Luis Chamberlain
[PATCH 15/22] rust: make pin-init its own crate,
Benno Lossin
[PATCH] ublk: set_params: properly check if parameters can be applied,
Uday Shankar
[PATCH 1/2] block: allow setting partition of_node,
Daniel Golle
[PATCH 0/9] cgroup v1 deprecation warnings,
Michal Koutný
[PATCH V2] tests/throtl: add a new test 006,
Ming Lei
[PATCH 0/4] bugfix of logical_block_size and make it configurable,
linan666
[PATCHv6 0/7] block: fix lock order and remove redundant locking,
Nilay Shroff
Re: [PATCH] cpuidle: psd: add power sleep demotion prevention for fast I/O devices,
Christian Loehle
pgbench buffer readwrite mode showing around 24% perf regression, samasth . norway . ananda
[PATCH AUTOSEL 5.4 4/4] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
[PATCH AUTOSEL 5.15 9/9] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
[PATCH AUTOSEL 5.10 8/8] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
[PATCH AUTOSEL 6.1 9/9] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
[PATCH AUTOSEL 6.6 11/11] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
[PATCH AUTOSEL 6.12 16/17] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
[PATCH AUTOSEL 6.13 16/17] block: fix 'kmem_cache of name 'bio-108' already exists', Sasha Levin
Re: [PATCH] the dm-loop target,
Christoph Hellwig
Re: [PATCH] the dm-loop target, Mikulas Patocka
[PATCH 00/11] selftests: ublk: bug fixes & consolidation,
Ming Lei
- [PATCH 01/11] selftests: ublk: make ublk_stop_io_daemon() more reliable, Ming Lei
- [PATCH 02/11] selftests: ublk: fix build failure, Ming Lei
- [PATCH 03/11] selftests: ublk: add --foreground command line, Ming Lei
- [PATCH 04/11] selftests: ublk: fix parsing '-a' argument, Ming Lei
- [PATCH 05/11] selftests: ublk: support shellcheck and fix all warning, Ming Lei
- [PATCH 06/11] selftests: ublk: don't pass ${dev_id} to _cleanup_test(), Ming Lei
- [PATCH 08/11] selftests: ublk: load/unload ublk_drv when preparing & cleaning up tests, Ming Lei
- [PATCH 11/11] selftests: ublk: improve test usability, Ming Lei
- [PATCH 09/11] selftests: ublk: add one stress test for covering IO vs. removing device, Ming Lei
- [PATCH 07/11] selftests: ublk: move zero copy feature check into _add_ublk_dev(), Ming Lei
- [PATCH 10/11] selftests: ublk: add stress test for covering IO vs. killing ublk server, Ming Lei
- Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation, Ming Lei
- Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation, Jens Axboe
[PATCH] ublk: don't cast registered buffer index to int,
Caleb Sander Mateos
[PATCH] ublk: enforce ublks_max only for unprivileged devices,
Uday Shankar
[PATCH v4 0/2] Converge on using secs_to_jiffies() part two,
Easwar Hariharan
Re: [PATCH 1/1] block: fix conversion of GPT partition name to 7-bit, Ming Lei
[PATCH] io_uring/ublk: report error when unregister operation fails,
Caleb Sander Mateos
[PATCH V3 0/3] selftests: add ublk selftests,
Ming Lei
[GIT PULL] Block fixes for 6.14-rc5,
Jens Axboe
[PATCH] block: fix 'kmem_cache of name 'bio-108' already exists',
Ming Lei
Kernel oops with 6.14 when enabling TLS,
Hannes Reinecke
[BUG report] WARNING of sysfs in __blk_mq_update_nr_hw_queues(),
Li Nan
[PATCHv8 0/6] ublk zero copy support,
Keith Busch
[PATCH 1/1] loop: Remove struct loop_func_table,
Zhu Yanjun
[PATCH v2] blk-throttle: fix lower bps rate by throtl_trim_slice(),
Yu Kuai
[PATCH] ublk: add DMA alignment limit,
Ming Lei
[PATCH V2 00/12] badblocks: bugfix and cleanup for badblocks,
Zheng Qixing
- [PATCH V2 02/12] badblocks: factor out a helper try_adjacent_combine, Zheng Qixing
- [PATCH V2 05/12] badblocks: return error if any badblock set fails, Zheng Qixing
- [PATCH V2 04/12] badblocks: return error directly when setting badblocks exceeds 512, Zheng Qixing
- [PATCH V2 06/12] badblocks: fix the using of MAX_BADBLOCKS, Zheng Qixing
- [PATCH V2 07/12] badblocks: try can_merge_front before overlap_front, Zheng Qixing
- [PATCH V2 08/12] badblocks: fix merge issue when new badblocks align with pre+1, Zheng Qixing
- [PATCH V2 01/12] badblocks: Fix error shitf ops, Zheng Qixing
- [PATCH V2 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check(), Zheng Qixing
- [PATCH V2 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks, Zheng Qixing
- [PATCH V2 10/12] badblocks: return boolean from badblocks_set() and badblocks_clear(), Zheng Qixing
- [PATCH V2 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length, Zheng Qixing
- [PATCH V2 11/12] md: improve return types of badblocks handling functions, Zheng Qixing
- Re: [PATCH V2 00/12] badblocks: bugfix and cleanup for badblocks, Yu Kuai
- Re: [PATCH V2 00/12] badblocks: bugfix and cleanup for badblocks, Jens Axboe
[PATCHv7 0/6] ublk zero copy support,
Keith Busch
[PATCHv6 0/6] ublk zero copy support,
Keith Busch
- [PATCHv6 2/6] io_uring: add support for kernel registered bvecs, Keith Busch
- [PATCHv6 1/5] io_uring: add support for kernel registered bvecs, Keith Busch
- [PATCHv6 6/6] io_uring: cache nodes and mapped buffers, Keith Busch
- [PATCHv6 5/6] io_uring: add abstraction for buf_table rsrc data, Keith Busch
- [PATCHv6 3/5] ublk: zc register/unregister bvec, Keith Busch
- [PATCHv6 2/5] nvme: map uring_cmd data even if address is 0, Keith Busch
- [PATCHv6 4/5] io_uring: add abstraction for buf_table rsrc data, Keith Busch
- [PATCHv6 3/6] nvme: map uring_cmd data even if address is 0, Keith Busch
- [PATCHv6 4/6] ublk: zc register/unregister bvec, Keith Busch
- [PATCHv6 1/6] io_uring/rw: move fixed buffer import to issue path, Keith Busch
- [PATCHv6 5/5] io_uring: cache nodes and mapped buffers, Keith Busch
- Re: [PATCHv6 0/6] ublk zero copy support, Keith Busch
[PATCH V2 0/3] selftests: add ublk selftests,
Ming Lei
[PATCHv5 0/7] block: fix lock order and remove redundant locking,
Nilay Shroff
[PATCH v2 0/2] Fix integrity sysfs reporting inconsistencies,
Anuj Gupta
Message not available
[PATCH for-next v7 0/5] null_blk: improve write failure simulation,
Shin'ichiro Kawasaki
[PATCH 0/3] selftests: add ublk selftests,
Ming Lei
[PATCH blktests] zbd/012: avoid fio stop by I/O scheduler set failure,
Shin'ichiro Kawasaki
[PATCH] blk-throttle: fix lower bps rate by throtl_trim_slice(),
Yu Kuai
[PATCH] ublk: complete command synchronously on error,
Caleb Sander Mateos
[PATCH v3 00/16] Converge on using secs_to_jiffies() part two,
Easwar Hariharan
- [PATCH v3 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too, Easwar Hariharan
- [PATCH v3 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 05/16] btrfs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 06/16] rbd: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 03/16] accel/habanalabs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 04/16] ALSA: ac97: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 07/16] libceph: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 08/16] ata: libata-zpodd: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 09/16] xfs: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 10/16] power: supply: da9030: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 13/16] spi: spi-imx: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 11/16] nvme: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 12/16] spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 15/16] platform/x86: thinkpad_acpi: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- [PATCH v3 16/16] RDMA/bnxt_re: convert timeouts to secs_to_jiffies(), Easwar Hariharan
- Re: (subset) [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Jens Axboe
- Re: [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Mark Brown
- Re: (subset) [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Mark Brown
- Re: (subset) [PATCH v3 00/16] Converge on using secs_to_jiffies() part two, Martin K. Petersen
[PATCH blktests 0/1] common/xfs: verify xfs_io supports statx atomic write attributes,
Alan Adamson
split out the auto-PI code and data structures v2,
Christoph Hellwig
[PATCH 1/1] loop: Remove already included header files, Zhu Yanjun
[PATCHv4 0/7] block: fix lock order and remove redundant locking,
Nilay Shroff
sysfs integrity fields use,
Milan Broz
[PATCH v1 0/3] Fix integrity sysfs reporting inconsistencies across NVMe, SCSI, and DM,
Anuj Gupta
Message not available
Message not available
[PATCH V5] block: make segment size limit workable for > 4K PAGE_SIZE,
Ming Lei
[PATCH v1 0/2] virtio: Add length checks for device writable portions,
Max Gurtovoy
[PATCHv5 00/11] ublk zero copy support,
Keith Busch
- [PATCHv5 02/11] io_uring/nop: reuse req->buf_index, Keith Busch
- [PATCHv5 06/11] io_uring/rw: move fixed buffer import to issue path, Keith Busch
- [PATCHv5 04/11] io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed(), Keith Busch
- [PATCHv5 09/11] ublk: zc register/unregister bvec, Keith Busch
- [PATCHv5 07/11] io_uring: add support for kernel registered bvecs, Keith Busch
- [PATCHv5 10/11] io_uring: add abstraction for buf_table rsrc data, Keith Busch
- [PATCHv5 05/11] io_uring: combine buffer lookup and import, Keith Busch
- [PATCHv5 11/11] io_uring: cache nodes and mapped buffers, Keith Busch
- [PATCHv5 01/11] io_uring/rsrc: remove redundant check for valid imu, Keith Busch
- [PATCHv5 08/11] nvme: map uring_cmd data even if address is 0, Keith Busch
- [PATCHv5 03/11] io_uring/net: reuse req->buf_index for sendzc, Keith Busch
- Re: [PATCHv5 00/11] ublk zero copy support, Pavel Begunkov
- Re: (subset) [PATCHv5 00/11] ublk zero copy support, Jens Axboe
[PATCHv3 0/7] block: fix lock order and remove redundant locking,
Nilay Shroff
[PATCH] tests/throtl: add a new test 006,
Ming Lei
[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings,
Gustavo A. R. Silva
[syzbot] [block?] INFO: task hung in sync_bdevs (3), syzbot
[PATCH 0/2] blk-throttle: fix off-by-one jiffies wait_time,
Yu Kuai
[PATCH v3 0/8] enable bs > ps for block devices,
Luis Chamberlain
[GIT PULL] Block fixes for 6.14-rc4,
Jens Axboe
Patch and bugfix in block/blk-mq.c to regain stability when using various SD Cards and Card Readers.,
Thomas Haschka
[PATCH 00/12] badblocks: bugfix and cleanup for badblocks,
Zheng Qixing
- [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine, Zheng Qixing
- [PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512, Zheng Qixing
- [PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks, Zheng Qixing
- [PATCH 05/12] badblocks: return error if any badblock set fails, Zheng Qixing
- [PATCH 01/12] badblocks: Fix error shitf ops, Zheng Qixing
- [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS, Zheng Qixing
- [PATCH 08/12] badblocks: fix merge issue when new badblocks align with pre+1, Zheng Qixing
- [PATCH 07/12] badblocks: try can_merge_front before overlap_front, Zheng Qixing
- [PATCH 09/12] badblocks: fix missing bad blocks on retry in _badblocks_check(), Zheng Qixing
- [PATCH 11/12] md: improve return types of badblocks handling functions, Zheng Qixing
- [PATCH 10/12] badblocks: return boolen from badblocks_set() and badblocks_clear(), Zheng Qixing
- [PATCH 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length, Zheng Qixing
- Re: [PATCH 00/12] badblocks: bugfix and cleanup for badblocks, Yu Kuai
- Re: [PATCH 00/12] badblocks: bugfix and cleanup for badblocks, Coly Li
[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]