Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH 3/5] bcache: fix refcount underflow in bcache_device_free(), (continued)
- question about the usage of avg_lat in io latency controller,
xiaohui li
- [PATCH] blk-mq: Explicitly zero-init blk_mq_tags.active_queues, John Garry
- [PATCH] block/floppy: fix contended case in floppy_queue_rq(),
Jiri Kosina
- [PATCH] block: account flush request in inflight sysfs files,
Hou Tao
- block I/O accounting improvements,
Christoph Hellwig
- [PATCH 01/16] block: add disk/bio-based accounting helpers, Christoph Hellwig
- [PATCH 02/16] drbd: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 03/16] rsxx: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 05/16] bcache: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 07/16] nvdimm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 10/16] block: move update_io_ticks to blk-core.c, Christoph Hellwig
- [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock(), Christoph Hellwig
- [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id(), Christoph Hellwig
- [PATCH 16/16] block: reduce part_stat_lock() scope, Christoph Hellwig
- [PATCH 13/16] block: add a blk_account_io_merge_bio helper, Christoph Hellwig
- [PATCH 12/16] block: account merge of two requests, Christoph Hellwig
- [PATCH 11/16] block: always use a percpu variable for disk stats, Christoph Hellwig
- [PATCH 09/16] block: remove generic_{start,end}_io_acct, Christoph Hellwig
- [PATCH 06/16] dm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 04/16] lightnvm/pblk: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 08/16] zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct, Christoph Hellwig
- Re: block I/O accounting improvements, Konstantin Khlebnikov
- [PATCH V2 0/6] blk-mq: support batching dispatch from scheduler,
Ming Lei
- [PATCH][next] loop: remove redundant assignment to variable error,
Colin King
- [PATCH] block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers,
Coly Li
- [RFC PATCH v4 0/3] bcache: support zoned device as bcache backing device,
Coly Li
- [PATCH] RDMA/rtrs: server: use already dereferenced rtrs_sess structure,
haris . phnx
- [PATCH] iov_iter: fix gap alignment check, Keith Busch
- [PATCH 0/2]null_blk: small fixes for zoned mode,
Chaitanya Kulkarni
- blk-mq: improvement CPU hotplug (simplified version) v3,
Christoph Hellwig
- [PATCH blktests] Restore support for running tests without prior test results,
Bart Van Assche
- [PATCH 0/3] blk-mq/nvme: improve nvme-pci reset handler,
Ming Lei
- Fwd: [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported,
Jens Axboe
- [PATCH v1 00/25] seqlock: Extend seqcount API with associated locks,
Ahmed S. Darwish
- [PATCH v1 21/25] iocost: Use sequence counter with associated spinlock, Ahmed S. Darwish
- [PATCH v2 00/18] seqlock: Extend seqcount API with associated locks, Ahmed S. Darwish
- [PATCH v3 00/20] seqlock: Extend seqcount API with associated locks, Ahmed S. Darwish
Re: linux-next: Tree for May 19 (block/rnbd/),
Randy Dunlap
[PATCH] block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess(),
Dan Carpenter
[PATCH v2] rtrs-clt: silence kbuild test inconsistent intenting smatch warning,
Danil Kipnis
[PATCH -next] block/rnbd: server: fix error return code in rnbd_srv_create_dev_sysfs(),
Wei Yongjun
[PATCH 0/1] Fix RTRS compilation with block layer disabled,
Danil Kipnis
blktests block/013 failed from commit "block: remove the bd_openers checks in blk_drop_partitions",
Yi Zhang
[PATCH v3 0/4] Block layer patches for kernel v5.8,
Bart Van Assche
[PATCH 4.4 64/86] blk-mq: Allow timeouts to run while queue is freezing, Greg Kroah-Hartman
Re: mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page,
Naresh Kamboju
[PATCH] blkcg:Fix memory leaks in blkg_conf_prep(),
Wu Bo
blk-mq: improvement CPU hotplug (simplified version) v2,
Christoph Hellwig
- [PATCH 1/9] blk-mq: split out a __blk_mq_get_driver_tag helper, Christoph Hellwig
- [PATCH 2/9] blk-mq: remove the bio argument to ->prepare_request, Christoph Hellwig
- [PATCH 3/9] blk-mq: simplify the blk_mq_get_request calling convention, Christoph Hellwig
- [PATCH 4/9] blk-mq: merge blk_mq_rq_ctx_init into __blk_mq_alloc_request, Christoph Hellwig
- [PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx, Christoph Hellwig
- [PATCH 6/9] blk-mq: don't set data->ctx and data->hctx in __blk_mq_alloc_request, Christoph Hellwig
- [PATCH 7/9] blk-mq: disable preemption during allocating request tag, Christoph Hellwig
- [PATCH 8/9] blk-mq: add blk_mq_all_tag_iter, Christoph Hellwig
- [PATCH 9/9] blk-mq: drain I/O when all CPUs in a hctx are offline, Christoph Hellwig
- Re: blk-mq: improvement CPU hotplug (simplified version) v2, John Garry
nvme double __blk_mq_complete_request() bugs,
Dongli Zhang
WARNING in get_probe_ref, syzbot
[PATCH v2 0/4] Block layer patches for kernel v5.8,
Bart Van Assche
[PATCH] block: Remove unused flush_queue_delayed in struct blk_flush_queue,
Baolin Wang
[PATCH v6 0/7] Introduce NVIDIA Tegra Partition Table,
Dmitry Osipenko
[GIT PULL] Block fixes for 5.7-rc6,
Jens Axboe
avoid a few q_usage_counter roundtrips v3,
Christoph Hellwig
[PATCH] blk-mq: remove the bio argument to ->prepare_request,
Christoph Hellwig
[PATCH v5 0/6] Introduce NVIDIA Tegra Partition Table,
Dmitry Osipenko
avoid a few q_usage_counter roundtrips v2,
Christoph Hellwig
[PATCH 0/3] bcache-tools: suport zoned device as making backing evice,
Coly Li
[RFC PATCH v2 0/4] block layer change necessary for bcache zoned device support,
Coly Li
[PATCH v5 0/7] block: fix blktrace debugfs use after free,
Luis Chamberlain
[PATCH 0/5] Block layer patches for kernel v5.8,
Bart Van Assche
Maintainers / Kernel Summit 2020 planning kick-off,
Theodore Y. Ts'o
[RFC PATCH 0/4] block layer change necessary for bcache zoned device support,
Coly Li
Re: [PATCH] blkcg: Fix memory leak in blkg_conf_prep(),
Markus Elfring
[PATCH] blkcg:fixes memory leaks in blkg_conf_prep(), Wu Bo
[PATCH v4 0/6] Introduce NVIDIA Tegra Partition Table,
Dmitry Osipenko
[PATCH 0/6] blk-mq: improvement CPU hotplug(simplified version),
Ming Lei
[PATCH AUTOSEL 5.6 32/62] virtio-blk: handle block_device_operations callbacks after hot unplug, Sasha Levin
[PATCH AUTOSEL 5.4 29/49] virtio-blk: handle block_device_operations callbacks after hot unplug, Sasha Levin
[PATCH AUTOSEL 4.19 22/31] virtio-blk: handle block_device_operations callbacks after hot unplug, Sasha Levin
[PATCH AUTOSEL 4.14 31/39] virtio-blk: handle block_device_operations callbacks after hot unplug, Sasha Levin
[PATCH] block: deny zone management ioctl on mounted fs,
Johannes Thumshirn
[PATCH] block: move blk_io_schedule() out of header file,
Ming Lei
[PATCH] block: Improve io_opt limit stacking,
Damien Le Moal
[PATCH v2] nvme: Fix io_opt limit setting,
Damien Le Moal
[PATCH] nvme: Fix io_opt limit setting,
Damien Le Moal
[PATCH] block: fix build failure in case of !CONFIG_BLOCK,
Ming Lei
[PATCH v13 00/12] Inline Encryption Support,
Satya Tangirala
- [PATCH v13 01/12] Documentation: Document the blk-crypto framework, Satya Tangirala
- [PATCH v13 05/12] block: blk-crypto-fallback for Inline Encryption, Satya Tangirala
- [PATCH v13 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions, Satya Tangirala
- [PATCH v13 07/12] scsi: ufs: UFS crypto API, Satya Tangirala
- [PATCH v13 08/12] scsi: ufs: Add inline encryption support to UFS, Satya Tangirala
- [PATCH v13 11/12] f2fs: add inline encryption support, Satya Tangirala
- [PATCH v13 12/12] ext4: add inline encryption support, Satya Tangirala
- [PATCH v13 09/12] fs: introduce SB_INLINECRYPT, Satya Tangirala
- [PATCH v13 10/12] fscrypt: add inline encryption support, Satya Tangirala
- [PATCH v13 03/12] block: Inline encryption support for blk-mq, Satya Tangirala
- [PATCH v13 02/12] block: Keyslot Manager for Inline Encryption, Satya Tangirala
- [PATCH v13 04/12] block: Make blk-integrity preclude hardware inline encryption, Satya Tangirala
- Re: [PATCH v13 00/12] Inline Encryption Support, Eric Biggers
[RFC PATCH v2 0/7] Add persistent durable identifier to storage log messages,
Tony Asleson
[RFC PATCH v2 7/7] nvme: Add durable name for dev_printk, Tony Asleson
[PATCH] blkparse: Print PID information for TN_MESSAGE events,
Jan Kara
[PATCH] blktrace: Report pid with note messages,
Jan Kara
[PATCH v5 00/11] Add a new LOOP_CONFIGURE ioctl,
Martijn Coenen
- [PATCH v5 03/11] loop: Factor out setting loop device size, Martijn Coenen
- [PATCH v5 10/11] loop: Clean up LOOP_SET_STATUS lo_flags handling, Martijn Coenen
- [PATCH v5 11/11] loop: Add LOOP_CONFIGURE ioctl, Martijn Coenen
- [PATCH v5 09/11] loop: Rework lo_ioctl() __user argument casting, Martijn Coenen
- [PATCH v5 08/11] loop: Move loop_set_status_from_info() and friends up, Martijn Coenen
- [PATCH v5 01/11] loop: Call loop_config_discard() only after new config is applied, Martijn Coenen
- [PATCH v5 07/11] loop: Factor out configuring loop from status, Martijn Coenen
- [PATCH v5 04/11] loop: Switch to set_capacity_revalidate_and_notify(), Martijn Coenen
- [PATCH v5 05/11] loop: Refactor loop_set_status() size calculation, Martijn Coenen
- [PATCH v5 06/11] loop: Remove figure_loop_size(), Martijn Coenen
- [PATCH v5 02/11] loop: Remove sector_t truncation checks, Martijn Coenen
- Re: [PATCH v5 00/11] Add a new LOOP_CONFIGURE ioctl, Jens Axboe
small blkdev_issue_flush cleanups,
Christoph Hellwig
avoid a few q_usage_counter roundtrips,
Christoph Hellwig
small block accounting cleanups,
Christoph Hellwig
[PATCH 0/9] blk-mq: support batching dispatch from scheduler,
Ming Lei
- [PATCH 2/9] blk-mq: pass hctx to blk_mq_dispatch_rq_list, Ming Lei
- [PATCH 1/9] blk-mq: pass request queue into get/put budget callback, Ming Lei
- [PATCH 7/9] blk-mq: remove dead check from blk_mq_dispatch_rq_list, Ming Lei
- [PATCH 6/9] blk-mq: move code for handling partial dispatch into one helper, Ming Lei
- [PATCH 8/9] blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list, Ming Lei
- [PATCH 9/9] blk-mq: support batching dispatch in case of io scheduler, Ming Lei
- [PATCH 5/9] blk-mq: move .queue_rq code into one helper, Ming Lei
- [PATCH 4/9] blk-mq: move getting driver tag and bugget into one helper, Ming Lei
- [PATCH 3/9] blk-mq: don't predicate last flag in blk_mq_dispatch_rq_list, Ming Lei
- Re: [PATCH 0/9] blk-mq: support batching dispatch from scheduler, Baolin Wang
remove kernel_setsockopt and kernel_getsockopt,
Christoph Hellwig
- [PATCH 02/33] net: add sock_set_linger, Christoph Hellwig
- [PATCH 01/33] net: add sock_set_reuseaddr, Christoph Hellwig
- [PATCH 05/33] net: add sock_bindtoindex, Christoph Hellwig
- [PATCH 07/33] net: add sock_set_keepalive, Christoph Hellwig
- [PATCH 03/33] net: add sock_set_priority, Christoph Hellwig
- [PATCH 13/33] tcp: add tcp_sock_set_syncnt, Christoph Hellwig
- [PATCH 18/33] ipv4: add ip_sock_set_tos, Christoph Hellwig
- [PATCH 31/33] net: remove kernel_setsockopt, Christoph Hellwig
- [PATCH 22/33] ipv6: add ip6_sock_set_v6only, Christoph Hellwig
- [PATCH 23/33] ipv6: add ip6_sock_set_recverr, Christoph Hellwig
- [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences, Christoph Hellwig
- [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo, Christoph Hellwig
- [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt, Christoph Hellwig
- [PATCH 27/33] sctp: export sctp_setsockopt_bindx, Christoph Hellwig
- [PATCH 33/33] net: remove kernel_getsockopt, Christoph Hellwig
- [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover, Christoph Hellwig
- [PATCH 32/33] sctp: add sctp_sock_get_primary_addr, Christoph Hellwig
- [PATCH 29/33] rxrpc_sock_set_min_security_level, Christoph Hellwig
- [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener, Christoph Hellwig
- [PATCH 16/33] tcp: add tcp_sock_set_keepintvl, Christoph Hellwig
- [PATCH 28/33] sctp: add sctp_sock_set_nodelay, Christoph Hellwig
- [PATCH 10/33] tcp: add tcp_sock_set_cork, Christoph Hellwig
- [PATCH 12/33] tcp: add tcp_sock_set_quickack, Christoph Hellwig
- [PATCH 20/33] ipv4: add ip_sock_set_recverr, 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]