Linux Block Development
[Prev Page][Next Page]
- Re: Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c", (continued)
Re: Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c", Christoph Hellwig
RE: Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c", David Laight
RE: Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c", David Laight
[PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>, Christoph Hellwig
[PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec, Christoph Hellwig
[PATCH 5/9] fs: remove various compat readv/writev helpers, Christoph Hellwig
Re: let import_iovec deal with compat_iovecs as well v4, Al Viro
lib/scatterlist.c : sgl_alloc_order promises more than it delivers,
Douglas Gilbert
[PATCHv4 0/3] zoned block device specific errors,
Keith Busch
bdi cleanups v7,
Christoph Hellwig
- [PATCH 02/13] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 03/13] bcache: inherit the optimal I/O size, Christoph Hellwig
- [PATCH 07/13] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 06/13] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init, Christoph Hellwig
- [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 04/13] aoe: set an optimal I/O size, Christoph Hellwig
- Re: bdi cleanups v7, Jens Axboe
[PATCH] null_blk: synchronization fix for zoned device,
Kanchan Joshi
[PATCH] block: check poll() callback when setting QUEUE_FLAG_POLL, Jeffle Xu
[PATCH 0/2] block/dm: add REQ_NOWAIT support for bio-based,
Mike Snitzer
[PATCH] block: fix potential double free during probe failure, Christoph Hellwig
[git pull] device mapper fixes for 5.9 final,
Mike Snitzer
[PATCH] block: fix bmd->is_null_mapped initialization,
Christoph Hellwig
linux-next: possible bug in 'block: remove the BIO_NULL_MAPPED flag',
Marc Hartmayer
[PATCH v2 0/5] io_uring: Fix async workqueue is not canceled on some corner case,
Muchun Song
[PATCH v4 0/3] xen-blk(back|front): Let users disable persistent grants,
SeongJae Park
let import_iovec deal with compat_iovecs as well v3,
Christoph Hellwig
- [PATCH 6/9] fs: remove the compat readv/writev syscalls, Christoph Hellwig
- [PATCH 5/9] fs: remove various compat readv/writev helpers, Christoph Hellwig
- [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov, Christoph Hellwig
- [PATCH 7/9] fs: remove compat_sys_vmsplice, Christoph Hellwig
- [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}, Christoph Hellwig
- [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>, Christoph Hellwig
- [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec, Christoph Hellwig
- [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec, Christoph Hellwig
- [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c, Christoph Hellwig
[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap,
Ming Lei
- [PATCH V3 for 5.11 01/12] sbitmap: remove sbitmap_clear_bit_unlock, Ming Lei
- [PATCH V3 for 5.11 02/12] sbitmap: maintain allocation round_robin in sbitmap, Ming Lei
- [PATCH V3 for 5.11 03/12] sbitmap: add helpers for updating allocation hint, Ming Lei
- [PATCH V3 for 5.11 04/12] sbitmap: move allocation hint into sbitmap, Ming Lei
- [PATCH V3 for 5.11 05/12] sbitmap: export sbitmap_weight, Ming Lei
- [PATCH V3 for 5.11 06/12] sbitmap: add helper of sbitmap_calculate_shift, Ming Lei
- [PATCH V3 for 5.11 07/12] blk-mq: add callbacks for storing & retrieving budget token, Ming Lei
- [PATCH V3 for 5.11 08/12] blk-mq: return budget token from .get_budget callback, Ming Lei
- [PATCH V3 for 5.11 09/12] scsi: put hot fields of scsi_host_template into one cacheline, Ming Lei
- [PATCH V3 for 5.11 10/12] scsi: add scsi_device_busy() to read sdev->device_busy, Ming Lei
- [PATCH V3 for 5.11 11/12] scsi: make sure sdev->queue_depth is <= shost->can_queue, Ming Lei
- [PATCH V3 for 5.11 12/12] scsi: replace sdev->device_busy with sbitmap, Ming Lei
- Re: [PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap, Sumanesh Samanta
[GIT PULL] Block fixes for 5.9-rc,
Jens Axboe
[PATCH v3 0/3] xen-blk(back|front): Let users disable persistent grants,
SeongJae Park
[PATCH v2 0/3] xen-blk(back|front): Let users disable persistent grants,
SeongJae Park
[PATCH blktests] block/011: remove and rescan for evicted device,
Klaus Jensen
[PATCH] xen-blkback: add a parameter for disabling of persistent grants,
SeongJae Park
[PATCH v2 0/2] nbd: improve timeout handling and a fix,
Hou Pu
[PATCH v3 0/6] dm: fix then improve bio splitting,
Mike Snitzer
let import_iovec deal with compat_iovecs as well v2,
Christoph Hellwig
- [PATCH 07/11] fs: remove various compat readv/writev helpers, Christoph Hellwig
- [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}, Christoph Hellwig
- [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov, Christoph Hellwig
- [PATCH 09/11] fs: remove compat_sys_vmsplice, Christoph Hellwig
- [PATCH 08/11] fs: remove the compat readv/writev syscalls, Christoph Hellwig
- [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw(), Christoph Hellwig
- [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector, Christoph Hellwig
- [PATCH 06/11] iov_iter: handle the compat case in import_iovec, Christoph Hellwig
- [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector, Christoph Hellwig
- [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>, Christoph Hellwig
- [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static, Christoph Hellwig
[PATCH -next] rsxx: simplify the return expression of rsxx_save_config(), Qinglang Miao
[PATCH 0/3] nbd: improve timeout handling and a fix,
Hou Pu
bdi cleanups v6,
Christoph Hellwig
- [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 02/13] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 07/13] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init, Christoph Hellwig
- [PATCH 06/13] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 03/13] bcache: inherit the optimal I/O size, Christoph Hellwig
- [PATCH 04/13] aoe: set an optimal I/O size, Christoph Hellwig
remove blkdev_get as a public API v2,
Christoph Hellwig
- [PATCH 02/14] block: cleanup partition scanning in register_disk, Christoph Hellwig
- [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk, Christoph Hellwig
- [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it, Christoph Hellwig
- [PATCH 08/14] dasd: cleanup dasd_scan_partitions, Christoph Hellwig
- [PATCH 10/14] mm: cleanup claim_swapfile, Christoph Hellwig
- [PATCH 12/14] mm: split swap_type_of, Christoph Hellwig
- [PATCH 03/14] block: cleanup blkdev_bszset, Christoph Hellwig
- [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store, Christoph Hellwig
- [PATCH 13/14] PM: mm: cleanup swsusp_swap_check, Christoph Hellwig
- [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode, Christoph Hellwig
- [PATCH 14/14] block: mark blkdev_get static, Christoph Hellwig
- [PATCH 07/14] raw: don't keep unopened block device around, Christoph Hellwig
- [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function, Christoph Hellwig
- [PATCH 06/14] zram: cleanup backing_dev_store, Christoph Hellwig
- Re: remove blkdev_get as a public API v2, Jens Axboe
Re: [PATCH] lib/scatterlist: Fix memory leak in sgl_alloc_order(),
Douglas Gilbert
Re: [PATCH] lib/scatterlist: Fix memory leak in sgl_alloc_order(), Dan Carpenter
[PATCH 00/14] drop double zeroing,
Julia Lawall
[PATCH 0/4] Some improvements for blk throttle,
Baolin Wang
[PATCH] sgl_alloc_order: memory leak,
Douglas Gilbert
[PATCH] block-mq: fix comments in blk_mq_queue_tag_busy_iter,
yangerkun
[PATCH -next v2] nbd: Convert to DEFINE_SHOW_ATTRIBUTE, Qinglang Miao
[PATCH -next v2] block: aoe: Convert to DEFINE_SHOW_ATTRIBUTE, Qinglang Miao
[PATCH -next v2] rsxx: Convert to DEFINE_SHOW_ATTRIBUTE, Qinglang Miao
let import_iovec deal with compat_iovecs as well,
Christoph Hellwig
- [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag, Christoph Hellwig
- [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector, Christoph Hellwig
- [PATCH 4/9] fs: handle the compat case in import_iovec, Christoph Hellwig
- [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov, Christoph Hellwig
- [PATCH 7/9] fs: remove compat_sys_vmsplice, Christoph Hellwig
- [PATCH 6/9] fs: remove the compat readv/writev syscalls, Christoph Hellwig
- [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}, Christoph Hellwig
- [PATCH 5/9] fs: remove various compat readv/writev helpers, Christoph Hellwig
- [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>, Christoph Hellwig
- RE: let import_iovec deal with compat_iovecs as well, David Laight
[PATCH v2 0/4] some improvements and clean-up for block,
Yufen Yu
[PATCH] block/rnbd: send_msg_close if any error occurs after send_msg_open,
Gioh Kim
[RFC PATCH v2 0/2] Documentation/admin-guide: remove use of "rdev",
Randy Dunlap
[PATCH 0/4] some improvements and clean-up for block,
Yufen Yu
[PATCHSET for-5.10/block] iocost: improve debt forgiveness logic,
Tejun Heo
[PATCH] zram: Failing to decompress is WARN_ON worthy,
Douglas Anderson
[PATCHv3 0/4] zoned block device specific errors,
Keith Busch
[blktests] About CPU hotplug test, John Garry
remove blkdev_get as a public API,
Christoph Hellwig
- [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk, Christoph Hellwig
- [PATCH 03/14] block: cleanup blkdev_bszset, Christoph Hellwig
- [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function, Christoph Hellwig
- [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it, Christoph Hellwig
- [PATCH 06/14] zram: cleanup backing_dev_store, Christoph Hellwig
- [PATCH 07/14] raw: don't keep unopened block device around, Christoph Hellwig
- [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store, Christoph Hellwig
- [PATCH 10/14] mm: cleanup claim_swapfile, Christoph Hellwig
- [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode, Christoph Hellwig
- [PATCH 12/14] mm: split swap_type_of, Christoph Hellwig
- [PATCH 14/14] block: mark blkdev_get static, Christoph Hellwig
- [PATCH 13/14] PM: mm: cleanup swsusp_swap_check, Christoph Hellwig
- [PATCH 08/14] dasd: cleanup dasd_scan_partitions, Christoph Hellwig
- [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev, Christoph Hellwig
[PATCH] [v2] blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps(),
Xianting Tian
[PATCH] block: remove redundant mq check,
Yufen Yu
[PATCH] blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps(), Xianting Tian
[PATCH V3] block: Fix use-after-free issue while accessing ioscheduler lock, Pradeep P V K
[PATCH -next] aoe: remove unnecessary mutex_init(),
Qinglang Miao
[PATCH v2 0/3] block: fix up bio_crypt_ctx allocation,
Eric Biggers
[PATCH] io_uring: fix the bug of child process can't do io task,
Yinyin Zhu
bdi cleanups v5,
Christoph Hellwig
- [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag, Christoph Hellwig
- [PATCH 02/12] drbd: remove dead code in device_to_statistics, Christoph Hellwig
- [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK, Christoph Hellwig
- [PATCH 06/12] block: lift setting the readahead size into the block layer, Christoph Hellwig
- [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag, Christoph Hellwig
- [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB, Christoph Hellwig
- [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init, Christoph Hellwig
- [PATCH 05/12] md: update the optimal I/O size on reshape, Christoph Hellwig
- [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag, Christoph Hellwig
- [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently, Christoph Hellwig
- [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO, Christoph Hellwig
- [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE, Christoph Hellwig
[PATCH v2 0/4] block: a couple chunk_sectors fixes/improvements,
Mike Snitzer
[PATCH V2] block: Fix use-after-free issue while accessing ioscheduler lock,
Pradeep P V K
[PATCH 0/3] io_uring: Fix async workqueue is not canceled on some corner case,
Muchun Song
[PATCH v3 0/2] Fix handling of host-aware ZBC disks,
Damien Le Moal
REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag,
Theodore Y. Ts'o
[PATCH] tools/io_uring: fix compile breakage,
Douglas Gilbert
[PATCH AUTOSEL 5.8 22/29] block: only call sched requeue_request() for scheduled requests, Sasha Levin
[PATCH AUTOSEL 5.4 16/22] block: only call sched requeue_request() for scheduled requests, Sasha Levin
[PATCH V1] block: Fix use-after-free issue while accessing ioscheduler lock,
Pradeep P V K
[PATCH 0/1] DASD: fix discard for FBA devices,
Stefan Haberland
[PATCH] blk-mq: fix hang issue in blk_queue_enter(),
Yang Yang
remove ->revalidate_disk,
Christoph Hellwig
[PATCH V6 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING,
Ming Lei
[PATCH v2 0/2] Fix handling of host-aware ZBC disks,
Damien Le Moal
[PATCH 0/2] Fix handling of host-aware ZBC disks,
Damien Le Moal
[PATCH block/for-next] blk-iocost: fix divide-by-zero in transfer_surpluses(),
Tejun Heo
[GIT PULL] Block fixes for 5.9-rc5,
Jens Axboe
[PATCH] scsi: core: Remove the unused include statements,
Tian Tao
[PATCH V2] blk-mq: always allow reserved allocation in hctx_may_queue,
Ming Lei
[PATCH] blk-mq: always allow reserved allocation in hctx_may_queue,
Ming Lei
[RFC] block: enqueue splitted bios into same cpu,
Jeffle Xu
[PATCH V5 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING,
Ming Lei
Re: Revert "dm: always call blk_queue_split() in dm_process_bio()",
Mike Snitzer
[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]