Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq(), (continued)
- [PATCH v6] blk-throtl: Introduce sync and async queues for blk-throtl,
Jinke Han
- [PATCH v2 00/18] Add Command Duration Limits support,
Niklas Cassel
- [PATCH v2 01/18] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION, Niklas Cassel
- [PATCH v2 02/18] ata: libata: allow ata_eh_request_sense() to not set CHECK_CONDITION, Niklas Cassel
- [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH, Niklas Cassel
- [PATCH v2 04/18] scsi: rename and move get_scsi_ml_byte(), Niklas Cassel
- [PATCH v2 05/18] scsi: support retrieving sub-pages of mode pages, Niklas Cassel
- [PATCH v2 06/18] scsi: support service action in scsi_report_opcode(), Niklas Cassel
- [PATCH v2 07/18] block: introduce duration-limits priority class, Niklas Cassel
- [PATCH v2 08/18] block: introduce BLK_STS_DURATION_LIMIT, Niklas Cassel
- [PATCH v2 09/18] ata: libata: detect support for command duration limits, Niklas Cassel
- [PATCH v2 10/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in(), Niklas Cassel
- [PATCH v2 11/18] ata: libata-scsi: add support for CDL pages mode sense, Niklas Cassel
- [PATCH v2 12/18] ata: libata: add ATA feature control sub-page translation, Niklas Cassel
- [PATCH v2 13/18] ata: libata: set read/write commands CDL index, Niklas Cassel
- [PATCH v2 15/18] scsi: sd: set read/write commands CDL index, Niklas Cassel
- [PATCH v2 14/18] scsi: sd: detect support for command duration limits, Niklas Cassel
- [PATCH v2 16/18] scsi: sd: handle read/write CDL timeout failures, Niklas Cassel
- [PATCH v2 18/18] Documentation: sysfs-block-device: document command duration limits, Niklas Cassel
- [PATCH v2 17/18] ata: libata: handle completion of CDL commands using policy 0xD, Niklas Cassel
- [PATCH v6 0/9] Implement copy offload support,
Nitesh Shetty
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[bug report] BUG: KASAN: use-after-free in bic_set_bfqq,
Shinichiro Kawasaki
[PATCH] block: bfq fix null pointer dereference of bfqg in bfq_bio_bfqg(),
Artem Chernyshev
consolidate btrfs checksumming, repair and bio splitting v3,
Christoph Hellwig
- [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O, Christoph Hellwig
- [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio, Christoph Hellwig
- [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio, Christoph Hellwig
- [PATCH 06/19] btrfs: handle recording of zoned writes in the storage layer, Christoph Hellwig
- [PATCH 13/19] btrfs: remove struct btrfs_io_geometry, Christoph Hellwig
- [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer, Christoph Hellwig
- [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention, Christoph Hellwig
- [PATCH 14/19] btrfs: remove submit_encoded_read_bio, Christoph Hellwig
- [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O, Christoph Hellwig
- [PATCH 05/19] btrfs: handle checksum generation in the storage layer, Christoph Hellwig
- [PATCH 03/19] btrfs: remove the submit_bio_start helpers, Christoph Hellwig
- [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios, Christoph Hellwig
- [PATCH 01/19] block: export bio_split_rw, Christoph Hellwig
- [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O, Christoph Hellwig
- [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio, Christoph Hellwig
- [PATCH 16/19] btrfs: remove now spurious bio submission helpers, Christoph Hellwig
- [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode, Christoph Hellwig
- [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND, Christoph Hellwig
- [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio, Christoph Hellwig
[PATCH v5] blk-throtl: Introduce sync and async queues for blk-throtl,
Jinke Han
SG_IO ioctl regression,
Niklas Cassel
[PATCH v5 0/9] iov_iter: Add extraction helpers,
David Howells
- [PATCH v5 1/9] iov_iter: Change the direction macros into an enum, David Howells
- [PATCH v5 2/9] iov_iter: Use the direction in the iterator functions, David Howells
- [PATCH v5 7/9] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning, David Howells
- [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator, David Howells
- [PATCH v5 6/9] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [PATCH v5 5/9] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction, David Howells
- [PATCH v5 9/9] bio: Fix bio_flagged() so that it can be combined, David Howells
- [PATCH v5 8/9] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate, David Howells
[LSF/MM/BPF TOPIC] Limits of development,
Hannes Reinecke
[PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *,
Greg Kroah-Hartman
[PATCH v2 06/16] driver core: make struct device_type.devnode() take a const *,
Greg Kroah-Hartman
[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly,
Yishai Hadas
[PATCH v3 00/14] A few bugfix and cleanup patches for blk-mq,
Kemeng Shi
- [PATCH v3 02/14] blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx, Kemeng Shi
- [PATCH v3 05/14] blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly, Kemeng Shi
- [PATCH v3 04/14] blk-mq: Fix potential io hung for shared sbitmap per tagset, Kemeng Shi
- [PATCH v3 03/14] blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait, Kemeng Shi
- [PATCH v3 01/14] blk-mq: avoid sleep in blk_mq_alloc_request_hctx, Kemeng Shi
- [PATCH v3 11/14] blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list, Kemeng Shi
- [PATCH v3 14/14] blk-mq: correct stale comment of .get_budget, Kemeng Shi
- [PATCH v3 12/14] blk-mq: remove set of bd->last when get driver tag for next request fails, Kemeng Shi
- [PATCH v3 10/14] blk-mq: simplify flush check in blk_mq_dispatch_rq_list, Kemeng Shi
- [PATCH v3 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits, Kemeng Shi
- [PATCH v3 08/14] blk-mq: remove unncessary error count and commit in blk_mq_plug_issue_direct, Kemeng Shi
- [PATCH v3 13/14] blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly, Kemeng Shi
- [PATCH v3 09/14] blk-mq: use blk_mq_commit_rqs helper in blk_mq_try_issue_list_directly, Kemeng Shi
- [PATCH v3 06/14] blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct, Kemeng Shi
[PATCHSET v3 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy,
Tejun Heo
[PATCH v2 0/3] block zoned cleanups,
Pankaj Raghav
Message not available
Message not available
Re: [PATCH v2 0/3] block zoned cleanups, Pankaj Raghav
Re: [PATCH v2 0/3] block zoned cleanups, Pankaj Raghav
Re: [PATCH v2 0/3] block zoned cleanups, Jens Axboe
[PATCH v9 0/6] Improve libata support for FUA,
Damien Le Moal
[PATCH v2] documentation: fix Generic Block Device Capability,
Fabio Fantoni
[PATCH v8 0/6] Improve libata support for FUA,
Damien Le Moal
[PATCH 0/8] Enable zoned write pipelining for UFS devices,
Bart Van Assche
[PATCH] block: add a BUILD_BUG_ON() for adding more bio flags than we have space,
Jens Axboe
[PATCH] lib/scatterlist: Fix to calculate the last_pg properly,
Yishai Hadas
[PATCH RFC v7 00/23] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH RFC v7 01/23] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait, Byungchul Park
- [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait, Byungchul Park
- [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete(), Byungchul Park
- [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait, Byungchul Park
- [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH RFC v7 04/23] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait, Byungchul Park
- [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait, Byungchul Park
- [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH RFC v7 13/23] dept: Distinguish each work from another, Byungchul Park
- [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another, Byungchul Park
- Re: [PATCH RFC v7 00/23] DEPT(Dependency Tracker), Linus Torvalds
Re: [PATCHv2 02/12] io_uring: switch network send/recv to ITER_UBUF, Jens Axboe
Re: [PATCHv2 00/12] iov_iter: replace import_single_range with ubuf,
Christoph Hellwig
<Possible follow-ups>
Re: [PATCHv2 00/12] iov_iter: replace import_single_range with ubuf, Jens Axboe
[PATCH v4] blk-throtl: Introduce sync and async queues for blk-throtl,
Jinke Han
[PATCH v4 0/7] iov_iter: Add extraction helpers,
David Howells
[LSF/MM/BPF BoF] Session for Zoned Storage 2023,
Viacheslav Dubeyko
Re: [External] [LSF/MM/BPF BoF] Session for Zoned Storage 2023, Viacheslav A.Dubeyko
[GIT PULL] Block fixes for 6.2-rc3,
Jens Axboe
LSF/MM/BPF: 2023: Call for Proposals, Josef Bacik
[bug report] memcontrol: schedule throttling if we are congested,
Dan Carpenter
[PATCH 0/7] block zoned cleanups,
Pankaj Raghav
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH V4 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device,
Ming Lei
[PATCHSET v2 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy,
Tejun Heo
[PATCHv4 0/2] block: don't forget user settings,
Keith Busch
[linux-next:master] BUILD REGRESSION cc3c08b41a9c9402ead726ec6deb1217081d0d8b, kernel test robot
[PATCH linux-next] blktrace: use strscpy() to instead of strncpy(), yang.yang29
[PATCH] lib/scatterlist: Fix to merge contiguous pages into the last SG properly,
Yishai Hadas
[Q] is the amount of residual bytes still not guaranteed for to be available for some old SCSI drivers? (was Re: Update bisect info and new repro code for "[syzbot] WARNING in _copy_from_iter"), Al Viro
[PATCH rcu 07/27] block: Remove "select SRCU",
Paul E. McKenney
[PATCHSET block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy,
Tejun Heo
[PATCH 0/2] Don't allow REQ_NOWAIT for bio splitting,
Jens Axboe
[PATCH] ublk: honor IO_URING_F_NONBLOCK for handling control command,
Ming Lei
[PATCH -next 0/4] block/rq_qos: protect rq_qos apis with global mutex,
Yu Kuai
[PATCH v2 00/13] A few bugfix and cleanup patches for blk-mq,
Kemeng Shi
- [PATCH v2 03/13] blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait, Kemeng Shi
- [PATCH v2 02/13] blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx, Kemeng Shi
- [PATCH v2 05/13] blk-mq: remove unnecessary list_empty check in blk_mq_try_issue_list_directly, Kemeng Shi
- [PATCH v2 13/13] blk-mq: correct stale comment of .get_budget, Kemeng Shi
- [PATCH v2 04/13] blk-mq: Fix potential io hung for shared sbitmap per tagset, Kemeng Shi
- [PATCH v2 08/13] blk-mq: simplify flush check in blk_mq_dispatch_rq_list, Kemeng Shi
- [PATCH v2 09/13] blk-mq: remove unnecessary error count and check in blk_mq_dispatch_rq_list, Kemeng Shi
- [PATCH v2 01/13] blk-mq: avoid sleep in blk_mq_alloc_request_hctx, Kemeng Shi
- [PATCH v2 06/13] blk-mq: remove unncessary error count and flush in blk_mq_plug_issue_direct, Kemeng Shi
- [PATCH v2 11/13] blk-mq: remove unncessary from_schedule parameter in blk_mq_plug_issue_direct, Kemeng Shi
- [PATCH v2 07/13] blk-mq: remove error count and unncessary flush in blk_mq_try_issue_list_directly, Kemeng Shi
- [PATCH v2 10/13] blk-mq: remove set of bd->last when get driver tag for next request fails, Kemeng Shi
- [PATCH v2 12/13] blk-mq: use switch/case to improve readability in blk_mq_try_issue_list_directly, Kemeng Shi
Potential hang on ublk_ctrl_del_dev(),
Nadav Amit
[PATCH v2] block: Improve shared tag set performance,
Bart Van Assche
[PATCH V13 REBASED 0/8] block, bfq: extend bfq to support multi-actuator drives,
Paolo Valente
- [PATCH V13 REBASED 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct, Paolo Valente
- [PATCH V13 REBASED 7/8] block, bfq: inject I/O to underutilized actuators, Paolo Valente
- [PATCH V13 REBASED 2/8] block, bfq: forbid stable merging of queues associated with different actuators, Paolo Valente
- [PATCH V13 REBASED 6/8] block, bfq: retrieve independent access ranges from request queue, Paolo Valente
- [PATCH V13 REBASED 1/8] block, bfq: split sync bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V13 REBASED 5/8] block, bfq: split also async bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V13 REBASED 8/8] block, bfq: balance I/O injection among underutilized actuators, Paolo Valente
- [PATCH V13 REBASED 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq, Paolo Valente
- Re: [PATCH V13 REBASED 0/8] block, bfq: extend bfq to support multi-actuator drives, Jens Axboe
- Re: [PATCH V13 REBASED 0/8] block, bfq: extend bfq to support multi-actuator drives, Jan Kara
[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy,
Yu Kuai
[PATCH] block, bfq: switch 'bfqg->ref' to use atomic refcount apis,
Yu Kuai
[PATCH v7 0/7] Improve libata support for FUA,
Damien Le Moal
[PATCH v3 0/8] A few bugfix and cleancode patch for bfq,
Kemeng Shi
- [PATCH v3 4/8] block, bfq: use helper macro RQ_BFQQ to get bfqq of request, Kemeng Shi
- [PATCH v3 3/8] block, bfq: initialize bfqq->decrease_time_jif correctly, Kemeng Shi
- [PATCH v3 1/8] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection, Kemeng Shi
- [PATCH v3 5/8] block, bfq: remove unnecessary dereference to get async_bfqq, Kemeng Shi
- [PATCH v3 8/8] block, bfq: remove unused bfq_wr_max_time in struct bfq_data, Kemeng Shi
- [PATCH v3 6/8] block, bfq: remove redundant check in bfq_put_cooperator, Kemeng Shi
- [PATCH v3 7/8] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq, Kemeng Shi
- [PATCH v3 2/8] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow, Kemeng Shi
[PATCH] block: Improve shared tag set performance,
Bart Van Assche
BUG: KFENCE: use-after-free read in bfq_exit_icq_bfqq+0x132/0x270,
Oleksandr Natalenko
[PATCH blktests] dm: add a regression test,
Yu Kuai
[PATCH V2] block/rnbd-clt: fix wrong max ID in ida_alloc_max,
Guoqing Jiang
[GIT PULL] Block fixes for 6.2-rc2,
Jens Axboe
[PATCH V13 0/8] block, bfq: extend bfq to support multi-actuator drives,
Paolo Valente
- [PATCH V13 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq, Paolo Valente
- [PATCH V13 5/8] block, bfq: split also async bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V13 8/8] block, bfq: balance I/O injection among underutilized actuators, Paolo Valente
- [PATCH V13 1/8] block, bfq: split sync bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V13 2/8] block, bfq: forbid stable merging of queues associated with different actuators, Paolo Valente
- [PATCH V13 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct, Paolo Valente
- [PATCH V13 6/8] block, bfq: retrieve independent access ranges from request queue, Paolo Valente
- [PATCH V13 7/8] block, bfq: inject I/O to underutilized actuators, Paolo Valente
- Re: [PATCH V13 0/8] block, bfq: extend bfq to support multi-actuator drives, Jens Axboe
[PATCH] block/rnbd-clt: fix wrong max ID in ida_alloc_max,
Guoqing Jiang
[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage,
Sarthak Kukreti
[PATCHv3 1/2] block: make BLK_DEF_MAX_SECTORS unsigned,
Keith Busch
Re: [PATCHv3 1/2] block: make BLK_DEF_MAX_SECTORS unsigned, Christoph Hellwig
[PATCH v2 0/2] blk-iocost: add refcounting for iocg and ioc,
Yu Kuai
[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]