messages from 2017-01-25 17:25:15 to 2017-01-27 17:33:49 UTC [more...]
split scsi passthrough fields out of struct request V2
2017-01-27 17:33 UTC (82+ messages)
` [PATCH 01/18] block: add a op_is_flush helper
` [PATCH 02/18] md: cleanup bio op / flags handling in raid1_write_request
` [PATCH 03/18] block: fix elevator init check
` [PATCH 04/18] block: simplify blk_init_allocated_queue
` [PATCH 05/18] block: allow specifying size for extra command data
` [PATCH 06/18] dm: remove incomple BLOCK_PC support
` [PATCH 07/18] dm: always defer request allocation to the owner of the request_queue
` [PATCH 08/18] scsi_dh_rdac: switch to scsi_execute_req_flags()
` [PATCH 09/18] scsi_dh_emc: "
` [PATCH 10/18] scsi_dh_hp_sw: "
` [PATCH 11/18] scsi: remove gfp_flags member in scsi_host_cmd_pool
` [PATCH 12/18] scsi: respect unchecked_isa_dma for blk-mq
` [PATCH 13/18] scsi: remove scsi_cmd_dma_pool
` [PATCH 14/18] scsi: remove __scsi_alloc_queue
` [PATCH 15/18] scsi: allocate scsi_cmnd structures as part of struct request
` [PATCH 16/18] block/bsg: move queue creation into bsg_setup_queue
` [PATCH 17/18] block: split scsi_request out of struct request
` [PATCH 18/18] block: don't assign cmd_flags in __blk_rq_prep_clone
` [dm-devel] split scsi passthrough fields out of struct request V2
split scsi passthrough fields out of struct request V3
2017-01-27 16:35 UTC (3+ messages)
` [PATCH 01/19] block: add a op_is_flush helper
` [PATCH 02/19] md: cleanup bio op / flags handling in raid1_write_request
[PATCH v2 00/10] blk-mq: move debugging information from sysfs to debugfs
2017-01-27 15:18 UTC (2+ messages)
[PATCH 0/5] blk-mq: various blk-mq/blk-mq-sched fixes
2017-01-27 14:40 UTC (18+ messages)
` [PATCH 1/5] blk-mq: improve scheduler queue sync/async running
` [PATCH 2/5] blk-mq: fix potential race in queue restart and driver tag allocation
` [PATCH 3/5] blk-mq: release driver tag on a requeue event
` [PATCH 4/5] blk-mq-sched: fix starvation for multiple hardware queues and shared tags
` [PATCH 5/5] blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()
[PATCH 0/6] mmc: block: command issue cleanups
2017-01-27 9:46 UTC (7+ messages)
` [PATCH 1/6] mmc: block: break out mmc_blk_rw_cmd_abort()
automatic IRQ affinity for virtio V2
2017-01-27 8:16 UTC (10+ messages)
` [PATCH 1/9] virtio_pci: remove struct virtio_pci_vq_info
` [PATCH 2/9] virtio_pci: use shared interrupts for virtqueues
` [PATCH 3/9] virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
` [PATCH 4/9] virtio_pci: simplify MSI-X setup
` [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 6/9] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 7/9] blk-mq: provide a default queue mapping for virtio device
` [PATCH 8/9] virtio_blk: use virtio IRQ affinity
` [PATCH 9/9] virtio_scsi: "
[PATCH] queue stall with blk-mq-sched
2017-01-27 6:58 UTC (17+ messages)
[PATCH 0/4 RFC] BDI lifetime fix
2017-01-27 6:15 UTC (7+ messages)
` [PATCH 1/4] block: Unhash block device inodes on gendisk destruction
` [PATCH 2/4] block: Use pointer to backing_dev_info from request_queue
` [PATCH 3/4] block: Dynamically allocate and refcount backing_dev_info
` [PATCH 4/4] block: Make blk_get_backing_dev_info() safe without open bdev
blocked task timeout with high IO load across multiple luns (using btrfs)
2017-01-26 21:49 UTC
split scsi passthrough fields out of struct request
2017-01-26 19:42 UTC (10+ messages)
` [PATCH 05/16] dm: always defer request allocation to the owner of the request_queue
` [PATCH 15/16] block: split scsi_request out of struct request
[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
2017-01-26 16:39 UTC (6+ messages)
[PATCH] lightnvm: free properly on target creation error
2017-01-26 15:57 UTC
[PATCHv6 00/37] ext4: support of huge pages
2017-01-26 15:57 UTC (41+ messages)
` [PATCHv6 01/37] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv6 02/37] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv6 03/37] page-flags: relax page flag policy for few flags
` [PATCHv6 04/37] mm, rmap: account file thp pages
` [PATCHv6 05/37] thp: try to free page's buffers before attempt split
` [PATCHv6 06/37] thp: handle write-protection faults for file THP
` [PATCHv6 07/37] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv6 08/37] filemap: handle huge pages in do_generic_file_read()
` [PATCHv6 09/37] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv6 10/37] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv6 11/37] HACK: readahead: alloc huge pages, if allowed
` [PATCHv6 12/37] brd: make it handle huge pages
` [PATCHv6 13/37] mm: make write_cache_pages() work on "
` [PATCHv6 14/37] thp: introduce hpage_size() and hpage_mask()
` [PATCHv6 15/37] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv6 16/37] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv6 17/37] fs: make block_read_full_page() be able to read huge page
` [PATCHv6 18/37] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv6 19/37] fs: make block_page_mkwrite() aware about "
` [PATCHv6 20/37] truncate: make truncate_inode_pages_range() "
` [PATCHv6 21/37] truncate: make invalidate_inode_pages2_range() "
` [PATCHv6 22/37] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv6 23/37] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv6 24/37] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv6 25/37] ext4: make ext4_writepage() work on huge pages
` [PATCHv6 26/37] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv6 27/37] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv6 28/37] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv6 29/37] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv6 30/37] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv6 31/37] ext4: handle writeback with "
` [PATCHv6 32/37] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv6 33/37] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv6 34/37] ext4: make fallocate() operations work with "
` [PATCHv6 35/37] ext4: reserve larger jounral transaction for "
` [PATCHv6 36/37] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv6 37/37] ext4, vfs: add huge= mount option
[PATCH 1/6] mmc: block: inline the command abort and start new goto:s
2017-01-26 15:04 UTC (6+ messages)
` [PATCH 2/6] mmc: block: rename rqc and req
` [PATCH 3/6] mmc: core: rename mmc_start_req() to *areq()
` [PATCH 4/6] mmc: block: refactor mmc_blk_rw_try_restart()
` [PATCH 5/6] mmc: block: rename mmc_active to areq
` [PATCH 6/6] mmc: queue: turn queue flags into bools
[PATCHSET v4] blk-mq-scheduling framework
2017-01-26 14:23 UTC (15+ messages)
[PATCH 1/4] nbd: use our own workqueue for recv threads
2017-01-26 13:17 UTC (20+ messages)
` [PATCH 4/4] nbd: add a nbd-control interface
` [Nbd] "
[PATCH 1/3] lightnvm: submit erases using the I/O path
2017-01-26 11:47 UTC (3+ messages)
` [PATCH 2/3] lightnvm: allow targets to use sysfs
` [PATCH 3/3] lightnvm: Add CRC read error
[PATCH v2 05/10] sbitmap: add helpers for dumping to a seq_file
2017-01-25 22:32 UTC (2+ messages)
` [PATCH v3 "
[LSF/MM TOPIC] block level event logging for storage media management
2017-01-25 18:30 UTC (7+ messages)
` [Lsf-pc] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).