Linux Block Development
[Prev Page][Next Page]
- [PATCH RFC v2 0/5] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs,
John Garry
- [PATCH v6 00/24] mm/gup: track dma-pinned pages: FOLL_PIN,
John Hubbard
- [PATCH v6 01/24] mm/gup: pass flags arg to __gup_device_* functions, John Hubbard
- [PATCH v6 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages, John Hubbard
- [PATCH v6 19/24] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v6 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*(), John Hubbard
- [PATCH v6 22/24] mm/gup_benchmark: support pin_user_pages() and related calls, John Hubbard
- [PATCH v6 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage, John Hubbard
- [PATCH v6 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH v6 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v6 16/24] net/xdp: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v6 17/24] mm/gup: track FOLL_PIN pages, John Hubbard
- [PATCH v6 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1", John Hubbard
- [PATCH v6 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP, John Hubbard
- [PATCH v6 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH v6 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v6 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast(), John Hubbard
- [PATCH v6 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote(), John Hubbard
- [PATCH v6 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM, John Hubbard
- [PATCH v6 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages, John Hubbard
- [PATCH v6 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers, John Hubbard
- [PATCH v6 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN, John Hubbard
- [PATCH v6 06/24] goldish_pipe: rename local pin_user_pages() routine, John Hubbard
- [PATCH v6 02/24] mm/gup: factor out duplicate code from four routines, John Hubbard
- [PATCH v6 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free(), John Hubbard
- [PATCH v6 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues, John Hubbard
- KASAN: use-after-free Read in blkcg_print_stat (2),
syzbot
- [v2] nbd:fix memory leak in nbd_get_socket(),
Sun Ke
- [PATCH] nbd:fix memory leak in nbd_get_socket(),
Sun Ke
- The irq Affinity is changed after the patch(Fixes: b1a5a73e64e9 ("genirq/affinity: Spread vectors on node according to nr_cpu ratio")),
chenxiang (M)
[PATCH] block: Don't disable interrupts in trigger_softirq(),
Sebastian Andrzej Siewior
[PATCH 0/4] scis: don't apply per-LUN queue depth for SSD,
Ming Lei
[PATCH V2] scsi: core: only re-run queue in scsi_end_request() if device queue is busy,
Ming Lei
[PATCH v2 0/4] skd/mtip32xx: Prefer pcie_capability_read_word(),
Frederick Lawler
Qestion about block cgroup for disk partition, Zorro Lang
Question about block cgroup for disk partition, Zorro Lang
[PATCH] scsi: core: only re-run queue in scsi_end_request() if device queue is busy,
Ming Lei
[PATCH AUTOSEL 4.19 136/237] block: fix the DISCARD request merge, Sasha Levin
[PATCH AUTOSEL 4.19 043/237] amiflop: clean up on errors during setup, Sasha Levin
[PATCH AUTOSEL 4.19 021/237] skd: fixup usage of legacy IO API, Sasha Levin
[PATCH AUTOSEL 4.14 012/150] skd: fixup usage of legacy IO API, Sasha Levin
[PATCH AUTOSEL 4.14 025/150] amiflop: clean up on errors during setup, Sasha Levin
[PATCH AUTOSEL 4.4 13/77] amiflop: clean up on errors during setup, Sasha Levin
[PATCH AUTOSEL 4.9 15/99] amiflop: clean up on errors during setup, Sasha Levin
[PATCH AUTOSEL 4.14 083/150] block: fix the DISCARD request merge, Sasha Levin
[PATCH AUTOSEL 4.19 148/237] block: call rq_qos_exit() after queue is frozen, Sasha Levin
[PATCH 0/2] nbd: local daemon restart support,
Mike Christie
[Patch v2] blk-mq: avoid repeatedly scheduling the same work to run hardware queue, longli
[GIT PULL] Fixes for 5.4-rc8/final,
Jens Axboe
[PATCH blktests 0/4] Add an SRP test for the SoftiWARP driver,
Bart Van Assche
Re: [pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address,
David Howells
[PATCH -next] scsi: sd_zbc: Remove set but not used variable 'buflen',
YueHaibing
[PATCH RESEND 0/2] scsi: ufs: hibern8 fixes,
sheebab
[PATCH RFC 0/3] blk-mq/nvme: use blk_mq_alloc_request() for NVMe's connect request,
Ming Lei
null_handle_cmd() doesn't initialize data when reading,
Alexander Potapenko
[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN,
John Hubbard
- [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1", John Hubbard
- [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls, John Hubbard
- [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage, John Hubbard
- [PATCH v5 17/24] mm/gup: track FOLL_PIN pages, John Hubbard
- [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast(), John Hubbard
- [PATCH v5 19/24] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*(), John Hubbard
- [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP, John Hubbard
- [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM, John Hubbard
- [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages, John Hubbard
- [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free(), John Hubbard
- [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers, John Hubbard
- [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine, John Hubbard
- [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN, John Hubbard
- [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote(), John Hubbard
- [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages, John Hubbard
- [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions, John Hubbard
- [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines, John Hubbard
- [PATCH v5 16/24] net/xdp: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues, John Hubbard
[PATCH v7 0/2] loop: Better discard for block devices,
Evan Green
[PATCH] block-mq: ratelimit the warning log, Junxiao Bi
[PATCH] blk-mq: avoid repeatedly scheduling the same work to run hardware queue,
longli
disk revalidation cleanups and fixlets v2,
Christoph Hellwig
single aio thread is migrated crazily by scheduler,
Ming Lei
[PATCH BUGFIX V2 0/1] block, bfq: deschedule empty bfq_queues not referred by any process,
Paolo Valente
Re: general protection fault in io_commit_cqring, syzbot
[PATCH 0/2] blk-mq/sbitmap: Delete some unused functions,
John Garry
[PATCH] block: Fix the typo in comment of function deadline_latter_request,
Xianting Tian
[PATCH v1] block, bfq: set default slice_idle to zero for SSDs,
Pradeep P V K
[PATCH RFC 0/5] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs,
John Garry
[PATCH v2 00/12] bcache patches for Linux v5.5,
Coly Li
- [PATCH 01/12] bcache: fix fifo index swapping condition in journal_pin_cmp(), Coly Li
- [PATCH 02/12] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock, Coly Li
- [PATCH 03/12] bcache: fix static checker warning in bcache_device_free(), Coly Li
- [PATCH 04/12] bcache: add more accurate error messages in read_super(), Coly Li
- [PATCH 05/12] bcache: deleted code comments for dead code in bch_data_insert_keys(), Coly Li
- [PATCH 06/12] bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front(), Coly Li
- [PATCH 07/12] bcache: fix deadlock in bcache_allocator, Coly Li
- [PATCH 08/12] bcache: add code comments in bch_btree_leaf_dirty(), Coly Li
- [PATCH 09/12] bcache: add idle_max_writeback_rate sysfs interface, Coly Li
- [PATCH 10/12] bcache: at least try to shrink 1 node in bch_mca_scan(), Coly Li
- [PATCH 11/12] bcache: remove the extra cflags for request.o, Coly Li
- [PATCH 12/12] bcache: don't export symbols, Coly Li
- Re: [PATCH v2 00/12] bcache patches for Linux v5.5, Jens Axboe
[PATCH] iocost: check active_list of all the ancestors in iocg_activate(),
Jiufei Xue
[PATCH] rsxx: add missed destroy_workqueue calls in remove,
Chuhong Yuan
[PATCH 00/10] bcache patches for Linux v5.5,
Coly Li
- [PATCH 01/10] bcache: fix fifo index swapping condition in journal_pin_cmp(), Coly Li
- [PATCH 02/10] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock, Coly Li
- [PATCH 03/10] bcache: fix static checker warning in bcache_device_free(), Coly Li
- [PATCH 04/10] bcache: add more accurate error messages in read_super(), Coly Li
- [PATCH 05/10] bcache: deleted code comments for dead code in bch_data_insert_keys(), Coly Li
- [PATCH 06/10] bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front(), Coly Li
- [PATCH 07/10] bcache: fix deadlock in bcache_allocator, Coly Li
- [PATCH 08/10] bcache: add code comments in bch_btree_leaf_dirty(), Coly Li
- [PATCH 09/10] bcache: add idle_max_writeback_rate sysfs interface, Coly Li
- [PATCH 10/10] bcache: at least try to shrink 1 node in bch_mca_scan(), Coly Li
- Re: [PATCH 00/10] bcache patches for Linux v5.5, Christoph Hellwig
[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM,
John Hubbard
- [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages, John Hubbard
- [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls, John Hubbard
- [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions, John Hubbard
- [PATCH v4 15/23] net/xdp: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1", John Hubbard
- [PATCH v4 18/23] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v4 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*(), John Hubbard
- [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine, John Hubbard
- [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM), John Hubbard
- [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages, John Hubbard
- [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers, John Hubbard
- [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast(), John Hubbard
- [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues, John Hubbard
- [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage, John Hubbard
- [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote(), John Hubbard
- [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH v4 16/23] mm/gup: track FOLL_PIN pages, John Hubbard
- [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines, John Hubbard
- [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN, John Hubbard
- [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM, John Hubbard
- [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page(), John Hubbard
- Re: [PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM, John Hubbard
[PATCH AUTOSEL 4.19 168/209] lightnvm: pblk: fix rqd.error return value in pblk_blk_erase_sync, Sasha Levin
[PATCH AUTOSEL 4.19 171/209] lightnvm: pblk: fix write amplificiation calculation, Sasha Levin
[PATCH AUTOSEL 4.19 170/209] lightnvm: pblk: guarantee emeta on line close, Sasha Levin
[PATCH AUTOSEL 4.19 169/209] lightnvm: pblk: fix incorrect min_write_pgs, Sasha Levin
[PATCH AUTOSEL 4.19 172/209] lightnvm: pblk: guarantee mw_cunits on read buffer, Sasha Levin
[PATCH AUTOSEL 4.19 174/209] lightnvm: pblk: fix error handling of pblk_lines_init(), Sasha Levin
[PATCH AUTOSEL 4.19 175/209] lightnvm: pblk: consider max hw sectors supported for max_write_pgs, Sasha Levin
'current_state' is uninitialized in rbd_object_map_update_finish(),
Tony Lu
[RFC PATCH] block: move rb interval tree from drbd to block,
jgq516
[PATCH BUGFIX] block, bfq: deschedule empty bfq_queues not referred by any process,
Paolo Valente
[PATCH] block: check bi_size overflow before merge,
Junichi Nomura
[PATCH] Add prctl support for controlling mem reclaim V4,
Mike Christie
[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM,
John Hubbard
- [PATCH v3 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH v3 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v3 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page(), John Hubbard
- [PATCH v3 21/23] mm/gup_benchmark: support pin_user_pages() and related calls, John Hubbard
- [PATCH v3 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage, John Hubbard
- [PATCH v3 23/23] mm/gup: remove support for gup(FOLL_LONGTERM), John Hubbard
- [PATCH v3 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1", John Hubbard
- [PATCH v3 18/23] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v3 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH v3 15/23] net/xdp: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH v3 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast(), John Hubbard
- [PATCH v3 16/23] mm/gup: track FOLL_PIN pages, John Hubbard
- [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN, John Hubbard
- [PATCH v3 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*(), John Hubbard
- [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM, John Hubbard
[PATCH v3 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote(), John Hubbard
[PATCH v3 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers, John Hubbard
[PATCH v3 01/23] mm/gup: pass flags arg to __gup_device_* functions, John Hubbard
[PATCH v3 05/23] goldish_pipe: rename local pin_user_pages() routine, John Hubbard
[PATCH v3 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages, John Hubbard
[PATCH v3 02/23] mm/gup: factor out duplicate code from four routines, John Hubbard
[PATCH v3 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues, John Hubbard
[PATCH v3 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages, John Hubbard
Re: [PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM, Jason Gunthorpe
[PATCH V2 0/2] block: allow zone_mgmt_ops to bail out on SIGKILL,
Chaitanya Kulkarni
[PATCH] io_uring: fix compilation warning,
Chaitanya Kulkarni
[PATCH v6 0/2] loop: Better discard for block devices,
Evan Green
Re: [PATCH v6 0/4] Add MMC software queue support,
Arnd Bergmann
[PATCH] iocost: treat as root level when parents are activated,
Jiufei Xue
[PATCH v2 0/9] Zoned block device enhancements and zone report rework,
Damien Le Moal
- [PATCH v2 1/9] block: Enhance blk_revalidate_disk_zones(), Damien Le Moal
- [PATCH v2 2/9] block: cleanup the !zoned case in blk_revalidate_disk_zones, Damien Le Moal
- [PATCH v2 3/9] block: Simplify report zones execution, Damien Le Moal
- [PATCH v2 4/9] block: Remove partition support for zoned block devices, Damien Le Moal
- [PATCH v2 5/9] null_blk: clean up the block device operations, Damien Le Moal
- [PATCH v2 6/9] null_blk: clean up report zones, Damien Le Moal
- [PATCH v2 7/9] null_blk: Add zone_nr_conv to features, Damien Le Moal
- [PATCH v2 8/9] scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer(), Damien Le Moal
- [PATCH v2 9/9] block: rework zone reporting, Damien Le Moal
- Re: [PATCH v2 0/9] Zoned block device enhancements and zone report rework, Jens Axboe
[PATCH] block: genhd: skip blk_register_region() for disk using ext-dev,
Hou Tao
Re: KASAN: invalid-free in io_sqe_files_unregister,
syzbot
[PATCH] block: allow zone_mgmt_ops to bail out on SIGKILL,
Chaitanya Kulkarni
[GIT PULL] Block fixes for 5.4-rc7,
Jens Axboe
[PATCH] block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_token_u64',
Revanth Rajashekar
[PATCH block/for-linus] cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead,
Tejun Heo
[PATCH] Add prctl support for controlling mem reclaim V3,
Mike Christie
[PATCH AUTOSEL 4.19 191/205] blok, bfq: do not plug I/O if all queues are weight-raised, Sasha Levin
[PATCH AUTOSEL 4.19 190/205] block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash, Sasha Levin
[PATCH AUTOSEL 4.14 093/103] blok, bfq: do not plug I/O if all queues are weight-raised, Sasha Levin
[PATCH 0/2] block: two fixes on avoiding bio splitting,
Ming Lei
[PATCH 0/9] Zoned block device enhancements and zone report rework,
Damien Le Moal
[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]