Linux Block Development
[Prev Page][Next Page]
- Re: [RFC 0/2] io_uring: examine request result only after completion, (continued)
[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
[PATCH block/for-linus] blk-rq-qos: fix first node deletion of rq_qos_del(),
Tejun Heo
[PATCH block/for-linus] blkcg: fix botched pd_prealloc error handling in blkcg_activate_policy(),
Tejun Heo
[PATCH V3] io_uring: consider the overflow of sequence for timeout req,
yangerkun
[PATCH] mm, swap: disallow swapon() on zoned block devices,
Naohiro Aota
[PATCH block/for-linus] iocost: don't let vrate run wild while there's no saturation signal,
Tejun Heo
[PATCH block/for-linus] blkcg: Fix ->pd_alloc_fn() being called with the wrong blkcg on policy activation,
Tejun Heo
[PATCH] nvme: resync include/linux/nvme.h with nvmecli,
Revanth Rajashekar
[RFC PATCH 0/2] block: use eBPF to redirect IO completion,
Hou Tao
[PATCH V2] io_uring: consider the overflow of sequence for timeout req,
yangerkun
[PATCH] zram: fix race between backing_dev_show and backing_dev_store,
Chen Wandun
[PATCH] io_uring: consider the overflow of sequence for timeout req,
yangerkun
[PATCH] nbd: fix hang in NBD_DO_IT ioctl error handling,
Mike Christie
WARNING: refcount bug in sock_wfree (2),
syzbot
[PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug,
Ming Lei
Re: [PATCH V4 0/5] blk-mq: improvement on handling IO during CPU hotplug, chenxiang (M)
[RFC v2] io_uring: add set of tracing events,
Dmitrii Dolgov
[GIT PULL] Single io_uring fix for 5.4-rc3,
Jens Axboe
[GIT PULL] Block fixes for 5.4-rc3,
Jens Axboe
[PATCH] block: account statistics for passthrough requests,
Logan Gunthorpe
[PATCH] loop: fix no-unmap write-zeroes request behavior,
Darrick J. Wong
[PATCH v9 00/12] nvmet: add target passthru commands support,
Logan Gunthorpe
- [PATCH v9 08/12] nvmet-tcp: don't check data_len in nvmet_tcp_map_data(), Logan Gunthorpe
- [PATCH v9 10/12] block: don't check blk_rq_is_passthrough() in blk_do_io_stat(), Logan Gunthorpe
- [PATCH v9 03/12] nvmet: add return value to nvmet_add_async_event(), Logan Gunthorpe
- [PATCH v9 06/12] nvmet-passthru: add enable/disable helpers, Logan Gunthorpe
- [PATCH v9 01/12] nvme-core: introduce nvme_ctrl_get_by_path(), Logan Gunthorpe
- [PATCH v9 07/12] nvmet-core: don't check the data len for pt-ctrl, Logan Gunthorpe
- [PATCH v9 05/12] nvmet-passthru: add passthru code to process commands, Logan Gunthorpe
- [PATCH v9 02/12] nvme-core: export existing ctrl and ns interfaces, Logan Gunthorpe
- [PATCH v9 11/12] block: call blk_account_io_start() in blk_execute_rq_nowait(), Logan Gunthorpe
- [PATCH v9 05/12] Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx> [logang@xxxxxxxxxxxx: fixed some of the wording in the help message] Signed-off-by: Logan Gunthorpe <logang@xxxxxxxxxxxx> Reviewed-by: Max Gurtovoy <maxg@xxxxxxxxxxxx>, Logan Gunthorpe
- [PATCH v9 12/12] nvmet-passthru: support block accounting, Logan Gunthorpe
- [PATCH v9 04/12] nvmet: make nvmet_copy_ns_identifier() non-static, Logan Gunthorpe
- [PATCH v9 09/12] nvmet-configfs: introduce passthru configfs interface, Logan Gunthorpe
[PATCH v6 00/43] compat_ioctl: remove most of fs/compat_ioctl.c,
Arnd Bergmann
[PATCH] null_blk: Fix zoned command return code,
kbusch
io_uring NULL pointer dereference on Linux v5.4-rc1,
Stefan Hajnoczi
liburing 0.2 release?,
Stefan Hajnoczi
[PATCH 1/2] io_uring: make the logic clearer for io_sequence_defer,
Jackie Liu
[PATCH V2] block: Fix elv_support_iosched(),
Damien Le Moal
[RFC v1] io_uring: add io_uring_link trace event,
Dmitrii Dolgov
[PATCH V3 0/5] blk-mq: improvement on handling IO during CPU hotplug,
Ming Lei
[PATCH v2 1/1] blk-mq: fill header with kernel-doc,
André Almeida
[PATCH] io_uring: remove wait loop spurious wakeups,
Pavel Begunkov (Silence)
[PATCH] block: Fix elv_support_iosched(),
Damien Le Moal
[PATCH] blk-stat: Optimise blk_stat_add(),
Pavel Begunkov (Silence)
[PATCH V2 RESEND 0/5] blk-mq: improvement on handling IO during CPU hotplug,
Ming Lei
[PATCH v2] blk-wbt: fix performance regression in wbt scale_up/scale_down,
Harshad Shirwadkar
packet writing support,
Mischa Baars
WARNING in __blk_mq_delay_run_hw_queue,
syzbot
[PATCH] io_uring: allow application controlled CQ ring size, Jens Axboe
[PATCHSET v2] io_uring: support fileset add/remove/modify,
Jens Axboe
[PATCH] io_uring: add support for IORING_REGISTER_FILES_UPDATE,
Jens Axboe
[PATCH] io_uring: Fix reversed nonblock flag,
Pavel Begunkov (Silence)
[GIT PULL] Block fixes for 5.4-rc2,
Jens Axboe
[5.4-rc1, regression] wb_workfn wakeup oops (was Re: frequent 5.4-rc1 crash?),
Dave Chinner
[PATCH 2/2] block: sed-opal: fix sparse warning: convert __be64 data,
Randy Dunlap
[PATCH 1/2] block: sed-opal: fix sparse warning: obsolete array init.,
Randy Dunlap
[PATCH 3.16 22/87] sbitmap: fix improper use of smp_mb__before_atomic(), Ben Hutchings
[PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface,
Paolo Valente
Lockup on USB and block devices,
Steven Rostedt
[PATCH AUTOSEL 5.3 15/71] rbd: fix response length parameter for encoded strings,
Sasha Levin
[PATCH AUTOSEL 5.2 14/63] rbd: fix response length parameter for encoded strings, Sasha Levin
[PATCH AUTOSEL 5.2 48/63] blk-mq: move lockdep_assert_held() into elevator_exit, Sasha Levin
[PATCH AUTOSEL 4.19 10/43] rbd: fix response length parameter for encoded strings, Sasha Levin
[PATCH AUTOSEL 4.14 07/29] rbd: fix response length parameter for encoded strings, Sasha Levin
[PATCH AUTOSEL 5.3 54/71] blk-mq: move lockdep_assert_held() into elevator_exit, Sasha Levin
[PATCH 0/2] s390/dasd: fixes for thin provisioning support,
Stefan Haberland
[PATCH 0/8] Block layer patches for kernel v5.5,
Bart Van Assche
INFO: task hung in nbd_ioctl,
syzbot
[PATCH 1/1] blk-mq: fill header with kernel-doc,
André Almeida
Re: [PATCH 1/1] blk-mq: fill header with kernel-doc, Bart Van Assche
Re: [PATCH 1/1] blk-mq: fill header with kernel-doc, 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]