linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 09:27:03 to 2019-11-13 07:06:17 UTC [more...]

[PATCH v2 0/9] Zoned block device enhancements and zone report rework
 2019-11-13  7:06 UTC  (17+ messages)
` [PATCH v2 1/9] block: Enhance blk_revalidate_disk_zones()
` [PATCH v2 2/9] block: cleanup the !zoned case in blk_revalidate_disk_zones
` [PATCH v2 3/9] block: Simplify report zones execution
` [PATCH v2 4/9] block: Remove partition support for zoned block devices
` [PATCH v2 5/9] null_blk: clean up the block device operations
` [PATCH v2 6/9] null_blk: clean up report zones
` [PATCH v2 7/9] null_blk: Add zone_nr_conv to features
` [PATCH v2 8/9] scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()
` [PATCH v2 9/9] block: rework zone reporting

INFO: task syz-executor can't die for more than 143 seconds. (2)
 2019-11-13  6:55 UTC  (10+ messages)
    ` [PATCH] block: Bail out iteration functions upon SIGKILL

[PATCH] rsxx: add missed destroy_workqueue calls in remove
 2019-11-13  6:38 UTC 

[PATCH 00/10] bcache patches for Linux v5.5
 2019-11-13  5:33 UTC  (11+ messages)
` [PATCH 01/10] bcache: fix fifo index swapping condition in journal_pin_cmp()
` [PATCH 02/10] bcache: fix a lost wake-up problem caused by mca_cannibalize_lock
` [PATCH 03/10] bcache: fix static checker warning in bcache_device_free()
` [PATCH 04/10] bcache: add more accurate error messages in read_super()
` [PATCH 05/10] bcache: deleted code comments for dead code in bch_data_insert_keys()
` [PATCH 06/10] bcache: add code comment bch_keylist_pop() and bch_keylist_pop_front()
` [PATCH 07/10] bcache: fix deadlock in bcache_allocator
` [PATCH 08/10] bcache: add code comments in bch_btree_leaf_dirty()
` [PATCH 09/10] bcache: add idle_max_writeback_rate sysfs interface
` [PATCH 10/10] bcache: at least try to shrink 1 node in bch_mca_scan()

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13  4:32 UTC  (25+ messages)
` [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v4 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v4 15/23] net/xdp: "
` [PATCH v4 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v4 18/23] vfio, mm: "
` [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH AUTOSEL 4.19 168/209] lightnvm: pblk: fix rqd.error return value in pblk_blk_erase_sync
 2019-11-13  1:49 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 169/209] lightnvm: pblk: fix incorrect min_write_pgs
` [PATCH AUTOSEL 4.19 170/209] lightnvm: pblk: guarantee emeta on line close
` [PATCH AUTOSEL 4.19 171/209] lightnvm: pblk: fix write amplificiation calculation
` [PATCH AUTOSEL 4.19 172/209] lightnvm: pblk: guarantee mw_cunits on read buffer
` [PATCH AUTOSEL 4.19 174/209] lightnvm: pblk: fix error handling of pblk_lines_init()
` [PATCH AUTOSEL 4.19 175/209] lightnvm: pblk: consider max hw sectors supported for max_write_pgs

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13  2:09 UTC  (42+ messages)
` [PATCH v3 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v3 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v3 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v3 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v3 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v3 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v3 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v3 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v3 11/23] IB/{core,hw,umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v3 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v3 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v3 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v3 15/23] net/xdp: "
` [PATCH v3 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v3 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v3 18/23] vfio, mm: "
` [PATCH v3 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v3 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v3 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v3 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

'current_state' is uninitialized in rbd_object_map_update_finish()
 2019-11-13  1:35 UTC 

[PATCH v6 0/2] loop: Better discard for block devices
 2019-11-13  0:39 UTC  (9+ messages)
` [PATCH v6 1/2] loop: Report EOPNOTSUPP properly
` [PATCH v6 2/2] loop: Better discard support for block devices

Investment opportunity
 2019-11-12 17:57 UTC 

[PATCH BUGFIX] block, bfq: deschedule empty bfq_queues not referred by any process
 2019-11-12 17:49 UTC  (3+ messages)

[RFC PATCH] block: move rb interval tree from drbd to block
 2019-11-12 15:40 UTC  (3+ messages)

[PATCH] iocost: treat as root level when parents are activated
 2019-11-12 15:31 UTC  (4+ messages)

[PATCH] block: check bi_size overflow before merge
 2019-11-12 14:26 UTC  (6+ messages)

[PATCH v6 0/4] Add MMC software queue support
 2019-11-12  8:48 UTC  (4+ messages)

[PATCH V2 0/2] block: allow zone_mgmt_ops to bail out on SIGKILL
 2019-11-12  3:59 UTC  (7+ messages)
` [PATCH V2 1/2] block: export blk_should_abort()
` [PATCH V2 2/2] block: allow zone_mgmt_ops to bail out on SIGKILL

[PATCH] Add prctl support for controlling mem reclaim V4
 2019-11-12  0:19 UTC 

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (6+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion

[PATCH] io_uring: fix compilation warning
 2019-11-11 21:42 UTC  (2+ messages)

[PATCH block/for-linus] cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
 2019-11-11 16:34 UTC  (6+ messages)

[PATCH] Add prctl support for controlling mem reclaim V3
 2019-11-11 15:34 UTC  (5+ messages)

[PATCH 0/2] block: two fixes on avoiding bio splitting
 2019-11-11 10:21 UTC  (5+ messages)
` [PATCH 1/2] block: still try to split bio if the bvec crosses pages
` [RFC PATCH 2/2] block: split bio if the only bvec's length is > SZ_4K

[PATCH] block: genhd: skip blk_register_region() for disk using ext-dev
 2019-11-11  1:49 UTC 

KASAN: invalid-free in io_sqe_files_unregister
 2019-11-10 15:46 UTC  (2+ messages)

[PATCHSET v3 0/3] io_uring CQ ring backpressure
 2019-11-09 14:14 UTC  (6+ messages)
` [PATCH 3/3] io_uring: add support for backlogged CQ ring

[PATCH 0/9] Zoned block device enhancements and zone report rework
 2019-11-09  3:02 UTC  (15+ messages)
` [PATCH 2/9] block: cleanup the !zoned case in blk_revalidate_disk_zones
` [PATCH 5/9] null_blk: clean up the block device operations
` [PATCH 6/9] null_blk: clean up report zones
` [PATCH 7/9] null_blk: Add zone_nr_conv to features
` [PATCH 8/9] scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()
  ` [dm-devel] "
` [PATCH 9/9] block: rework zone reporting

[GIT PULL] Block fixes for 5.4-rc7
 2019-11-09  2:35 UTC  (2+ messages)

[PATCH] block: allow zone_mgmt_ops to bail out on SIGKILL
 2019-11-09  1:39 UTC  (2+ messages)

[PATCH] block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_token_u64'
 2019-11-08 23:09 UTC 

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-11-08 23:05 UTC  (3+ messages)

[PATCH] block: drbd: remove a stay unlock in __drbd_send_protocol()
 2019-11-08 16:27 UTC  (5+ messages)

dm-snapshot for system updates in Android
 2019-11-08 12:31 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 190/205] block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash
 2019-11-08 11:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 191/205] blok, bfq: do not plug I/O if all queues are weight-raised

[PATCH AUTOSEL 4.14 093/103] blok, bfq: do not plug I/O if all queues are weight-raised
 2019-11-08 11:42 UTC 

[PATCH] rdb: fix spelling mistake "requeueing" -> "requeuing"
 2019-11-08 11:01 UTC  (2+ messages)


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