messages from 2017-01-28 09:33:06 to 2017-02-02 17:35:58 UTC [more...]
[PATCH 0/24 RFC] fs: Convert all embedded bdis into separate ones
2017-02-02 17:34 UTC (19+ messages)
` [PATCH 01/24] block: Provide bdi_alloc()
` [PATCH 02/24] bdi: Provide bdi_register_va()
` [PATCH 03/24] block: Unregister bdi on last reference drop
` [PATCH 04/24] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 05/24] fs: Get proper reference for s_bdi
` [PATCH 06/24] lustre: Convert to separately allocated bdi
` [PATCH 09/24] ceph: "
` [PATCH 10/24] cifs: "
` [PATCH 11/24] ecryptfs: "
` [PATCH 12/24] afs: "
` [PATCH 14/24] mtd: Convert to dynamically allocated bdi infrastructure
` [PATCH 15/24] coda: Convert to separately allocated bdi
` [PATCH 16/24] exofs: "
` [PATCH 18/24] gfs2: Convert to properly refcounting bdi
` [PATCH 19/24] nilfs2: "
` [PATCH 20/24] ncpfs: Convert to separately allocated bdi
` [PATCH 22/24] ubifs: "
` [PATCH 24/24] block: Remove unused functions
split scsi passthrough fields out of struct request V2
2017-02-02 17:27 UTC (39+ messages)
` [dm-devel] "
[PATCH 0/6] block: fix blk-mq debugfs vs. blktrace
2017-02-02 17:20 UTC (15+ messages)
` [PATCH 1/6] debugfs: add debugfs_lookup()
` [PATCH 2/6] block: fix debugfs config conditional in struct request_queue
` [PATCH 3/6] blktrace: make do_blk_trace_setup() static
` [PATCH 4/6] block: use same block debugfs directory for blk-mq and blktrace
` [PATCH 5/6] blk-mq: move debugfs_remove() of disk dir to blk_release_queue()
` [PATCH 6/6] blktrace: use existing disk debugfs directory
[PATCH 0/2] blk-mq-sched: fix put_rq_private() lock inconsistency
2017-02-02 16:06 UTC (3+ messages)
` [PATCH 1/2] blk-merge: return the merged request
` [PATCH 2/2] block: free merged request in the caller
[PATCHSET v4] blk-mq-scheduling framework
2017-02-02 15:30 UTC (8+ messages)
` [PATCH 7/8] mq-deadline: add blk-mq adaptation of the deadline IO scheduler
[PATCH v3] scsi, block: fix duplicate bdi name registration crashes
2017-02-02 15:23 UTC (7+ messages)
[PATCH 0/5 v3] BDI lifetime fix
2017-02-02 15:22 UTC (7+ messages)
` [PATCH 1/5] block: Unhash block device inodes on gendisk destruction
` [PATCH 2/5] block: Use pointer to backing_dev_info from request_queue
` [PATCH 3/5] block: Dynamically allocate and refcount backing_dev_info
` [PATCH 4/5] block: Make blk_get_backing_dev_info() safe without open bdev
` [PATCH 5/5] block: Get rid of blk_get_backing_dev_info()
[PATCH 0/4 v2] BDI lifetime fix
2017-02-02 13:32 UTC (15+ 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
Doubt related to immutable biovecs
2017-02-02 9:35 UTC (3+ messages)
[PATCH] nbd: use an idr to keep track of nbd devices
2017-02-02 1:36 UTC (2+ messages)
[PATCH] nbd: use our own workqueue for recv threads
2017-02-02 1:35 UTC (2+ messages)
[PATCH] block: queue lock must be acquired when iterating over rls
2017-02-01 22:31 UTC (2+ messages)
[PATCH v2] scsi, block: fix duplicate bdi name registration crashes
2017-02-01 20:35 UTC (3+ messages)
[PATCH] block: Update comments that refer to __bio_map_user() and bio_map_user()
2017-02-01 19:33 UTC (3+ messages)
[PATCH 0/4] Four patches for the blk-mq debugfs code
2017-02-01 19:23 UTC (10+ messages)
` [PATCH 1/4] blk-mq-debugfs: Add missing __acquires() / __releases() annotations
` [PATCH 2/4] blk-mq-debug: Avoid that sparse complains about req_flags_t usage
` [PATCH 3/4] blk-mq-debug: Make show() operations interruptible
` [PATCH 4/4] blk-mq-debug: Introduce debugfs_create_files()
[PATCH V2 1/3] blk-mq: allocate blk_mq_tags and requests in correct node
2017-02-01 19:09 UTC (7+ messages)
` [PATCH V2 2/3] PCI: add an API to get node from vector
` [PATCH V2 3/3] nvme: allocate nvme_queue in correct node
remove the cmd_type field from struct request
2017-02-01 10:55 UTC (21+ messages)
` [PATCH 01/10] scm_blk: remove unneeded REQ_TYPE_FS check
` [PATCH 02/10] ѕd: remove pointless "
` [PATCH 03/10] mmc: remove pointless request type check in mmc_prep_request
` [PATCH 04/10] ms_block: remove pointless prep_fn
` [PATCH 05/10] mspro_block: "
` [PATCH 06/10] nbd: remove REQ_TYPE_DRV_PRIV leftovers
` [PATCH 07/10] nbd: move request validity checking into nbd_send_cmd
` [PATCH 08/10] block: introduce blk_rq_is_passthrough
` [PATCH 09/10] ide: don't abuse cmd_type
` [PATCH 10/10] block: fold cmd_type into the REQ_OP_ space
[PATCH 1/2] blk-mq: allocate blk_mq_tags and requests in correct node
2017-02-01 9:34 UTC (4+ messages)
` [PATCH 2/2] nvme: allocate nvme_queue "
[RFC PATCH 00/17] introduce a dax_inode for dax_operations
2017-02-01 9:28 UTC (15+ messages)
` [RFC PATCH 01/17] dax: refactor dax-fs into a generic provider of dax inodes
` [RFC PATCH 10/17] block: introduce bdev_dax_direct_access()
` [RFC PATCH 13/17] fs: update mount_bdev() to lookup dax infrastructure
[RFC PATCH] scsi, block: fix duplicate bdi name registration crashes
2017-02-01 8:08 UTC (9+ messages)
IOPRIO_PRIO_VALUE needs parens around (data) (was: [4.9.1] Compiler warnings in bcache)
2017-01-31 19:01 UTC
make SCSI passthrough support optional
2017-01-31 17:56 UTC (4+ messages)
` [PATCH 3/5] block: make scsi_request and scsi ioctl "
` [PATCH 4/5] virtio_blk: remove struct request backpointer from virtblk_req
[PATCH] genhd: Do not hold event lock when scheduling workqueue elements
2017-01-31 16:15 UTC (3+ messages)
[PATCH 00/12] lightnvm: 4.11 patches
2017-01-31 15:32 UTC (14+ messages)
` [PATCH 01/12] lightnvm: merge gennvm with core
` [PATCH 02/12] lightnvm: collapse nvm_erase_ppa and nvm_erase_blk
` [PATCH 03/12] lightnvm: remove nvm_submit_ppa* functions
` [PATCH 04/12] lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl
` [PATCH 05/12] lightnvm: make nvm_map_* return void
` [PATCH 06/12] lightnvm: cleanup nvm transformation functions
` [PATCH 07/12] lightnvm: reduce number of nvm_id groups to one
` [PATCH 08/12] lightnvm: add ioctls for vector I/Os
` [PATCH 09/12] lightnvm: use end_io callback instead of instance
` [PATCH 10/12] lightnvm: Add CRC read error
` [PATCH 11/12] lightnvm: free properly on target creation error
` [PATCH 12/12] lightnvm: allow targets to use sysfs
[PATCH 0/4 RFC] BDI lifetime fix
2017-01-31 11:20 UTC (8+ messages)
` [PATCH 3/4] block: Dynamically allocate and refcount backing_dev_info
Device or HBA level QD throttling creates randomness in sequetial workload
2017-01-30 18:29 UTC (7+ messages)
[PATCH V3 1/1] percpu-refcount: fix reference leak during percpu-atomic transition
2017-01-30 16:04 UTC (3+ messages)
[PATCH 0/6] mmc: block: command issue cleanups
2017-01-30 13:30 UTC (5+ messages)
[PATCH 1/3] lightnvm: submit erases using the I/O path
2017-01-30 11:31 UTC (6+ messages)
` [PATCH 2/3] lightnvm: allow targets to use sysfs
` [PATCH 3/3] lightnvm: Add CRC read error
[PATCH] lightnvm: free properly on target creation error
2017-01-30 10:19 UTC (2+ messages)
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).