Linux Block Development
[Prev Page][Next Page]
- [PATCH v4 04/10] block: add emulation for copy, (continued)
- Message not available
- Message not available
Re: [PATCH v4 00/10] Add Copy offload support, Damien Le Moal
Re: [PATCH v4 00/10] Add Copy offload support, Damien Le Moal
Re: [PATCH v4 00/10] Add Copy offload support, Damien Le Moal
[PATCH] Revert "block: release rq qos structures for queue without disk",
Ming Lei
[PATCH] null-blk: save memory footprint for struct nullb_cmd,
Yu Kuai
[syzbot] WARNING in wait_til_done,
syzbot
Re: Precise disk statistics,
Jayaramappa, Srilakshmi
[RFC PATCH 0/5] partition parser for U-Boot's uImage.FIT, Daniel Golle
[RFC PATCH 1/5] block: add new flag to add partitions read-only, Daniel Golle
[RFC PATCH 5/5] mtd/ubi/block: scan for partitions in case FIT_PARTITION is set, Daniel Golle
[RFC PATCH 4/5] mtd_blkdevs: scan partitions on mtdblock if FIT_PARTITION is set,
Daniel Golle
[RFC PATCH 3/5] partitions/efi: add support for uImage.FIT sub-partitions, Daniel Golle
[RFC PATCH 2/5] block: add partition parser for U-Boot uImage.FIT, Daniel Golle
[PATCH V2 0/2] block: fix "Directory XXXXX with parent 'block' already present!",
Ming Lei
[PATCH RESEND v2 1/5] block/badblocks: Remove redundant assignments,
Michal Orzel
[GIT PULL] Block fixes for 5.18-rc4,
Jens Axboe
[PATCH v1] zram: don't retry compress incompressible page,
Alexey Romanov
[syzbot] WARNING in __floppy_read_block_0,
syzbot
[PROBLEM] nbd requests become stuck when devices watched by inotify emit udev uevent changes,
Matthew Ruffell
[PATCH] block: fix "Directory XXXXX with parent 'block' already present!",
Ming Lei
[PATCH v5] scsi: target: tcmu: Fix possible data corruption,
Xiaoguang Wang
[PATCH 00/18] xen: simplify frontend side ring setup,
Juergen Gross
[PATCH V2] block: ignore RWF_HIPRI hint for sync dio,
Ming Lei
[PATCH] block: ignore RWF_HIPRI hint for sync dio,
Ming Lei
fix blk_crypto_profile liftetime,
Christoph Hellwig
[PATCH blktests] block/002: delay debugfs directory check,
Shin'ichiro Kawasaki
make the blkcg and blkcg structures private,
Christoph Hellwig
- [PATCH 01/15] blk-cgroup: remove __bio_blkcg, Christoph Hellwig
- [PATCH 02/15] nvme-fc: don't support the appid attribute without CONFIG_BLK_CGROUP_FC_APPID, Christoph Hellwig
- [PATCH 03/15] nvme-fc: fold t fc_update_appid into fc_appid_store, Christoph Hellwig
- [PATCH 04/15] blk-cgroup: move blkcg_{get,set}_fc_appid out of line, Christoph Hellwig
- [PATCH 05/15] blk-cgroup: move blk_cgroup_congested out line, Christoph Hellwig
- [PATCH 07/15] blk-cgroup: move struct blkcg to block/blk-cgroup.h, Christoph Hellwig
- [PATCH 13/15] blk-cgroup: cleanup blk_cgroup_congested, Christoph Hellwig
- [PATCH 10/15] blk-cgroup: remove pointless CONFIG_BLOCK ifdefs, Christoph Hellwig
- [PATCH 11/15] blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>, Christoph Hellwig
- [PATCH 08/15] blktrace: cleanup the __trace_note_message interface, Christoph Hellwig
- [PATCH 14/15] blk-cgroup: cleanup blkcg_maybe_throttle_current, Christoph Hellwig
- [PATCH 09/15] blk-cgroup: replace bio_blkcg with bio_blkcg_css, Christoph Hellwig
- [PATCH 12/15] blk-cgroup: move blkcg_css to blk-cgroup.c, Christoph Hellwig
- [PATCH 15/15] kthread: unexport kthread_blkcg, Christoph Hellwig
- [PATCH 06/15] blk-cgroup: move blkcg_{pin,unpin}_online out of line, Christoph Hellwig
- Re: make the blkcg and blkcg structures private, Tejun Heo
- Re: make the blkcg and blkcg structures private, Christoph Hellwig
- Re: make the blkcg and blkcg structures private, Jens Axboe
[PATCH 0/4] virtio-blk: small cleanup,
Chaitanya Kulkarni
[PATCH v2 0/4] null_blk cleanup and device naming improvements,
Damien Le Moal
[PATCH AUTOSEL 5.17 33/34] block/compat_ioctl: fix range check in BLKGETSIZE, Sasha Levin
[PATCH 0/2] bcache fixes for Linux v5.18-rc3,
Coly Li
LSF/MM/BPF 2022: Running BOF,
Matthew Wilcox
[PATCH 0/4] null_blk cleanup and device naming improvements,
Damien Le Moal
SPDX tag and top of file comment cleanups for the loop driver,
Christoph Hellwig
[PATCH] Drop Documentation/ide/,
Randy Dunlap
Nullblk configfs oddities,
Josef Bacik
[PATCH] aoe: Avoid flush_scheduled_work() usage,
Tetsuo Handa
[PATCH 1/3] blk-crypto: introduce blk_crypto_supported,
Fengnan Chang
fix and cleanup discard_alignment handling,
Christoph Hellwig
- [PATCH 06/11] raid5: don't set the discard_alignment queue limit, Christoph Hellwig
- [PATCH 07/11] dasd: don't set the discard_alignment queue limit, Christoph Hellwig
- [PATCH 08/11] loop: remove a spurious clear of discard_alignment, Christoph Hellwig
- [PATCH 04/11] virtio_blk: fix the discard_granularity and discard_alignment queue limits, Christoph Hellwig
- [PATCH 10/11] rnbd-srv: use bdev_discard_alignment, Christoph Hellwig
- [PATCH 01/11] ubd: don't set the discard_alignment queue limit, Christoph Hellwig
- [PATCH 11/11] xen-blkback: use bdev_discard_alignment, Christoph Hellwig
- [PATCH 02/11] nbd: don't set the discard_alignment queue limit, Christoph Hellwig
- [PATCH 05/11] dm-zoned: don't set the discard_alignment queue limit, Christoph Hellwig
- [PATCH 09/11] nvme: remove a spurious clear of discard_alignment, Christoph Hellwig
- [PATCH 03/11] null_blk: don't set the discard_alignment queue limit, Christoph Hellwig
- Re: fix and cleanup discard_alignment handling, Martin K. Petersen
- Re: fix and cleanup discard_alignment handling, Christoph Hellwig
- Re: fix and cleanup discard_alignment handling, Jens Axboe
[dm-5.19 PATCH 01/21] block: change exported IO accounting interface from gendisk to bdev, Mike Snitzer
[PATCH v2] block: add filemap_invalidate_lock_killable(),
Tetsuo Handa
[PATCH v4] scsi: target: tcmu: Fix possible data corruption,
Xiaoguang Wang
[PATCH -next v2 0/5] support concurrent sync io for bfq on a specail occasion,
Yu Kuai
- [PATCH -next v2 1/5] block, bfq: cleanup bfq_weights_tree add/remove apis, Yu Kuai
- [PATCH -next v2 4/5] block, bfq: refactor the counting of 'num_groups_with_pending_reqs', Yu Kuai
- [PATCH -next v2 3/5] bfq, block: record how many queues have pending requests in bfq_group, Yu Kuai
- [PATCH -next v2 2/5] block, bfq: add fake weight_counter for weight-raised queue, Yu Kuai
- [PATCH -next v2 5/5] block, bfq: do not idle if only one cgroup is activated, Yu Kuai
- Re: [PATCH -next v2 0/5] support concurrent sync io for bfq on a specail occasion, yukuai (C)
[PATCH v2] blktests: replace module removal with patient module removal,
Luis Chamberlain
[git pull] device mapper fixes for 5.18-rc3,
Mike Snitzer
[syzbot] possible deadlock in blkcg_deactivate_policy, syzbot
[PATCH v3] scsi: target: tcmu: Fix possible data corruption,
Xiaoguang Wang
[GIT PULL] Block fixes for 5.18-rc3,
Jens Axboe
[PATCH -next RFC v3 0/8] improve tag allocation under heavy load,
Yu Kuai
- [PATCH -next RFC v3 2/8] blk-mq: call 'bt_wait_ptr()' later in blk_mq_get_tag(), Yu Kuai
- [PATCH -next RFC v3 1/8] sbitmap: record the number of waiters for each waitqueue, Yu Kuai
- [PATCH -next RFC v3 4/8] blk-mq: don't preempt tag under heavy load, Yu Kuai
- [PATCH -next RFC v3 3/8] sbitmap: make sure waitqueues are balanced, Yu Kuai
- [PATCH -next RFC v3 5/8] sbitmap: force tag preemption if free tags are sufficient, Yu Kuai
- [PATCH -next RFC v3 7/8] blk-mq: record how many tags are needed for splited bio, Yu Kuai
- [PATCH -next RFC v3 6/8] blk-mq: force tag preemption for split bios, Yu Kuai
- [PATCH -next RFC v3 8/8] sbitmap: wake up the number of threads based on required tags, Yu Kuai
- Re: [PATCH -next RFC v3 0/8] improve tag allocation under heavy load, yukuai (C)
- Re: [PATCH -next RFC v3 0/8] improve tag allocation under heavy load, Bart Van Assche
[PATCH -next v2] block: update nsecs[] in part_stat_show() and diskstats_show(),
Yu Kuai
blk-mq: don't plug for synchronously polled requests, Christoph Hellwig
use block_device based APIs in block layer consumers v3,
Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 09/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 07/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 25/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
- [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- Re: use block_device based APIs in block layer consumers v3, Jens Axboe
[PATCH V2] block: avoid io timeout in case of sync polled dio,
Ming Lei
[PATCH RESEND] blk-mq: fix possible creation failure for 'debugfs_dir',
Yu Kuai
siw_cm.c:255 siw_cep_put+0x125/0x130 kernel warning while testing blktests srp/002 v5.17-rc7,
Luis Chamberlain
blktests with zbd/006 ZNS triggers a possible false positive RCU stall,
Luis Chamberlain
[Question] Accessing read data in bio request,
Jasper Surmont
[PATCH] Revert "make: let src/Makefile set *dir vars properly",
Stefan Hajnoczi
[PATCH/RFC] md: remove media-change code,
NeilBrown
blktests srp failures with a guest with kdevops on v5.17-rc7 removal,
Luis Chamberlain
[PATCH] block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage,
Jack Wang
[PATCH] block: null_blk: end timed out poll request,
Ming Lei
[PATCH] block: avoid io timeout in case of sync polled dio,
Ming Lei
can't run nvme-mp blktests,
Luis Chamberlain
[PATCH RESEND] asm-generic: fix __get_unaligned_be48() on 32 bit platforms,
Alexander Lobakin
[PATCH v2 1/5] block/badblocks: Remove redundant assignments,
Michal Orzel
[PATCH] block: fix offset/size check in bio_trim(),
Ming Lei
[PATCH] block/rnbd: client: avoid flush_workqueue(system_long_wq) usage,
Tetsuo Handa
[PATCH 0/8] dm: io accounting & polling improvement,
Ming Lei
[PATCH AUTOSEL 5.15 32/41] drbd: set QUEUE_FLAG_STABLE_WRITES, Sasha Levin
[PATCH AUTOSEL 5.17 39/49] drbd: set QUEUE_FLAG_STABLE_WRITES, Sasha Levin
[PATCH v2] pcd: do not leak information in ioctl, Tom Rix
[PATCH v2] scsi: target: tcmu: Fix possible data corruption,
Xiaoguang Wang
[PATCH] security: do not leak information in ioctl,
Tom Rix
[PATCH] block: Remove redundant assignments,
Michal Orzel
Re: [PATCH] cdrom: make EXPORT_SYMBOL follow exported function, Phillip Potter
use block_device based APIs in block layer consumers v2,
Christoph Hellwig
- [PATCH 03/27] target: fix discard alignment on partitions, Christoph Hellwig
- [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction, Christoph Hellwig
- [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue, Christoph Hellwig
- [PATCH 04/27] drbd: remove assign_p_sizes_qlim, Christoph Hellwig
- [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes, Christoph Hellwig
- [PATCH 07/27] drbd: cleanup decide_on_discard_support, Christoph Hellwig
- [PATCH 09/27] ntfs3: use bdev_logical_block_size instead of open coding it, Christoph Hellwig
- [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it, Christoph Hellwig
- [PATCH 12/27] block: add a bdev_write_cache helper, Christoph Hellwig
- [PATCH 11/27] block: add a bdev_nonrot helper, Christoph Hellwig
- [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset, Christoph Hellwig
- [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile, Christoph Hellwig
- [PATCH 14/27] block: add a bdev_stable_writes helper, Christoph Hellwig
- [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show, Christoph Hellwig
- [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper, Christoph Hellwig
- [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show, Christoph Hellwig
- [PATCH 22/27] block: refactor discard bio size limiting, Christoph Hellwig
- [PATCH 27/27] direct-io: remove random prefetches, Christoph Hellwig
- [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD, Christoph Hellwig
- [PATCH 25/27] block: add a bdev_discard_granularity helper, Christoph Hellwig
- [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line, Christoph Hellwig
- [PATCH 23/27] block: add a bdev_max_discard_sectors helper, Christoph Hellwig
- [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show, Christoph Hellwig
- [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD, Christoph Hellwig
- [PATCH 13/27] block: add a bdev_fua helper, Christoph Hellwig
- [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line, Christoph Hellwig
- [PATCH 19/27] block: remove queue_discard_alignment, Christoph Hellwig
[PATCH 0/3] Modify some code about root=UUID or root=LABEL,
Tiezhu Yang
[GIT PULL] Block fixes for 5.18-rc2,
Jens Axboe
[PATCH] block/compat_ioctl: fix range check in BLKGETSIZE,
Khazhismel Kumykov
[PATCH] cdrom: do not print info list when there is no cdrom device,
Enze Li
[PATCH -next RFC v2 0/8] improve tag allocation under heavy load,
Yu Kuai
5.18-rc1 nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) DNR,
Chris Murphy
[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices,
Logan Gunthorpe
- [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages(), Logan Gunthorpe
- [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations, Logan Gunthorpe
- [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov(), Logan Gunthorpe
- [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL, Logan Gunthorpe
- [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type(), Logan Gunthorpe
- [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set, Logan Gunthorpe
- [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace, Logan Gunthorpe
- [PATCH v6 16/21] block: add check when merging zone device pages, Logan Gunthorpe
- [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem(), Logan Gunthorpe
- [PATCH v6 17/21] lib/scatterlist: add check when merging zone device pages, Logan Gunthorpe
- [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support, Logan Gunthorpe
[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]