Linux Block Development
[Prev Page][Next Page]
- [PATCH V4 08/12] blk-mq: return budget token from .get_budget callback, (continued)
- [PATCH v2 0/9] Rework runtime suspend and SCSI domain validation,
Bart Van Assche
- [PATCH v2 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests, Bart Van Assche
- [PATCH v2 3/9] scsi: Pass a request queue pointer to __scsi_execute(), Bart Van Assche
- [PATCH v2 4/9] scsi: Rework scsi_mq_alloc_queue(), Bart Van Assche
- [PATCH v2 5/9] scsi: Do not wait for a request in scsi_eh_lock_door(), Bart Van Assche
- [PATCH v2 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer, Bart Van Assche
- [PATCH v2 7/9] scsi_transport_spi: Freeze request queues instead of quiescing, Bart Van Assche
- [PATCH v2 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE, Bart Van Assche
- [PATCH v2 9/9] block: Do not accept any requests while suspended, Bart Van Assche
- [PATCH v2 1/9] block: Fix a race in the runtime power management code, Bart Van Assche
- [PATCH RESEND] nbd: Support Kconfig configuration of nbds_max and max_part, Josh Triplett
- [PATCH v5] zram: break the strict dependency from lzo,
Rui Salvaterra
- [PATCH] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats,
Christoph Hellwig
- [PATCH] block: fix the kerneldoc comment for __register_blkdev,
Christoph Hellwig
- KASAN: use-after-free Read in blk_update_request,
syzbot
- [PATCH] block: mark flush request as IDLE when it is really finished,
Ming Lei
- [PATCH] Remove unnecessary invoking of wbt_update_limits in wbt_init, chenlei0x
- split hard read-only vs read-only policy,
Christoph Hellwig
- [RFC] Enhancement of loop driver?,
Jürgen Groß
- loop uevent fix,
Christoph Hellwig
- [PATCH] nbd: Fix passing zero to 'PTR_ERR' warning, YueHaibing
- [PATCH] iosched: Add i10 I/O Scheduler,
Rachit Agarwal
Re: [PATCH] iosched: Add i10 I/O Scheduler, Ming Lei
Re: [PATCH 0/2] RFC: Issue with discards on raw block device without O_DIRECT,
Jan Kara
[PATCH 0/3] blk-mq/nvme-loop: use nvme-loop's lock class for addressing lockdep false positive warning,
Ming Lei
Re: [dm-devel] dm: add support for DM_TARGET_NOWAIT for various targets,
JeffleXu
[PATCH v2] block/keyslot-manager: prevent crash when num_slots=1,
Eric Biggers
[PATCH] nvme: remove unnecessary return values,
javier
[PATCH 1/1] loop: Fix occasional uevent drop,
Petr Vorel
[PATCH v3 0/9] null_blk fixes, improvements and cleanup,
Damien Le Moal
[PATCH 1/2] nvme: allow to force refresh of effects log,
javier
cleanup updating the size of block devices v2,
Christoph Hellwig
- [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size, Christoph Hellwig
- [PATCH 14/24] pktcdvd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 12/24] aoe: don't call set_capacity from irq context, Christoph Hellwig
- [PATCH 20/24] dm-raid: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size, Christoph Hellwig
- [PATCH 24/24] block: unexport revalidate_disk_size, Christoph Hellwig
- [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size, Christoph Hellwig
- [PATCH 18/24] rnbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying, Christoph Hellwig
- [PATCH 21/24] md: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 16/24] drbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 17/24] rbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 19/24] zram: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 13/24] dm: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 11/24] nbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 10/24] nbd: validate the block size in nbd_set_size, Christoph Hellwig
- [PATCH 06/24] block: add a return value to set_capacity_and_notify, Christoph Hellwig
- [PATCH 09/24] nbd: refactor size updates, Christoph Hellwig
- [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify, Christoph Hellwig
- [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk, Christoph Hellwig
- [PATCH 08/24] nbd: move the task_recv check into nbd_size_update, Christoph Hellwig
- [PATCH 07/24] nbd: remove the call to set_blocksize, Christoph Hellwig
- [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change, Christoph Hellwig
- [PATCH 02/24] loop: remove loop_set_size, Christoph Hellwig
[PATCH v2] block: Improve blk_revalidate_disk_zones() checks,
Damien Le Moal
[PATCH] block: Improve blk_revalidate_disk_zones() checks, Damien Le Moal
[PATCH v2 0/9] null_blk fixes, improvements and cleanup,
Damien Le Moal
- [PATCH v2 1/9] null_blk: Fix zone size initialization, Damien Le Moal
- [PATCH v2 2/9] null_blk: Fail zone append to conventional zones, Damien Le Moal
- [PATCH v2 3/9] null_blk: Align max_hw_sectors to blocksize, Damien Le Moal
- [PATCH v2 4/9] null_blk: improve zone locking, Damien Le Moal
- [PATCH v2 5/9] null_blk: Improve implicit zone close, Damien Le Moal
- [PATCH v2 6/9] null_blk: cleanup discard handling, Damien Le Moal
- [PATCH v2 7/9] null_blk: discard zones on reset, Damien Le Moal
- [PATCH v2 8/9] null_blk: Allow controlling max_hw_sectors limit, Damien Le Moal
- [PATCH v2 9/9] null_blk: Move driver into its own directory, Damien Le Moal
- Re: [PATCH v2 0/9] null_blk fixes, improvements and cleanup, Damien Le Moal
[PATCH] block/keyslot-manager: prevent crash when num_slots=1,
Eric Biggers
[PATCH V3] nvme: enable ro namespace for ZNS without append,
javier
[GIT PULL] nvme fix for 5.10,
Christoph Hellwig
[PATCH V2] nvme: enable ro namespace for ZNS without append,
Javier González
[PATCH V4 0/6] nvmet: passthru improvements,
Chaitanya Kulkarni
[PATCH] nbd: fix a block_device refcount leak in nbd_release,
Christoph Hellwig
❌ FAIL: Test report for kernel 5.10.0-rc3 (block),
CKI Project
[PATCH 0/6] null_blk fixes, improvements and cleanup,
Damien Le Moal
[PATCH v4 00/19] blkcg:Support to track FC storage blk io traffic,
Muneendra
- [PATCH v4 01/19] cgroup: Added cgroup_get_from_kernfs_id, Muneendra
- [PATCH v4 02/19] blkcg: Added a app identifier support for blkcg, Muneendra
- [PATCH v4 03/19] nvme: Added a newsysfs attribute appid_store, Muneendra
- [PATCH v4 04/19] lpfc: vmid: Add the datastructure for supporting VMID in lpfc, Muneendra
- [PATCH v4 05/19] lpfc: vmid: API to check if VMID is enabled., Muneendra
- [PATCH v4 06/19] lpfc: vmid: Supplementary data structures for vmid, Muneendra
- [PATCH v4 07/19] lpfc: vmid: Forward declarations for APIs, Muneendra
- [PATCH v4 08/19] lpfc: vmid: Add support for vmid in mailbox command, Muneendra
- [PATCH v4 09/19] lpfc: vmid: VMID params initialization, Muneendra
- [PATCH v4 10/19] lpfc: vmid: vmid resource allocation, Muneendra
- [PATCH v4 11/19] lpfc: vmid: cleanup vmid resources, Muneendra
- [PATCH v4 13/19] lpfc: vmid: Functions to manage vmids, Muneendra
- [PATCH v4 12/19] lpfc: vmid: Implements ELS commands for appid patch, Muneendra
- [PATCH v4 14/19] lpfc: vmid: Implements CT commands for appid., Muneendra
- [PATCH v4 15/19] lpfc: vmid: Appends the vmid in the wqe before sending request, Muneendra
- [PATCH v4 16/19] lpfc: vmid: Timeout implementation for vmid, Muneendra
- [PATCH v4 17/19] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread, Muneendra
- [PATCH v4 18/19] lpfc: vmid: Introducing vmid in io path., Muneendra
- [PATCH v4 19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID, Muneendra
[PATCH] xsysace: Remove SYSACE driver,
Michal Simek
[bug report] xen/blkback: Prefix 'vbd' with 'xen' in structs and functions., Dan Carpenter
cleanup updating the size of block devices,
Christoph Hellwig
- [PATCH 02/24] loop: remove loop_set_size, Christoph Hellwig
- [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change, Christoph Hellwig
- [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size, Christoph Hellwig
- [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk, Christoph Hellwig
- [PATCH 09/24] nbd: refactor size updates, Christoph Hellwig
- [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying, Christoph Hellwig
- [PATCH 17/24] rbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 18/24] rnbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 20/24] dm-raid: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 24/24] block: unexport revalidate_disk_size, Christoph Hellwig
- [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size, Christoph Hellwig
- [PATCH 19/24] zram: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size, Christoph Hellwig
- [PATCH 16/24] drbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 21/24] md: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 13/24] dm: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 14/24] pktcdvd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 12/24] aoe: don't call set_capacity from irq context, Christoph Hellwig
- [PATCH 11/24] nbd: use set_capacity_and_notify, Christoph Hellwig
- [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify, Christoph Hellwig
- [PATCH 08/24] nbd: move the task_recv check into nbd_size_update, Christoph Hellwig
- [PATCH 10/24] nbd: validate the block size in nbd_set_size, Christoph Hellwig
- [PATCH 06/24] block: add a return value to set_capacity_and_notify, Christoph Hellwig
- [PATCH 07/24] nbd: remove the call to set_blocksize, Christoph Hellwig
- Re: cleanup updating the size of block devices, Josef Bacik
[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices,
Logan Gunthorpe
- [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL, Logan Gunthorpe
- [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset(), Logan Gunthorpe
- [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace, Logan Gunthorpe
- [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages, Logan Gunthorpe
- [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg, Logan Gunthorpe
- [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support, Logan Gunthorpe
- [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg, Logan Gunthorpe
- [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA, Logan Gunthorpe
- [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags(), Logan Gunthorpe
- [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages, Logan Gunthorpe
- [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set, Logan Gunthorpe
- [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn(), Logan Gunthorpe
- [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages(), Logan Gunthorpe
- [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov(), Logan Gunthorpe
- [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem(), Logan Gunthorpe
[PATCH, RFC 11/10] block: propagate BLKROSET to all partitions,
Christoph Hellwig
[PATCH] nvme: enable ro namespace for ZNS without append,
Javier González
[PATCH] null_blk: Fix scheduling in atomic with zoned mode,
Damien Le Moal
[PATCH v4 0/4] scatterlist: add new capabilities,
Douglas Gilbert
[PATCH v2] null_blk: Set mq device as blocking with zoned mode,
Damien Le Moal
[PATCH] null_blk: Set mq device as blocking with zoned mode,
Damien Le Moal
Re: [null_blk] aa1c09cb65: BUG:sleeping_function_called_from_invalid_context_at_include/linux/wait_bit.h,
Damien Le Moal
Re: ❌ FAIL: Test report for kernel 5.10.0-rc2 (block),
Veronika Kabatova
[PATCH v3 00/19] blkcg:Support to track FC storage blk io traffic,
Muneendra
- [PATCH v3 11/19] lpfc: vmid: cleanup vmid resources, Muneendra
- [PATCH v3 09/19] lpfc: vmid: VMID params initialization, Muneendra
- [PATCH v3 10/19] lpfc: vmid: vmid resource allocation, Muneendra
- [PATCH v3 12/19] lpfc: vmid: Implements ELS commands for appid patch, Muneendra
- [PATCH v3 08/19] lpfc: vmid: Add support for vmid in mailbox command, Muneendra
- [PATCH v3 13/19] lpfc: vmid: Functions to manage vmids, Muneendra
- [PATCH v3 07/19] lpfc: vmid: Forward declarations for APIs, Muneendra
- [PATCH v3 15/19] lpfc: vmid: Appends the vmid in the wqe before sending request, Muneendra
- [PATCH v3 14/19] lpfc: vmid: Implements CT commands for appid., Muneendra
- [PATCH v3 06/19] lpfc: vmid: Supplementary data structures for vmid, Muneendra
- [PATCH v3 16/19] lpfc: vmid: Timeout implementation for vmid, Muneendra
- [PATCH v3 17/19] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread, Muneendra
- [PATCH v3 05/19] lpfc: vmid: API to check if VMID is enabled., Muneendra
- [PATCH v3 04/19] lpfc: vmid: Add the datastructure for supporting VMID in lpfc, Muneendra
- [PATCH v3 18/19] lpfc: vmid: Introducing vmid in io path., Muneendra
- [PATCH v3 03/19] nvme: Added a newsysfs attribute appid_store, Muneendra
- [PATCH v3 01/19] cgroup: Added cgroup_get_from_kernfs_id, Muneendra
- [PATCH v3 02/19] blkcg: Added a app identifier support for blkcg, Muneendra
- [PATCH v3 19/19] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID, Muneendra
block ioctl cleanups v2,
Christoph Hellwig
- [PATCH 01/10] mtd_blkdevs: don't override BLKFLSBUF, Christoph Hellwig
- [PATCH 02/10] block: don't call into the driver for BLKFLSBUF, Christoph Hellwig
- [PATCH 03/10] block: add a new set_read_only method, Christoph Hellwig
- [PATCH 04/10] rbd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 05/10] md: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 06/10] dasd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 07/10] block: don't call into the driver for BLKROSET, Christoph Hellwig
- [PATCH 08/10] loop: use set_disk_ro, Christoph Hellwig
- [PATCH 09/10] block: remove set_device_ro, Christoph Hellwig
- [PATCH 10/10] block: remove __blkdev_driver_ioctl, Christoph Hellwig
- Re: block ioctl cleanups v2, Christoph Hellwig
[PATCH v3 0/2] nbd: fix use-after-freed and double lock bugs,
xiubli
[PATCH v2 0/2] nbd: fix use-after-freed and double lock bugs,
xiubli
[PATCH AUTOSEL 5.9 16/35] blk-cgroup: Fix memleak on error path, Sasha Levin
[PATCH AUTOSEL 5.9 17/35] blk-cgroup: Pre-allocate tree node on blkg_conf_prep, Sasha Levin
[PATCH AUTOSEL 5.8 15/29] blk-cgroup: Fix memleak on error path, Sasha Levin
[PATCH AUTOSEL 5.4 11/24] blk-cgroup: Fix memleak on error path, Sasha Levin
[PATCH AUTOSEL 5.4 12/24] blk-cgroup: Pre-allocate tree node on blkg_conf_prep, Sasha Levin
[PATCH AUTOSEL 4.19 05/11] blk-cgroup: Fix memleak on error path, Sasha Levin
[PATCH AUTOSEL 4.19 06/11] blk-cgroup: Pre-allocate tree node on blkg_conf_prep, Sasha Levin
[PATCH AUTOSEL 4.14 04/10] blk-cgroup: Fix memleak on error path, Sasha Levin
[PATCH AUTOSEL 4.14 05/10] blk-cgroup: Pre-allocate tree node on blkg_conf_prep, Sasha Levin
[PATCH AUTOSEL 5.8 16/29] blk-cgroup: Pre-allocate tree node on blkg_conf_prep, Sasha Levin
[PATCH V2] nvme: report capacity 0 for non supported ZNS SSDs,
Javier González
block ioctl cleanups,
Christoph Hellwig
- [PATCH 01/11] mtd_blkdevs: don't override BLKFLSBUF, Christoph Hellwig
- [PATCH 02/11] mtip32xx: return -ENOTTY for all unhanled ioctls, Christoph Hellwig
- [PATCH 03/11] block: don't call into the driver for BLKFLSBUF, Christoph Hellwig
- [PATCH 04/11] block: add a new set_read_only method, Christoph Hellwig
- [PATCH 05/11] rbd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 06/11] md: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 07/11] dasd: implement ->set_read_only to hook into BLKROSET processing, Christoph Hellwig
- [PATCH 08/11] block: don't call into the driver for BLKROSET, Christoph Hellwig
- [PATCH 09/11] loop: use set_disk_ro, Christoph Hellwig
- [PATCH 10/11] block: remove set_device_ro, Christoph Hellwig
- [PATCH 11/11] block: remove __blkdev_driver_ioctl, Christoph Hellwig
- Re: block ioctl cleanups, Jens Axboe
[GIT PULL] Block fixes for 5.10-rc,
Jens Axboe
[PATCH] blk-mq: mark flush request as IDLE in flush_end_io(),
Ming Lei
[PATCH] nvme: report capacity 0 for non supported ZNS SSDs,
Javier González
simplify gendisk lookup and remove struct block_device aliases v4,
Christoph Hellwig
- [PATCH 01/18] block: cleanup del_gendisk a bit, Christoph Hellwig
- [PATCH 02/18] block: open code kobj_map into in block/genhd.c, Christoph Hellwig
- [PATCH 03/18] block: split block_class_lock, Christoph Hellwig
- [PATCH 04/18] block: rework requesting modules for unclaimed devices, Christoph Hellwig
- [PATCH 05/18] block: add an optional probe callback to major_names, Christoph Hellwig
- [PATCH 06/18] ide: remove ide_{,un}register_region, Christoph Hellwig
- [PATCH 07/18] swim: don't call blk_register_region, Christoph Hellwig
- [PATCH 08/18] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t, Christoph Hellwig
- [PATCH 10/18] loop: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 11/18] md: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 12/18] ide: switch to __register_blkdev for command set probing, Christoph Hellwig
- [PATCH 13/18] floppy: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 09/18] brd: use __register_blkdev to allocate devices on demand, Christoph Hellwig
- [PATCH 14/18] amiflop: use separate gendisks for Amiga vs MS-DOS mode, Christoph Hellwig
- [PATCH 15/18] ataflop: use a separate gendisk for each media format, Christoph Hellwig
- [PATCH 16/18] z2ram: reindent, Christoph Hellwig
- [PATCH 17/18] z2ram: use separate gendisk for the different modes, Christoph Hellwig
- [PATCH 18/18] block: switch gendisk lookup to a simple xarray, Christoph Hellwig
- Re: simplify gendisk lookup and remove struct block_device aliases v4, Christoph Hellwig
- Re: simplify gendisk lookup and remove struct block_device aliases v4, Jens Axboe
[GIT PULL] nvme fixes for 5.10,
Christoph Hellwig
[PATCH 0/2] zoned null_blk fixes,
Damien Le Moal
[PATCH] nbd: don't update block size after device is started,
Ming Lei
[PATCH v4] zram: break the strict dependency from lzo,
Rui Salvaterra
[PATCH] block: advance iov_iter on bio_add_hw_page failure,
Naohiro Aota
Ocassional dropping of uevent of loop device (possible race),
Petr Vorel
[RFC] blk-mq: don't plug for HIPRI IO,
Xiaoguang Wang
[PATCH v3 09/32] blk-mq: docs: add kernel-doc description for a new struct member, Mauro Carvalho Chehab
[PATCH v5 1/2] block: fix inaccurate io_ticks, Weiping Zhang
[PATCH v5 2/2] blk-mq: break more earlier when interate hctx, Weiping Zhang
[PATCH v5 0/2] fix inaccurate io_ticks,
Weiping Zhang
[PATCH AUTOSEL 5.9 103/147] block: Consider only dispatched requests for inflight statistic, Sasha Levin
[PATCH AUTOSEL 5.8 095/132] block: Consider only dispatched requests for inflight statistic, Sasha Levin
[PATCH AUTOSEL 4.14 44/46] nbd: make the config put is called before the notifying the waiter, Sasha Levin
[PATCH AUTOSEL 4.19 58/60] nbd: make the config put is called before the notifying the waiter, Sasha Levin
[PATCH AUTOSEL 5.4 78/80] nbd: make the config put is called before the notifying the waiter, Sasha Levin
[PATCH RFC 2/7] block: export part_stat_read_inflight,
Anand Jain
[PATCH RFC 1/7] block: export part_stat_read_all,
Anand Jain
[PATCH AUTOSEL 5.8 130/132] nbd: make the config put is called before the notifying the waiter, Sasha Levin
[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed,
Kyle Huey
[PATCH 1/2] drbd: fix duplicate array initializer,
Arnd Bergmann
[PATCH net-next 03/11] rsxx: remove extraneous 'const' qualifier,
Arnd Bergmann
[PATCH] lib/scatterlist: use consistent sg_copy_buffer() return type,
David Disseldorp
[PATCH] print_req_error: Use dev_err_ratelimited,
Tony Asleson
[PATCH v3] zram: break the strict dependency from lzo,
Rui Salvaterra
[PATCH v4 2/2] blk-mq: break more earlier when interate hctx, Weiping Zhang
[PATCH v4 0/2] fix inaccurate io_ticks, Weiping Zhang
[PATCH v4 1/2] block: fix inaccurate io_ticks,
Weiping Zhang
[PATCH v3] block: fix inaccurate io_ticks, Weiping Zhang
[PATCH V2] block: fix inaccurate io_ticks, Weiping Zhang
[RFC] Removing b_end_io,
Matthew Wilcox
[GIT PULL] Block fixes for 5.10-rc1,
Jens Axboe
[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]