linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 12:01:09 to 2019-07-03 01:19:18 UTC [more...]

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-07-02 22:52 UTC  (26+ messages)

remove bi_phys_segments and related cleanups
 2019-07-03  1:10 UTC  (8+ messages)

[4.19.y PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
 2019-07-02 23:53 UTC  (4+ messages)
` [4.19.y PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios

[PATCH] driver: block: nbd: Replace magic number 9 with SECTOR_SHIFT
 2019-07-02 22:55 UTC  (2+ messages)

[PATCH] null_blk: use SECTOR_SHIFT consistently
 2019-07-02 20:28 UTC 

[PATCH 0/5] block: udpate debug messages with blk_op_str()
 2019-07-03  0:50 UTC  (9+ messages)
` [PATCH 1/5] block: update error message for bio_check_ro()
` [PATCH 2/5] block: update error message in submit_bio()
` [PATCH 3/5] block: allow block_dump to print all REQ_OP_XXX
` [PATCH 4/5] mm: update block_dump comment
` [PATCH 5/5] Documentation/laptop: add block_dump documentation

[PATCH, RESEND 0/2] Simplify blk-mq implementation
 2019-07-02 23:42 UTC  (7+ messages)
` [PATCH 1/2] blk-mq: Remove blk_mq_put_ctx()
` [PATCH 2/2] blk-mq: Simplify blk_mq_make_request()

[PATCH V3 0/9] block: use right accessor to read nr_sects
 2019-07-03  0:23 UTC  (14+ messages)
` [PATCH V3 1/9] block: add a helper function to read nr_setcs
` [PATCH V3 2/9] blk-zoned: update blkdev_nr_zones() with helper
` [PATCH V3 3/9] blk-zoned: update blkdev_report_zone() "
` [PATCH V3 4/9] blk-zoned: update blkdev_reset_zones() "
` [PATCH V3 5/9] bcache: update cached_dev_init() "
` [PATCH V3 6/9] f2fs: use helper in init_blkz_info()
` [PATCH V3 7/9] blktrace: use helper in blk_trace_setup_lba()
` [COMPILE TEST ONLY PATCH V3 8/9] target/pscsi: use helper in pscsi_get_blocks()
` [COMPILE TEST ONLY PATCH V3 9/9] xen/blkback: use helper in vbd_sz()

[PATCH liburing 0/2] Memory synchronization improvements
 2019-07-02 20:31 UTC  (8+ messages)
` [PATCH liburing 1/2] __io_uring_get_cqe(): Use io_uring_for_each_cqe()
` [PATCH liburing 2/2] Fix the use of memory barriers

INFO: task hung in blkdev_issue_flush (2)
 2019-07-02 16:01 UTC  (2+ messages)

[RFC PATCH 0/3] md: export internal stats through debugfs
 2019-07-02 13:29 UTC  (4+ messages)
` [RFC PATCH 1/3] md-debugfs: add md_debugfs_create_files()
` [RFC PATCH 2/3] md: export inflight io counters and internal stats in debugfs
` [RFC PATCH 3/3] raid1: "

[PATCH] block: Document the bio splitting functions
 2019-07-02  7:39 UTC  (2+ messages)

INFO: task hung in io_uring_release
 2019-07-02  6:00 UTC  (2+ messages)

[PATCH] drivers/block/loop: Remove deprecated function, range check for max_loop
 2019-07-02  5:04 UTC  (5+ messages)
` [PATCH v2] drivers/block/loop: Replace deprecated function in option parsing code

[PATCH] null_blk: add unlikely for REQ_OP_DISACRD handling
 2019-07-02  3:20 UTC 

[PATCH V2] block: fix .bi_size overflow
 2019-07-02  1:54 UTC  (7+ messages)

[PATCH] blk-mq: Use seq_puts() in __blk_mq_debugfs_rq_show()
 2019-07-01 20:00 UTC  (3+ messages)
  `  "

[PATCH 1/1] sbitmap: Replace cmpxchg with xchg
 2019-07-01 19:44 UTC  (5+ messages)

[PATCH] tools/io_uring: Use <asm/barrier.h> instead of tools/io_uring/barrier.h
 2019-07-01 17:12 UTC  (2+ messages)

[PATCH] block: Declare several function pointer arguments 'const'
 2019-07-01 15:48 UTC 

[PATCH] block: Fix a comment in blk_cleanup_queue()
 2019-07-01 15:47 UTC  (2+ messages)

[PATCH 0/6] Mount and superblock notifications [ver #5]
 2019-07-01 14:52 UTC  (11+ messages)
` [PATCH 1/6] security: Add hooks to rule on setting a superblock or mount watch "
` [PATCH 2/6] Adjust watch_queue documentation to mention mount and superblock watches. "
` [PATCH 3/6] vfs: Add a mount-notification facility "
` [PATCH 4/6] vfs: Add superblock notifications "
` [PATCH 5/6] fsinfo: Export superblock notification counter "
` [PATCH 6/6] Add sample notification program "

[RFC PATCH v7 0/5] treewide: improve R-Car SDHI performance
 2019-07-01  8:32 UTC  (2+ messages)

[PATCH] block: fix .bi_size overflow
 2019-07-01  6:46 UTC  (3+ messages)

[PATCH 0/5] null_blk: simplify null_handle_cmd()
 2019-07-01  6:31 UTC  (10+ messages)
` [PATCH 1/5] null_blk: create a helper for throttling
` [PATCH 2/5] null_blk: create a helper for badblocks
` [PATCH 3/5] null_blk: create a helper for mem-backed ops
` [PATCH 4/5] null_blk: create a helper for zoned devices
` [PATCH 5/5] null_blk: create a helper for req completion

[PATCH V6 0/4] Fix zone revalidation memory allocation failures
 2019-07-01  6:17 UTC  (9+ messages)
` [PATCH V6 1/4] block: Allow mapping of vmalloc-ed buffers
` [PATCH V6 2/4] block: Kill gfp_t argument of blkdev_report_zones()
` [PATCH V6 3/4] sd_zbc: Fix report zones buffer allocation
` [PATCH V6 4/4] block: Limit zone array allocation size

[PATCH v2 0/3] block: sed-opal: add support for shadow MBR done flag and write
 2019-06-29 16:37 UTC  (7+ messages)

[PATCHSET 0/2] io_uring: add sendmsg/recvmsg support
 2019-06-29 16:12 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add support for sendmsg()
` [PATCH 2/2] io_uring: add support for recvmsg()

cleanup bio page releasing
 2019-06-29 15:48 UTC  (2+ messages)

[PATCH 10/87] block: skd_main.c: Remove call to memset after dma_alloc_coherent
 2019-06-29 15:43 UTC  (2+ messages)

[PATCH 09/87] block: mtip32xx: Remove call to memset after dma_alloc_coherent
 2019-06-29 15:43 UTC  (2+ messages)

[PATCH] block: sed-opal: "Never True" conditions
 2019-06-29 15:40 UTC  (2+ messages)

[PATCH] block: sed-opal: PSID reverttper capability
 2019-06-29 15:40 UTC  (2+ messages)

[PATCH 0/4] Improve block layer request queue sysfs parameter documentation
 2019-06-29 15:38 UTC  (10+ messages)
` [PATCH 1/4] block, documentation: Fix wbt_lat_usec documentation
` [PATCH 2/4] block, documentation: Sort queue sysfs attribute names alphabetically
` [PATCH 3/4] block, documentation: Explain the word 'segments'
` [PATCH 4/4] block, documentation: Document discard_zeroes_data, fua, max_discard_segments and write_zeroes_max_bytes

[PATCH 0/2] Fix misuse of blk_rq_stats in blk-iolatency
 2019-06-29 15:37 UTC  (4+ messages)

[PATCH] null_blk: fix type mismatch null_handle_cmd()
 2019-06-29 15:36 UTC  (2+ messages)

[GIT PULL] Fixes for 5.2-rc7
 2019-06-29  9:30 UTC  (2+ messages)

[PATCH] block: Rename hd_struct.policy into hd_struct.read_only
 2019-06-28 20:26 UTC  (3+ messages)

[REGRESSION] commit c2b3c170db610 causes blktests block/002 failure
 2019-06-28 16:20 UTC  (4+ messages)

[PATCH v3 5/5] nvme: add support weighted round robin queue
 2019-06-28 15:57 UTC  (4+ messages)

[PATCH 0/9] Keyrings, Block and USB notifications [ver #5]
 2019-06-28 15:49 UTC  (10+ messages)
` [PATCH 1/9] uapi: General notification ring definitions "
` [PATCH 2/9] security: Add hooks to rule on setting a watch "
` [PATCH 3/9] security: Add a hook for the point of notification insertion "
` [PATCH 4/9] General notification queue with user mmap()'able ring buffer "
` [PATCH 5/9] keys: Add a notification facility "
` [PATCH 6/9] Add a general, global device notification watch list "
` [PATCH 7/9] block: Add block layer notifications "
` [PATCH 8/9] usb: Add USB subsystem "
` [PATCH 9/9] Add sample notification program "

[PATCH] block, bfq: NULL out the bic when it's no longer valid
 2019-06-28 13:45 UTC  (2+ messages)

[PATCH 00/37] bcache patches for Linux v5.3
 2019-06-28 13:42 UTC  (26+ messages)
` [PATCH 14/37] bcache: more detailed error message to bcache_device_link()
` [PATCH 15/37] bcache: add more error message in bch_cached_dev_attach()
` [PATCH 16/37] bcache: improve error message in bch_cached_dev_run()
` [PATCH 17/37] bcache: remove "XXX:" comment line from run_cache_set()
` [PATCH 18/37] bcache: make bset_search_tree() be more understandable
` [PATCH 19/37] bcache: add pendings_cleanup to stop pending bcache device
` [PATCH 20/37] bcache: fix mistaken sysfs entry for io_error counter
` [PATCH 21/37] bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread
` [PATCH 22/37] bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed
` [PATCH 23/37] bcache: avoid a deadlock in bcache_reboot()
` [PATCH 24/37] bcache: acquire bch_register_lock later in cached_dev_detach_finish()
` [PATCH 25/37] bcache: acquire bch_register_lock later in cached_dev_free()
` [PATCH 26/37] bcache: fix potential deadlock in cached_def_free()
` [PATCH 27/37] bcache: add code comments for journal_read_bucket()
` [PATCH 28/37] bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket()
` [PATCH 29/37] bcache: shrink btree node cache after bch_btree_check()
` [PATCH 30/37] bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"
` [PATCH 31/37] bcache: Revert "bcache: fix high CPU occupancy during journal"
` [PATCH 32/37] bcache: only clear BTREE_NODE_dirty bit when it is set
` [PATCH 33/37] bcache: add comments for mutex_lock(&b->write_lock)
` [PATCH 34/37] bcache: remove retry_flush_write from struct cache_set
` [PATCH 35/37] bcache: fix race in btree_flush_write()
` [PATCH 36/37] bcache: performance improvement for btree_flush_write()
` [PATCH 37/37] bcache: add reclaimed_journal_buckets to struct cache_set

[PATCH 19/39] docs: blockdev: add it to the admin-guide
 2019-06-28 12:54 UTC  (5+ messages)
` [PATCH 27/39] docs: cgroup-v1: add it to the admin-guide book
` [PATCH 28/39] docs: admin-guide: add a series of orphaned documents

[PATCH 37/43] docs: blockdev: convert to ReST
 2019-06-28 12:20 UTC  (2+ messages)
` [PATCH 40/43] docs: block: "


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).