linux-block
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v5 0/6] rust: reduce pointer casts, enable related lints
Tamir Duberstein
[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Antonio Hickey
Re: [PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Boqun Feng
Re: Re: [PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Antonio Hickey
Re: Re: [PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Boqun Feng
Re: [PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Boqun Feng
Re: [PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Benno Lossin
Re: [PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Boqun Feng
[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
Tamir Duberstein
[PATCH v4 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Boqun Feng
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Benno Lossin
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Benno Lossin
Re: [PATCH v4 6/6] rust: use strict provenance APIs
Benno Lossin
[PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
Tamir Duberstein
[PATCH v3 1/6] rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
[PATCH v3 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Benno Lossin
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Miguel Ojeda
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Benno Lossin
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v3 6/6] rust: use strict provenance APIs
kernel test robot
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Boqun Feng
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Benno Lossin
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Boqun Feng
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Boqun Feng
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Tamir Duberstein
Re: [PATCH v3 6/6] rust: use strict provenance APIs
Benno Lossin
[PATCH v2 3/3] rust: replace `addr_of[_mut]!` with `&raw [const | mut]`
Antonio Hickey
[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Antonio Hickey
Re: [PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
Benno Lossin
[PATCH] block: remove unused parameter
Anuj Gupta
Re: [PATCH] block: remove unused parameter
Christoph Hellwig
Re: [PATCH] block: remove unused parameter
Ulf Hansson
Re: [PATCH] block: remove unused parameter
Jinpu Wang
Re: [PATCH] block: remove unused parameter
Jens Axboe
[PATCH v2 0/2] block: nvme: fix blktests nvme/039 failure
Shin'ichiro Kawasaki
[PATCH v2 2/2] block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
Re: [PATCH v2 2/2] block: change blk_mq_add_to_batch() third argument type to bool
Christoph Hellwig
Re: [PATCH v2 2/2] block: change blk_mq_add_to_batch() third argument type to bool
Shinichiro Kawasaki
[PATCH v2 1/2] nvme: move error logging from nvme_end_req() to __nvme_end_req()
Shin'ichiro Kawasaki
Re: [PATCH v2 0/2] block: nvme: fix blktests nvme/039 failure
Jens Axboe
Re: [PATCH v2 0/2] block: nvme: fix blktests nvme/039 failure
Jens Axboe
[PATCH 0/2] block: nvme: fix blktests nvme/039 failure
Shin'ichiro Kawasaki
[PATCH 1/2] nvme: move error logging from nvme_end_req() to __nvme_end_req()
Shin'ichiro Kawasaki
Re: [PATCH 1/2] nvme: move error logging from nvme_end_req() to __nvme_end_req()
Hannes Reinecke
Re: [PATCH 1/2] nvme: move error logging from nvme_end_req() to __nvme_end_req()
Christoph Hellwig
[PATCH 2/2] block: change blk_mq_add_to_batch() third argument type to blk_status_t
Shin'ichiro Kawasaki
Re: [PATCH 2/2] block: change blk_mq_add_to_batch() third argument type to blk_status_t
Hannes Reinecke
Re: [PATCH 2/2] block: change blk_mq_add_to_batch() third argument type to blk_status_t
Stefan Hajnoczi
Re: [PATCH 2/2] block: change blk_mq_add_to_batch() third argument type to blk_status_t
Christoph Hellwig
Re: [PATCH 2/2] block: change blk_mq_add_to_batch() third argument type to blk_status_t
Shinichiro Kawasaki
[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
Tamir Duberstein
[PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
Re: [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
Benno Lossin
Re: [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Miguel Ojeda
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Benno Lossin
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Tamir Duberstein
Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
Miguel Ojeda
Re: [PATCH v2 0/5] rust: reduce pointer casts, enable related lints
Benno Lossin
Re: [PATCH v2 0/5] rust: reduce pointer casts, enable related lints
Tamir Duberstein
Re: [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
Benno Lossin
[PATCH 0/2] Improve Zram by separating compression context from kswapd
Qun-Wei Lin
[PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Qun-Wei Lin
Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Barry Song
Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Nhat Pham
Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Nhat Pham
Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Sergey Senozhatsky
Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Barry Song
Re: [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression
Barry Song
[PATCH 1/2] mm: Split BLK_FEAT_SYNCHRONOUS and SWP_SYNCHRONOUS_IO into separate read and write flags
Qun-Wei Lin
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Nhat Pham
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Sergey Senozhatsky
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Sergey Senozhatsky
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Nhat Pham
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Nhat Pham
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Minchan Kim
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Sergey Senozhatsky
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Minchan Kim
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Minchan Kim
Re: [PATCH 0/2] Improve Zram by separating compression context from kswapd
Barry Song
[PATCH 00/11] selftests: ublk: bug fixes & consolidation
Ming Lei
[PATCH 02/11] selftests: ublk: fix build failure
Ming Lei
Re: [PATCH 02/11] selftests: ublk: fix build failure
Keith Busch
[PATCH 01/11] selftests: ublk: make ublk_stop_io_daemon() more reliable
Ming Lei
Re: [PATCH 01/11] selftests: ublk: make ublk_stop_io_daemon() more reliable
Keith Busch
[PATCH 03/11] selftests: ublk: add --foreground command line
Ming Lei
Re: [PATCH 03/11] selftests: ublk: add --foreground command line
Keith Busch
[PATCH 05/11] selftests: ublk: support shellcheck and fix all warning
Ming Lei
[PATCH 04/11] selftests: ublk: fix parsing '-a' argument
Ming Lei
Re: [PATCH 04/11] selftests: ublk: fix parsing '-a' argument
Keith Busch
[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
[PATCH 11/11] selftests: ublk: improve test usability
Ming Lei
[PATCH 08/11] selftests: ublk: load/unload ublk_drv when preparing & cleaning up tests
Ming Lei
[PATCH 06/11] selftests: ublk: don't pass ${dev_id} to _cleanup_test()
Ming Lei
Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation
Jens Axboe
Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation
Ming Lei
Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation
Jens Axboe
Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation
Ming Lei
Re: [PATCH 00/11] selftests: ublk: bug fixes & consolidation
Jens Axboe
[PATCH V3 0/3] selftests: add ublk selftests
Ming Lei
[PATCH V3 1/3] selftests: ublk: add kernel selftests for ublk
Ming Lei
[PATCH V3 2/3] selftests: ublk: add file backed ublk
Ming Lei
Re: [PATCH V3 0/3] selftests: add ublk selftests
Jens Axboe
[PATCH V3 3/3] selftests: ublk: add ublk zero copy test
Ming Lei
Re: [PATCH V3 0/3] selftests: add ublk selftests
Jens Axboe
Re: [PATCH V3 0/3] selftests: add ublk selftests
Ming Lei
Re: [PATCH V3 0/3] selftests: add ublk selftests
Jens Axboe
[PATCH V2 00/12] badblocks: bugfix and cleanup for badblocks
Zheng Qixing
[PATCH V2 05/12] badblocks: return error if any badblock set fails
Zheng Qixing
[PATCH V2 02/12] badblocks: factor out a helper try_adjacent_combine
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
Re: [PATCH V2 10/12] badblocks: return boolean from badblocks_set() and badblocks_clear()
Ira Weiny
[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 11/12] md: improve return types of badblocks handling functions
Zheng Qixing
Re: [PATCH V2 11/12] md: improve return types of badblocks handling functions
Yu Kuai
[PATCH V2 08/12] badblocks: fix merge issue when new badblocks align with pre+1
Zheng Qixing
[PATCH V2 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
Re: [PATCH V2 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length
Ira Weiny
Re: [PATCH V2 12/12] badblocks: use sector_t instead of int to avoid truncation of badblocks length
Yu Kuai
[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 04/12] badblocks: return error directly when setting badblocks exceeds 512
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
[PATCH V2 0/3] selftests: add ublk selftests
Ming Lei
[PATCH V2 2/3] selftests: ublk: add file backed ublk
Ming Lei
[PATCH V2 1/3] selftests: ublk: add kernel selftests for ublk
Ming Lei
[PATCH V2 3/3] selftests: ublk: add ublk zero copy test
Ming Lei
Re: [PATCH V2 3/3] selftests: ublk: add ublk zero copy test
Keith Busch
Re: [PATCH V2 3/3] selftests: ublk: add ublk zero copy test
Ming Lei
[PATCH 0/3] selftests: add ublk selftests
Ming Lei
[PATCH 3/3] selftests: ublk: add ublk zero copy test
Ming Lei
[PATCH 2/3] selftests: ublk: add file backed ublk
Ming Lei
[PATCH 1/3] selftests: ublk: add kernel selftests for ublk
Ming Lei
[PATCH v1 0/2] virtio: Add length checks for device writable portions
Max Gurtovoy
[PATCH 2/2] virtio_fs: add length check for device writable portion
Max Gurtovoy
[PATCH 1/2] virtio_blk: add length check for device writable portion
Max Gurtovoy
Re: [PATCH 1/2] virtio_blk: add length check for device writable portion
Michael S. Tsirkin
Re: [PATCH v1 0/2] virtio: Add length checks for device writable portions
Stefan Hajnoczi
Re: [PATCH v1 0/2] virtio: Add length checks for device writable portions
Michael S. Tsirkin
Re: [PATCH v1 0/2] virtio: Add length checks for device writable portions
Max Gurtovoy
Re: [PATCH v1 0/2] virtio: Add length checks for device writable portions
Michael S. Tsirkin
[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
[PATCH 1/8][next] block: blk_types.h: Use struct_group_tagged() in flex struct bio
Gustavo A. R. Silva
Re: [PATCH 1/8][next] block: blk_types.h: Use struct_group_tagged() in flex struct bio
Christoph Hellwig
[PATCH 00/12] badblocks: bugfix and cleanup for badblocks
Zheng Qixing
[PATCH 01/12] badblocks: Fix error shitf ops
Zheng Qixing
Re: [PATCH 01/12] badblocks: Fix error shitf ops
Yu Kuai
Re: [PATCH 01/12] badblocks: Fix error shitf ops
Coly Li
[PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
Zheng Qixing
Re: [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
Yu Kuai
Re: [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
Coly Li
Re: [PATCH 02/12] badblocks: factor out a helper try_adjacent_combine
Coly Li
[PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512
Zheng Qixing
Re: [PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512
Yu Kuai
Re: [PATCH 04/12] badblocks: return error directly when setting badblocks exceeds 512
Li Nan
[PATCH 05/12] badblocks: return error if any badblock set fails
Zheng Qixing
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Coly Li
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Yu Kuai
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Coly Li
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Yu Kuai
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Coly Li
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Li Nan
Re: [PATCH 05/12] badblocks: return error if any badblock set fails
Coly Li
[PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
Zheng Qixing
Re: [PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
Yu Kuai
Re: [PATCH 03/12] badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
Coly Li
[PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
Zheng Qixing
Re: [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
Zhu Yanjun
Re: [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
Li Nan
Re: [PATCH 06/12] badblocks: fix the using of MAX_BADBLOCKS
Coly Li
Earlier messages
Later messages