messages from 2016-08-08 11:15:10 to 2016-08-17 08:48:23 UTC [more...]
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
2016-08-17 8:49 UTC (19+ messages)
` [PATCH 01/15] disk: Drop add_disk in favor of device_add_disk
` [PATCH 02/15] genhd: Return error from register_disk()
` [PATCH 03/15] genhd: Return error from blk_register_region
` [PATCH 04/15] block: Return error from blk_integrity_add
` [PATCH 05/15] genhd: Return error from disk_{add,alloc}_events
` [PATCH 06/15] genhd: Add return code to device_add_disk
` [PATCH 07/15] genhd: Add attribute group parameter "
` [PATCH 08/15] nvme: Pass attribute group "
` [PATCH 09/15] virtio-blk: "
` [PATCH 10/15] mtd: "
` [PATCH 11/15] zram: "
` [PATCH 12/15] mtip: "
` [PATCH 13/15] aoeblk: "
` [PATCH 14/15] axonram: "
` [PATCH 15/15] block: Add FIXME comment to handle device_add_disk error
[RFC 0/3] Add the feature of boosting urgent asynchronous writeback I/O
2016-08-17 5:20 UTC (4+ messages)
` [RFC 1/3] block, mm: add support for boosting urgent asynchronous writeback io
` [RFC 2/3] cfq: add cfq_find_async_wb_req
` [RFC 3/3] ext4: tag asynchronous writeback io
[PATCH] block: Fix race triggered by blk_set_queue_dying()
2016-08-17 1:37 UTC (2+ messages)
[PATCH] block: Fix secure erase
2016-08-17 0:52 UTC (10+ messages)
` [PATCH V2] "
[BUG] Deadlock in blk_mq_register_disk error path
2016-08-16 8:18 UTC (8+ messages)
` "
[PATCH v6 0/2] Block layer support ZAC/ZBC commands
2016-08-16 6:07 UTC (15+ messages)
[RFC] libata-scsi: make sure Maximum Write Same Length is not too large
2016-08-16 4:15 UTC (10+ messages)
[PATCH v2 1/2] libata-scsi: use dev->max_sectors from libata-core appropriately
2016-08-16 4:10 UTC (6+ messages)
` [PATCH v2 2/2] sd: check BLK_DEF_MAX_SECTORS against max_dev_sectors
[RFC] sd: dynamically adjust SD_MAX_WS16_BLOCKS as per the actual logical block size
2016-08-16 4:02 UTC (6+ messages)
Time to make dynamically allocated devt the default for scsi disks?
2016-08-15 20:11 UTC (16+ messages)
[PATCH v3] block: make sure big bio is splitted into at most 256 bvecs
2016-08-15 19:12 UTC (3+ messages)
[PATCHv2, 00/41] ext4: support of huge pages
2016-08-14 12:40 UTC (46+ messages)
` [PATCHv2 01/41] tools: Add WARN_ON_ONCE
` [PATCHv2 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv2 03/41] radix-tree: Add radix_tree_join
` [PATCHv2 04/41] radix-tree: Add radix_tree_split
` [PATCHv2 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv2 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv2 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv2 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv2 09/41] page-flags: relax page flag policy for few flags
` [PATCHv2 10/41] mm, rmap: account file thp pages
` [PATCHv2 11/41] thp: try to free page's buffers before attempt split
` [PATCHv2 12/41] thp: handle write-protection faults for file THP
` [PATCHv2 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv2 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv2 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv2 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv2 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv2 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv2 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv2 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv2 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv2 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv2 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv2 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv2 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv2 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv2 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv2 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv2 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv2 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv2 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv2 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv2 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv2 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv2 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv2 36/41] ext4: handle writeback with "
` [PATCHv2 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv2 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv2 39/41] ext4: make fallocate() operations work with "
` [PATCHv2 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv2 41/41] ext4, vfs: add huge= mount option
[PATCH 1/2] libata-scsi: use dev->max_sectors from libata-core appropriately
2016-08-13 10:10 UTC (6+ messages)
` [PATCH 2/2] sd: check BLK_DEF_MAX_SECTORS against max_dev_sectors
[GIT PULL] Block fixes for 4.8-rc2
2016-08-13 2:42 UTC
[PATCH v2 1/2] libata-scsi: set max_hw_sectors again only when dev->max_sectors is set
2016-08-12 21:17 UTC (14+ messages)
` [PATCH v2 2/2] libata-core: do not set dev->max_sectors for LBA48 devices
[RFC PATCH] blk-mq: Prevent round-robin from scheduling dead cpus
2016-08-12 17:56 UTC (2+ messages)
[PATCH v1] block: make sure big bio is splitted into at most 256 bvecs
2016-08-12 16:36 UTC (5+ messages)
` [PATCH v2] "
[PATCH] bvec: avoid variable shadowing warning
2016-08-11 15:41 UTC (2+ messages)
[PATCH] NULL pointer in raid1_make_request passed to bio_trim when adding md as bcache caching dev
2016-08-11 6:52 UTC (3+ messages)
[PATCH 0/1] block: fix blk_queue_split() resource exhaustion
2016-08-11 4:16 UTC (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 "
` [dm-devel] "
Regarding AHCI_MAX_SG and (ATA_HORKAGE_MAX_SEC_1024)
2016-08-10 19:38 UTC (7+ messages)
[PATCH v2 1/1] blk-mq: fix hang caused by freeze/unfreeze sequence
2016-08-10 18:54 UTC (5+ messages)
[PATCHv1, RFC 00/33] ext4: support of huge pages
2016-08-10 0:54 UTC (2+ messages)
` [PATCH] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
[PATCH 1/2] libata-scsi: do not call blk_queue_max_hw_sectors()
2016-08-09 11:02 UTC (3+ messages)
` [PATCH 2/2] libata: do not set max_sectors for LBA48 device
Filesystem slow write performance
2016-08-09 4:28 UTC (2+ messages)
[RFD] I/O scheduling in blk-mq
2016-08-08 20:09 UTC (3+ messages)
bug: using smp_processor_id() in preemptible code in rr_select_path()
2016-08-08 17:04 UTC (8+ messages)
` [dm-devel] "
[PATCH V2 00/22] Replace the CFQ I/O Scheduler with BFQ
2016-08-08 13:37 UTC (11+ messages)
` [PATCH V2 15/22] block, bfq: reduce I/O latency for soft real-time applications
` [PATCH V2 16/22] block, bfq: preserve a low latency also with NCQ-capable drives
` [PATCH V2 17/22] block, bfq: reduce latency during request-pool saturation
` [PATCH V2 18/22] block, bfq: add Early Queue Merge (EQM)
` [PATCH V2 19/22] block, bfq: reduce idling only in symmetric scenarios
` [PATCH V2 20/22] block, bfq: boost the throughput on NCQ-capable flash-based devices
` [PATCH V2 21/22] block, bfq: boost the throughput with random I/O on NCQ-capable HDDs
` [PATCH V2 22/22] block, bfq: handle bursts of queue activations
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).