Linux Block Development
[Prev Page][Next Page]
[PATCH] block: fix kernel-doc for disk_force_media_change(),
Randy Dunlap
[PATCH] drivers/block: Updates loop_set_size comment, Yuran Pereira
[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v7 01/12] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE, David Howells
- [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user(), David Howells
- [PATCH v7 03/12] sound: Fix snd_pcm_readv()/writev() to use iov access functions, David Howells
- [PATCH v7 05/12] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v7 04/12] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC, David Howells
- [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs, David Howells
- [PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc(), David Howells
- [PATCH v7 10/12] iov_iter, net: Fold in csum_and_memcpy(), David Howells
- [PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- [PATCH v7 09/12] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
- [PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- Re: [PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs, Christian Brauner
- Re: [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc(), David Howells
[PATCH V4 0/2] io_uring: cancelable uring_cmd,
Ming Lei
[PATCH V4 2/2] io_uring: cancelable uring_cmd, Ming Lei
[PATCH 6.1] block: fix use-after-free of q->q_usage_counter, Saranya Muruganandam
[PATCH V3 0/2] io_uring: cancelable uring_cmd,
Ming Lei
[PATCH V2] io_uring: cancelable uring_cmd,
Ming Lei
[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE, David Howells
- [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions, David Howells
- [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user(), David Howells
- [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC, David Howells
- [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs, David Howells
- [PATCH v6 05/13] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc(), David Howells
- [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function, David Howells
- [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- [PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy(), David Howells
- [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests,
David Howells
- [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC, David Howells
- [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec, David Howells
- [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests, David Howells
- [PATCH v3 07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers, David Howells
- [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests, David Howells
- [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking, David Howells
- [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests, David Howells
- <Possible follow-ups>
- [PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests, David Howells
- [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests, David Howells
- [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers, David Howells
- [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking, David Howells
- [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests, David Howells
- [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests, David Howells
- [PATCH v3 07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec, David Howells
- [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC, David Howells
- Re: [PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests, Linus Torvalds
[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly,
Ming Lei
[bug report] RIP: 0010:throtl_trim_slice+0xc6/0x320 caused kernel panic,
Changhui Zhong
[PATCH] io_uring: cancelable uring_cmd,
Ming Lei
Re: [syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2), syzbot
[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions, David Howells
- [PATCH v5 02/11] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC, David Howells
- [PATCH v5 03/11] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs, David Howells
- [PATCH v5 09/11] iov_iter, net: Fold in csum_and_memcpy(), David Howells
- [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function, David Howells
- [PATCH v5 04/11] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v5 08/11] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
- [PATCH v5 10/11] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- [PATCH v5 11/11] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- [PATCH v5 06/11] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc(), David Howells
- RE: [PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs, David Laight
- Re: [PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs, David Howells
[PATCH 00/13] Pass data temperature information to zoned UFS devices,
Bart Van Assche
- [PATCH 03/13] fs: Restore kiocb.ki_hint, Bart Van Assche
- [PATCH 07/13] sd: Translate data lifetime information, Bart Van Assche
- [PATCH 09/13] scsi_debug: Support the block limits extension VPD page, Bart Van Assche
- [PATCH 08/13] scsi_debug: Reduce code duplication, Bart Van Assche
- [PATCH 01/13] fs/f2fs: Restore the whint_mode mount option, Bart Van Assche
- [PATCH 04/13] block: Restore write hint support, Bart Van Assche
- [PATCH 05/13] scsi: core: Query the Block Limits Extension VPD page, Bart Van Assche
- [PATCH 06/13] scsi_proto: Add struct io_group_descriptor, Bart Van Assche
- [PATCH 02/13] fs: Restore support for F_GET_FILE_RW_HINT and F_SET_FILE_RW_HINT, Bart Van Assche
- [PATCH 10/13] scsi_debug: Rework page code error handling, Bart Van Assche
- [PATCH 12/13] scsi_debug: Implement the IO Advice Hints Grouping mode page, Bart Van Assche
- [PATCH 11/13] scsi_debug: Rework subpage code error handling, Bart Van Assche
- [PATCH 13/13] scsi_debug: Maintain write statistics per group number, Bart Van Assche
- Re: [PATCH 00/13] Pass data temperature information to zoned UFS devices, Matthew Wilcox
- Re: [PATCH 00/13] Pass data temperature information to zoned UFS devices, Martin K. Petersen
- Message not available
Message not available
Message not available
Message not available
Message not available
[RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests,
David Howells
- [RFC PATCH v2 4/9] iov_iter: Consolidate bvec pattern checking, David Howells
- [RFC PATCH v2 3/9] iov_iter: Consolidate the test vector struct in the kunit tests, David Howells
- [RFC PATCH v2 2/9] iov_iter: Consolidate some of the repeated code into helpers, David Howells
- [RFC PATCH v2 7/9] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [RFC PATCH v2 1/9] iov_iter: Fix some checkpatch complaints in kunit tests, David Howells
- [RFC PATCH v2 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [RFC PATCH v2 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC, David Howells
- [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [RFC PATCH v2 8/9] iov_iter: Add benchmarking kunit tests, David Howells
- Re: [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- Re: [RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests, David Howells
[PATCH v16 00/12] 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
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH v2 0/6] shmem: high order folios support in write path,
Daniel Gomez
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [RFC PATCH 00/11] shmem: high order folios support in write path, Matthew Wilcox
[PATCH v3] null_blk: replace strncpy with strscpy,
Justin Stitt
[PATCH v2] aoe: replace strncpy with strscpy,
Justin Stitt
[PATCH v12 00/16] Improve write performance for zoned UFS devices,
Bart Van Assche
- [PATCH v12 01/16] block: Introduce more member variables related to zone write locking, Bart Van Assche
- [PATCH v12 02/16] block: Only use write locking if necessary, Bart Van Assche
- [PATCH v12 03/16] block/mq-deadline: Only use zone locking if necessary, Bart Van Assche
- [PATCH v12 04/16] scsi: core: Introduce a mechanism for reordering requests in the error handler, Bart Van Assche
- [PATCH v12 05/16] scsi: core: Add unit tests for scsi_call_prepare_resubmit(), Bart Van Assche
- [PATCH v12 06/16] scsi: sd: Sort commands by LBA before resubmitting, Bart Van Assche
- [PATCH v12 07/16] scsi: core: Retry unaligned zoned writes, Bart Van Assche
- [PATCH v12 08/16] scsi: sd_zbc: Only require an I/O scheduler if needed, Bart Van Assche
- [PATCH v12 10/16] scsi: scsi_debug: Support injecting unaligned write errors, Bart Van Assche
- [PATCH v12 09/16] scsi: scsi_debug: Add the preserves_write_order module parameter, Bart Van Assche
- [PATCH v12 11/16] scsi: ufs: hisi: Rework the code that disables auto-hibernation, Bart Van Assche
- [PATCH v12 12/16] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static, Bart Van Assche
- [PATCH v12 13/16] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update(), Bart Van Assche
- [PATCH v12 14/16] scsi: ufs: Simplify ufshcd_auto_hibern8_update(), Bart Van Assche
- [PATCH v12 15/16] scsi: ufs: Forbid auto-hibernation without I/O scheduler, Bart Van Assche
- [PATCH v12 16/16] scsi: ufs: Inform the block layer about write ordering, Bart Van Assche
[RFC PATCH 00/18] block: update buffer_head for Large-block I/O,
Hannes Reinecke
[PATCH 08/18] mm/readahead: allocate folios with mapping order preference, Hannes Reinecke
[PATCH 07/18] mm/filemap: allocate folios with mapping order preference, Hannes Reinecke
[PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors, Hannes Reinecke
[PATCH 05/18] fs/mpage: use accessor function to translate page index to sectors, Hannes Reinecke
[PATCH 14/18] brd: use memcpy_{to,from}_folio(), Hannes Reinecke
[PATCH 03/18] block/buffer_head: introduce block_{index_to_sector,sector_to_index}, Hannes Reinecke
[PATCH 02/18] fs/mpage: use blocks_per_folio instead of blocks_per_page, Hannes Reinecke
[PATCH 06/18] fs: Allow fine-grained control of folio sizes, Hannes Reinecke
[PATCH 11/18] block/bdev: enable large folio support for large logical block sizes, Hannes Reinecke
[PATCH 18/18] nvme: enable logical block size > PAGE_SIZE, Hannes Reinecke
[PATCH 10/18] block/bdev: lift restrictions on supported blocksize, Hannes Reinecke
[PATCH 13/18] brd: abstract page_size conventions, Hannes Reinecke
[PATCH 16/18] brd: make logical sector size configurable, Hannes Reinecke
[PATCH 15/18] brd: make sector size configurable, Hannes Reinecke
[PATCH 12/18] brd: convert to folios, Hannes Reinecke
[PATCH 17/18] xfs: remove check for block sizes smaller than PAGE_SIZE, Hannes Reinecke
[PATCH 09/18] fs/buffer: use mapping order in grow_dev_page(), Hannes Reinecke
[PATCH v2] null_blk: refactor deprecated strncpy,
Justin Stitt
[PATCH 00/10] io_uring/ublk: exit notifier support,
Ming Lei
- [PATCH 01/10] io_uring: allocate ctx id and build map between id and ctx, Ming Lei
- [PATCH 02/10] io_uring: pass io_uring_ctx->id to uring_cmd, Ming Lei
- [PATCH 03/10] io_uring: support io_uring notifier for uring_cmd, Ming Lei
- [PATCH 05/10] ublk: make sure ublk uring cmd handling is done in submitter task context, Ming Lei
- [PATCH 06/10] ublk: make sure that uring cmd aiming at same queue won't cross io_uring contexts, Ming Lei
- [PATCH 04/10] ublk: don't get ublk device reference in ublk_abort_queue(), Ming Lei
- [PATCH 08/10] ublk: quiesce request queue when aborting queue, Ming Lei
- [PATCH 10/10] ublk: simplify aborting request, Ming Lei
- [PATCH 09/10] ublk: replace monitor work with uring_cmd exit notifier, Ming Lei
- [PATCH 07/10] ublk: rename mm_lock as lock, Ming Lei
- Re: [PATCH 00/10] io_uring/ublk: exit notifier support, Jens Axboe
Re: [syzbot] [block] INFO: task hung in clean_bdev_aliases,
syzbot
[syzbot] [block?] INFO: task hung in truncate_inode_pages, syzbot
[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT,
Luis Chamberlain
[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads,
Luis Chamberlain
- [RFC v2 05/10] bdev: allow to switch between bdev aops, Luis Chamberlain
- [RFC v2 06/10] bdev: simplify coexistance, Luis Chamberlain
- [RFC v2 09/10] nvme: add nvme_core.debug_large_atomics to force high awun as phys_bs, Luis Chamberlain
- [RFC v2 07/10] nvme: enhance max supported LBA format check, Luis Chamberlain
- [RFC v2 02/10] bdev: dynamically set aops to enable LBS support, Luis Chamberlain
- [RFC v2 04/10] filesystems: add filesytem buffer-head flag, Luis Chamberlain
- [RFC v2 01/10] bdev: rename iomap aops, Luis Chamberlain
- [RFC v2 03/10] bdev: increase bdev max blocksize depending on the aops used, Luis Chamberlain
- [RFC v2 08/10] nvme: add awun / nawun sanity check, Luis Chamberlain
- [RFC v2 10/10] nvme: enable LBS support, Luis Chamberlain
- Re: [RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads, Matthew Wilcox
- Re: [RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads, Dave Chinner
[git pull] device mapper fixes for 6.6-rc2,
Mike Snitzer
[PATCH] drbd: Annotate struct fifo_buffer with __counted_by,
Kees Cook
[GIT PULL] Block fixes for 6.6-rc2,
Jens Axboe
[PATCH 0/3] partitions/ibm: Replace strncpy() and cleanups,
Stefan Haberland
[PATCH 0/6] shmem: high order folios support in write path,
Daniel Gomez
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH 0/6] shmem: high order folios support in write path, David Hildenbrand
[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests,
David Howells
[PATCH] block: correct stale comment in rq_qos_wait,
Kemeng Shi
[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test, David Howells
- [PATCH v4 02/13] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs, David Howells
- [PATCH v4 05/13] iov: Move iterator functions to a header file, David Howells
- [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function, David Howells
- [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE, David Howells
- [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy(), David Howells
- [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
- [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions, David Howells
- [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking, David Howells
[PATCH v2 0/5] blk-mq: optimize queue_rqs() support,
chengming . zhou
blktests: changing rdma default driver from rdma_rxe to siw,
Shinichiro Kawasaki
[PATCH v4 0/6] blk-mq-tag: remove bt_for_each(),
chengming . zhou
blktests failures with v6.6-rc1, Shinichiro Kawasaki
[linus:master] [nbd] 0c1c9a27ce: blktests.nbd/002.fail, kernel test robot
[PATCH] null_blk: refactor deprecated strncpy,
Justin Stitt
[PATCH] aoe: refactor deprecated strncpy,
Justin Stitt
[bug report] blktests nbd/002 failure, Shinichiro Kawasaki
[PATCH 0/5] Improve zram writeback performance,
Pankaj Raghav
[syzbot] [block?] WARNING in floppy_check_events (2),
syzbot
[PATCH] nbd: pass nbd_sock to nbd_read_reply() instead of index,
linan666
Re: Reshape Failure, Yu Kuai
[PATCH AUTOSEL 6.4 26/31] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset, Sasha Levin
[PATCH AUTOSEL 6.5 34/36] blk-mq: fix tags leak when shrink nr_hw_queues, Sasha Levin
[PATCH AUTOSEL 6.1 20/22] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset,
Sasha Levin
[PATCH AUTOSEL 6.4 29/31] blk-mq: fix tags leak when shrink nr_hw_queues, Sasha Levin
[PATCH AUTOSEL 6.5 31/36] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset,
Sasha Levin
[PATCH 0/3] iov_iter: Add kunit tests and fix iov_iter_extract_pages(),
David Howells
[GIT PULL] Block fixes for 6.6-rc1,
Jens Axboe
[syzbot] [block?] WARNING in blk_rq_map_user_iov,
syzbot
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit(),
Ming Lei
[PATCH v2 0/2] Small fixes for block t10-pi,
Ankit Kumar
Message not available
[PATCH] blk-mq: fix tags UAF when shrink nr_hw_queues,
chengming . zhou
[PATCH] block: Consider inflight IO in io accounting for high latency devices,
Gulam Mohamed
WARNING in __floppy_read_block_0,
Sanan Hasanov
[bug report] BUG: KASAN: slab-use-after-free in __lock_acquire+0x1917/0x1c00 triggered by blktests nvme/048, Yi Zhang
[syzbot] Monthly block report (Sep 2023), syzbot
[PATCH blktests] tests/nvme/031: fix connecting faiure,
Yi Zhang
[PATCH v15 00/12] Implement copy offload support,
Nitesh Shetty
Message not available
Message not available
[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]