Linux Block Development
[Prev Page][Next Page]
[RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots [ver #3], David Howells
[RFC PATCH 06/11] pipe: Advance tail pointer inside of wait spinlock in pipe_read() [ver #3], David Howells
[RFC PATCH 07/11] pipe: Conditionalise wakeup in pipe_read() [ver #3], David Howells
[RFC PATCH 08/11] pipe: Rearrange sequence in pipe_write() to preallocate slot [ver #3], David Howells
[RFC PATCH 09/11] pipe: Remove redundant wakeup from pipe_write() [ver #3], David Howells
[RFC PATCH 10/11] pipe: Check for ring full inside of the spinlock in pipe_write() [ver #3], David Howells
[RFC PATCH 11/11] pipe: Increase the writer-wakeup threshold to reduce context-switch count [ver #3], David Howells
Re: [RFC PATCH 00/11] pipe: Notification queue preparation [ver #3], Linus Torvalds
Re: [RFC PATCH 00/11] pipe: Notification queue preparation [ver #3], David Howells
Details on the UAPI of implementing notifications on pipes, David Howells
[PATCH] block: retry blk_rq_map_user_iov() on failure,
Jens Axboe
[PATCH v3 0/3] block: sed-opal: Generic Read/Write Opal Tables,
Revanth Rajashekar
[PATCH] io_uring: signedness bug in io_async_cancel(),
Dan Carpenter
[PATCH] iocost: don't nest spin_lock_irq in ioc_weight_write(),
Dan Carpenter
[PATCH v4] loop: fix no-unmap write-zeroes request behavior,
Darrick J. Wong
[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM,
John Hubbard
- [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage, John Hubbard
- [PATCH 14/19] vfio, mm: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH 19/19] Documentation/vm: add pin_user_pages.rst, John Hubbard
- [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM), John Hubbard
- [PATCH 16/19] mm/gup_benchmark: support pin_user_pages() and related calls, John Hubbard
- [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion, John Hubbard
- [PATCH 15/19] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page(), John Hubbard
- [PATCH 12/19] mm/gup: track FOLL_PIN pages, John Hubbard
- [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages(), John Hubbard
- [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*(), John Hubbard
- [PATCH 06/19] goldish_pipe: convert to pin_user_pages() and put_user_page(), John Hubbard
- [PATCH 02/19] mm/gup: factor out duplicate code from four routines, John Hubbard
- [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine, John Hubbard
- [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast(), John Hubbard
- [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote(), John Hubbard
- [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN, John Hubbard
- [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions, John Hubbard
- [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers, John Hubbard
[PATCH blktests v2 0/3] Add --config argument for custom config filenames,
André Almeida
[blktests PATCH 0/2] nvme: add a new test to check model attr,
Chaitanya Kulkarni
[PATCH AUTOSEL 4.19 36/38] nbd: protect cmd->status with cmd->lock, Sasha Levin
[PATCH AUTOSEL 4.19 37/38] nbd: handle racing with error'ed out commands, Sasha Levin
[PATCH AUTOSEL 4.19 38/38] nbd: verify socket is supported during setup, Sasha Levin
[PATCH AUTOSEL 4.14 24/24] nbd: verify socket is supported during setup, Sasha Levin
[PATCH AUTOSEL 4.14 23/24] nbd: handle racing with error'ed out commands, Sasha Levin
Re: BUG: unable to handle kernel paging request in io_wq_cancel_all,
syzbot
[PATCH] liburing/test: fix build errors,
Joseph Qi
[PATCH] blk-mq: Fix typo in comment,
Gabriela Bittencourt
[PATCH v2] blk-mq: Document functions for sending request, André Almeida
[PATCH blktests 0/3] Add --config argument for custom config filenames,
André Almeida
[PATCH] blk-mq: Make blk_mq_run_hw_queue() return void,
John Garry
[PATCH] io_uring: support for generic async request cancel, Jens Axboe
[PATCH V3] block: optimize for small block size IO,
Ming Lei
[PATCH] fs/iomap: remove redundant check in iomap_dio_rw(),
Joseph Qi
[PATCH V2] block: optimize for small BS IO,
Ming Lei
[PATCH] block: optimize for small BS IO,
Ming Lei
[PATCH] io_uring: set -EINTR directly when a signal wakes up in io_cqring_wait,
Jackie Liu
[PATCH] blk-mq: Document functions for sending request,
André Almeida
KASAN: use-after-free Read in io_uring_setup,
syzbot
[PATCH v5 0/9] Inline Encryption Support,
Satya Tangirala
[PATCH][for-linus] io_uring: Fix mm_fault with READ/WRITE_FIXED,
Pavel Begunkov
[PATCH][for-linus] io_uring: Fix leaked shadow_req,
Pavel Begunkov
[PATCH 1/1] io_uring: remove index from sqe_submit,
Pavel Begunkov
[PATCH 0/2][for-next] cleanup submission path,
Pavel Begunkov
[PATCH 0/8] Zone management commands support,
Damien Le Moal
- [PATCH 1/8] block: Remove REQ_OP_ZONE_RESET plugging, Damien Le Moal
- [PATCH 2/8] block: Simplify REQ_OP_ZONE_RESET_ALL handling, Damien Le Moal
- [PATCH 3/8] scsi: sd_zbc: Fix sd_zbc_complete(), Damien Le Moal
- [PATCH 4/8] block: add zone open, close and finish operations, Damien Le Moal
- [PATCH 5/8] block: add zone open, close and finish ioctl support, Damien Le Moal
- [PATCH 6/8] scsi: sd_zbc: add zone open, close, and finish support, Damien Le Moal
- [PATCH 7/8] dm: add zone open, close and finish support, Damien Le Moal
- [PATCH 8/8] null_blk: add zone open, close, and finish support, Damien Le Moal
- Re: [PATCH 0/8] Zone management commands support, Jens Axboe
- Re: [PATCH 0/8] Zone management commands support, Jens Axboe
Re: KASAN: null-ptr-deref Write in io_wq_cancel_all, syzbot
[PATCH v2] io_uring: support for larger fixed file sets, Jens Axboe
[PATCH] io_uring: protect fixed file indexing with array_index_nospec(), Jens Axboe
[PATCH AUTOSEL 5.3 76/99] rbd: cancel lock_dwork if the wait is interrupted, Sasha Levin
[GIT PULL] Fixes for 5.4-rc5,
Jens Axboe
[PATCH] io_uring: support for larger fixed file sets,
Jens Axboe
[PATCHSET v2 0/4] io_uring: add support for accept(4),
Jens Axboe
[PATCHSET v2 0/2] Replace io_uring workqueues with io-wq,
Jens Axboe
[PATCH v2 0/3] Reduce the amount of memory required for request queues,
Bart Van Assche
dm-snapshot for system updates in Android,
Alessio Balsini
[BUG] io_uring: defer logic based on shared data,
Pavel Begunkov
[PATCH liburing 1/1] test/defer: Test deferring with drain and links,
Pavel Begunkov (Silence)
[BUG][RFC] Miscalculated inflight counter in io_uring,
Pavel Begunkov
[PATCH 0/3][for-linus] Fix bunch of bugs in io_uring,
Pavel Begunkov (Silence)
[PATCH] md/raid1: avoid soft lockup under high load,
Hannes Reinecke
[PATCH blktests v2 0/2] Add a test that triggers blk_mq_update_nr_hw_queues(),
Bart Van Assche
[PATCH] block: reorder bio::__bi_remaining for better packing,
David Sterba
[PATCH trivial] block: mtip32xx: Spelling s/configration/configuration/, Geert Uytterhoeven
[PATCHSET] Replace io_uring workqueues with io-wq,
Jens Axboe
[RFC 0/2] io_uring: examine request result only after completion,
Bijan Mottahedeh
[PATCH 0/4] zoned block device report zones enhancements,
Damien Le Moal
[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2],
David Howells
- [RFC PATCH 01/10] pipe: Reduce #inclusion of pipe_fs_i.h [ver #2], David Howells
- [RFC PATCH 02/10] Remove the nr_exclusive argument from __wake_up_sync_key() [ver #2], David Howells
- [RFC PATCH 03/10] Add wake_up_interruptible_sync_poll_locked() [ver #2], David Howells
- [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], Linus Torvalds
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], Ilya Dryomov
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], Johannes Hirte
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- [RFC PATCH 05/10] pipe: Allow pipes to have kernel-reserved slots [ver #2], David Howells
- [RFC PATCH 06/10] pipe: Advance tail pointer inside of wait spinlock in pipe_read() [ver #2], David Howells
- [RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() [ver #2], David Howells
- [RFC PATCH 08/10] pipe: Rearrange sequence in pipe_write() to preallocate slot [ver #2], David Howells
- [RFC PATCH 09/10] pipe: Remove redundant wakeup from pipe_write() [ver #2], David Howells
- [RFC PATCH 10/10] pipe: Check for ring full inside of the spinlock in pipe_write() [ver #2], David Howells
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- Re: [RFC PATCH 00/10] pipe: Notification queue preparation [ver #2], Peter Zijlstra
- [RFC PATCH 11/10] pipe: Add fsync() support [ver #2], David Howells
[PATCH] blk-mq: Fix cpu indexing error in blk_mq_alloc_request_hctx(),
James Smart
[bug report] null_blk: return fixed zoned reads > write pointer,
Dan Carpenter
INFO: task syz-executor can't die for more than 143 seconds. (2),
syzbot
[PATCH liburing 1/2] test/timeout: add multi timeout reqs test with different timeout,
zhangyi (F)
[PATCH 1/2] io_uring : correct timeout req sequence when waiting timeout,
zhangyi (F)
[PATCH] io_uring: ensure cq_entries is at least equal to or greater than sq_entries,
Jackie Liu
Some questions regarding block device semantics, Alberto Faria
[PATCH] blk-mq: remove needless goto from blk_mq_get_driver_tag,
André Almeida
[PATCH v3 1/1] blk-mq: fill header with kernel-doc,
André Almeida
[PATCH blktests 0/2] Add a test that triggers blk_mq_update_nr_hw_queues(),
Bart Van Assche
[PATCH 0/4] Reduce the amount of memory required for request queues,
Bart Van Assche
[PATCH] Add prctl support for controlling PF_MEMALLOC V2,
Mike Christie
[PATCH 0/2] fix double completion of timed out commands,
Josef Bacik
[PATCH liburing] Add test for overflow of timeout request's sequence,
yangerkun
[PATCH 0/2] bdev: Refresh bdev size for disks without partitioning,
Jan Kara
[PATCH 0/2 v2] Small cleanups,
Damien Le Moal
[PATCH 0/2] Small cleanups,
Damien Le Moal
[GIT PULL] Block fixes for 5.4-rc4,
Jens Axboe
[PATCH AUTOSEL 4.19 097/100] nbd: fix possible sysfs duplicate warning, Sasha Levin
[PATCH AUTOSEL 4.14 53/56] nbd: fix possible sysfs duplicate warning, Sasha Levin
[PATCH AUTOSEL 5.3 85/89] nbd: fix possible sysfs duplicate warning, Sasha Levin
[PATCH] kernel: convert switch/case fallthrough comments to fallthrough;,
Joe Perches
[git pull] device mapper fixes for 5.4-rc4,
Mike Snitzer
Disk size update on first open, Jan Kara
[PATCHSET] io_uring: add support for accept(4),
Jens Axboe
[PATCH] nbd: verify socket is supported during setup,
Mike Christie
[PATCH RESEND] null_blk: return fixed zoned reads > write pointer,
Chaitanya Kulkarni
[PATCH] io_uring: fix up O_NONBLOCK handling for sockets,
Jens Axboe
[PATCH] io_uring: fix logic error in io_timeout,
yangerkun
[PATCH] io_uring: add support for canceling timeout requests, Jens Axboe
[PATCH v2 0/3] block: sed-opal: Generic Read/Write Opal Tables,
Revanth Rajashekar
[PATCH] io_uring: add support for absolute timeouts, Jens Axboe
[RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications,
David Howells
- [RFC PATCH 01/21] pipe: Reduce #inclusion of pipe_fs_i.h, David Howells
- [RFC PATCH 02/21] Add a prelocked wake-up, David Howells
- [RFC PATCH 03/21] pipe: Use head and tail pointers for the ring, not cursor and length, David Howells
- [RFC PATCH 04/21] pipe: Advance tail pointer inside of wait spinlock in pipe_read(), David Howells
- [RFC PATCH 05/21] pipe: Conditionalise wakeup in pipe_read(), David Howells
- [RFC PATCH 06/21] pipe: Rearrange sequence in pipe_write() to preallocate slot, David Howells
- [RFC PATCH 07/21] pipe: Remove redundant wakeup from pipe_write(), David Howells
- [RFC PATCH 08/21] pipe: Check for ring full inside of the spinlock in pipe_write(), David Howells
- [RFC PATCH 09/21] uapi: General notification queue definitions, David Howells
- [RFC PATCH 10/21] security: Add hooks to rule on setting a watch, David Howells
- [RFC PATCH 11/21] security: Add a hook for the point of notification insertion, David Howells
- [RFC PATCH 12/21] pipe: Add general notification queue support, David Howells
- [RFC PATCH 13/21] keys: Add a notification facility, David Howells
- [RFC PATCH 14/21] Add sample notification program, David Howells
- [RFC PATCH 15/21] pipe: Allow buffers to be marked read-whole-or-error for notifications, David Howells
- [RFC PATCH 16/21] pipe: Add notification lossage handling, David Howells
- [RFC PATCH 17/21] Add a general, global device notification watch list, David Howells
- [RFC PATCH 18/21] block: Add block layer notifications, David Howells
- [RFC PATCH 19/21] usb: Add USB subsystem notifications, David Howells
- [RFC PATCH 20/21] selinux: Implement the watch_key security hook, David Howells
- [RFC PATCH 21/21] smack: Implement the watch_key and post_notification hooks, David Howells
- Re: [RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications, James Morris
- Re: [RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications, Linus Torvalds
[RFC v3] io_uring: add set of tracing events,
Dmitrii Dolgov
bcache kbuild cleanups,
Christoph Hellwig
[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]