linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-13 15:00:49 to 2019-06-15 07:45:49 UTC [more...]

[PATCH] block: bio: Use struct_size() in kmalloc()
 2019-06-15  7:45 UTC  (2+ messages)

[PATCH] block: null_blk: fix race condition for null_del_dev
 2019-06-15  7:44 UTC  (4+ messages)

[PATCHSET block/for-linus] Assorted blkcg fixes
 2019-06-15  7:40 UTC  (7+ messages)
` [PATCH 1/5] blk-iolatency: clear use_delay when io.latency is set to zero
` [PATCH 2/5] blkcg: update blkcg_print_stat() to handle larger outputs
` [PATCH 3/5] blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()
` [PATCH 4/5] blkcg: blkcg_activate_policy() should initialize ancestors first
` [PATCH 5/5] blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arbitration

[PATCH 1/1] blk-mq/debugfs: Fix improper print qualifier
 2019-06-15  7:39 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.2-rc5
 2019-06-15  1:55 UTC  (2+ messages)

[PATCH 1/2] nbd: make sock_xmit() and nbd_add_socket() more generic
 2019-06-14 21:23 UTC  (15+ messages)
` [PATCH 2/2] nbd: add support for nbd as root device

[GIT PULL] Block fixes for 5.2-rc4
 2019-06-14 21:05 UTC  (14+ messages)
            ` [PATCH block/for-5.2-fixes] bfq: use io.weight interface file instead of io.bfq.weight

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-06-14 20:50 UTC  (19+ messages)
` [PATCH 01/10] blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
` [PATCH 02/10] blkcg: make ->cpd_init_fn() optional
` [PATCH 03/10] blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
` [PATCH 04/10] block/rq_qos: add rq_qos_merge()
` [PATCH 05/10] block/rq_qos: implement rq_qos_ops->queue_depth_changed()
` [PATCH 06/10] blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
` [PATCH 07/10] blk-mq: add optional request->pre_start_time_ns
` [PATCH 08/10] blkcg: implement blk-ioweight
` [PATCH 09/10] blkcg: add tools/cgroup/monitor_ioweight.py
` [PATCH 10/10] blkcg: implement BPF_PROG_TYPE_IO_COST

[PATCH v4 05/28] docs: cgroup-v1: convert docs to ReST and rename to *.rst
 2019-06-14 20:30 UTC  (2+ messages)

[PATCHSET btrfs/for-next] btrfs: fix cgroup writeback support
 2019-06-14 17:46 UTC  (21+ messages)
` [PATCH 1/8] blkcg, writeback: Add wbc->no_wbc_acct
` [PATCH 2/8] blkcg, writeback: Implement wbc_blkcg_css()
` [PATCH 3/8] blkcg: implement REQ_CGROUP_PUNT
` [PATCH 4/8] Btrfs: stop using btrfs_schedule_bio()
` [PATCH 5/8] Btrfs: delete the entire async bio submission framework
` [PATCH 6/8] Btrfs: only associate the locked page with one async_cow struct
` [PATCH 7/8] Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios
` [PATCH 8/8] Btrfs: extent_write_locked_range() should attach inode->i_wb
  ` [PATCH v2 "

[PATCH] blkio-controller.txt: Remove references to CFQ
 2019-06-14 17:28 UTC  (2+ messages)

How to resolve an issue in swiotlb environment?
 2019-06-14 14:44 UTC  (8+ messages)

[PATCH 0/2] Fix misuse of blk_rq_stats in blk-iolatency
 2019-06-14 13:40 UTC  (4+ messages)
` [PATCH 1/2] blk-iolatency: Fix zero mean in previous stats
` [PATCH 2/2] blk-stats: Introduce explicit stat staging buffers

[PATCH 00/29] bcache candidate patches for Linux v5.3
 2019-06-14 13:13 UTC  (30+ messages)
` [PATCH 01/29] bcache: Revert "bcache: fix high CPU occupancy during journal"
` [PATCH 02/29] bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
` [PATCH 03/29] bcache: add code comments for journal_read_bucket()
` [PATCH 04/29] bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket()
` [PATCH 05/29] bcache: remove retry_flush_write from struct cache_set
` [PATCH 06/29] bcache: fix race in btree_flush_write()
` [PATCH 07/29] bcache: add reclaimed_journal_buckets to struct cache_set
` [PATCH 08/29] bcache: fix return value error in bch_journal_read()
` [PATCH 09/29] Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
` [PATCH 10/29] bcache: avoid flushing btree node in cache_set_flush() if io disabled
` [PATCH 11/29] bcache: ignore read-ahead request failure on backing device
` [PATCH 12/29] bcache: add io error counting in write_bdev_super_endio()
` [PATCH 13/29] bcache: remove "XXX:" comment line from run_cache_set()
` [PATCH 14/29] bcache: remove unnecessary prefetch() in bset_search_tree()
` [PATCH 15/29] bcache: use sysfs_match_string() instead of __sysfs_match_string()
` [PATCH 16/29] bcache: add return value check to bch_cached_dev_run()
` [PATCH 17/29] bcache: remove unncessary code in bch_btree_keys_init()
` [PATCH 18/29] bcache: check CACHE_SET_IO_DISABLE in allocator code
` [PATCH 19/29] bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()
` [PATCH 20/29] bcache: more detailed error message to bcache_device_link()
` [PATCH 21/29] bcache: add more error message in bch_cached_dev_attach()
` [PATCH 22/29] bcache: shrink btree node cache after bch_btree_check()
` [PATCH 23/29] bcache: improve error message in bch_cached_dev_run()
` [PATCH 24/29] bcache: make bset_search_tree() be more understandable
` [PATCH 25/29] bcache: add pendings_cleanup to stop pending bcache device
` [PATCH 26/29] bcache: avoid a deadlock in bcache_reboot()
` [PATCH 27/29] bcache: acquire bch_register_lock later in cached_dev_detach_finish()
` [PATCH 28/29] bcache: acquire bch_register_lock later in cached_dev_free()
` [PATCH 29/29] bcache: fix potential deadlock in cached_def_free()

[RFC PATCH v6 0/5] treewide: improve R-Car SDHI performance
 2019-06-14 10:42 UTC  (20+ messages)
` [RFC PATCH v6 1/5] iommu: add an exported function to get minimum page size for a domain
` [RFC PATCH v6 2/5] block: sort headers on blk-setting.c
` [RFC PATCH v6 3/5] block: add a helper function to merge the segments by an IOMMU
` [RFC PATCH v6 4/5] mmc: tmio: Use dma_max_mapping_size() instead of a workaround
` [RFC PATCH v6 5/5] mmc: queue: Use bigger segments if IOMMU can merge the segments

alternative take on the same page merging leak fix v2
 2019-06-14  6:57 UTC  (8+ messages)
` [PATCH 1/2] block: return from __bio_try_merge_page if merging occured in the same page
` [PATCH 2/2] block: fix page leak when merging to "

[RFC PATCH 0/1] block/cfq : Include check to avoid NULL Pointer
 2019-06-13 23:31 UTC  (2+ messages)
` [RFC PATCH 1/1] block/cfq : Include check to avoid NULL Pointer Dereferencing

[PATCH 0/8] block: use right accessor to read nr_sects
 2019-06-13 20:29 UTC  (13+ messages)
` [PATCH 1/8] block: add a helper function to read nr_setcs
` [COMPILE TESTED PATCH 6/8] target/pscsi: use helper in pscsi_get_blocks()
` [COMPILE TESTED PATCH 7/8] f2fs: use helper in init_blkz_info()
` [PATCH 8/8] blktrace: use helper in blk_trace_setup_lba()

properly communicate queue limits to the DMA layer
 2019-06-13 20:04 UTC  (7+ messages)
` [PATCH 10/13] megaraid_sas: set virt_boundary_mask in the scsi host

[PATCH V2 0/2] block: improve print_req_error
 2019-06-13 17:43 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH V2 2/2] block: add more debug data to print_req_err

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-06-13 19:13 UTC  (29+ messages)

[RFC PATCH v2 0/8] Inline Encryption Support
 2019-06-13 18:55 UTC  (9+ messages)
` [RFC PATCH v2 3/8] block: blk-crypto for Inline Encryption
` [RFC PATCH v2 5/8] scsi: ufs: UFS crypto API
` [RFC PATCH v2 6/8] scsi: ufs: Add inline encryption support to UFS
` [RFC PATCH v2 7/8] fscrypt: wire up fscrypt to use blk-crypto

[PATCH 0/2] nbd: block/dev size changes
 2019-06-13 17:44 UTC  (7+ messages)
` [PATCH 1/2] nbd: fix crash when the blksize is zero v2
` [PATCH 2/2] nbd: add netlink reconfigure resize support v3

[PATCH] io_uring: fix memory leak of UNIX domain socket inode
 2019-06-13  8:40 UTC  (2+ messages)

[PATCH] block: use req_op() to maintain consistency
 2019-06-13 16:54 UTC  (2+ messages)

How to resolve an issue in swiotlb environment?
 2019-06-13  4:52 UTC  (6+ messages)

[PATCH] block: force select mq-deadline for zoned block devices
 2019-06-13  8:35 UTC  (2+ messages)

io_uring: buf_index and registered buffers
 2019-06-13  8:35 UTC  (2+ messages)

[PATCH] blk-mq: no need to check return value of debugfs_create functions
 2019-06-13  8:54 UTC  (2+ messages)

[PATCH] io_uring: fix SQPOLL cpu check
 2019-06-13  9:15 UTC  (6+ messages)

[PATCH] null_blk: remove duplicate check for report zone
 2019-06-13  8:58 UTC  (2+ messages)

[PATCH] block/switching-sched.txt: Update to blk-mq schedulers
 2019-06-13  8:59 UTC  (2+ messages)

[PATCH] block/ps3vram: Use %llu to format sector_t after LBDAF removal
 2019-06-13  9:18 UTC  (2+ messages)

alternative take on the same page merging leak fix
 2019-06-13  9:11 UTC  (7+ messages)

[PATCH liburing] example/io_uring-test.c: Fix iovecs increment
 2019-06-13  9:05 UTC  (2+ messages)

[PATCH] blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests
 2019-06-13  9:06 UTC  (2+ messages)

[PATCH 0/2] bcache: two emergent fixes for Linux v5.2-rc5
 2019-06-13  9:09 UTC  (2+ messages)

[PATCH 02/13] uapi: General notification ring definitions [ver #4]
 2019-06-13 13:34 UTC  (6+ messages)
  ` [RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).