Show patches with: State = Action Required       |   38545 patches
« 1 2 ... 379 380 381385 386 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/5] lightnvm: add fpg_size and pfpg_size to struct nvm_dev - 1 - --- 2016-04-05 Matias Bjørling New
[2/5] lightnvm: implement nvm_submit_ppa_list - 1 - --- 2016-04-05 Matias Bjørling New
[1/5] lightnvm: handle submit_io failure - 1 - --- 2016-04-05 Matias Bjørling New
badblocks: fix wrong return value when badblocks are disabled 1 1 - --- 2016-04-05 Artur Paszkiewicz New
[27/27] mm: page_io.c: use bio_get_base_vec() - - - --- 2016-04-05 Ming Lei New
[26/27] kernel/power/swap.c: use bio_get_base_vec() - - - --- 2016-04-05 Ming Lei New
[25/27] fs: logfs: remove unnecesary check - - - --- 2016-04-05 Ming Lei New
[24/27] fs: logfs: use bio_add_page() in do_erase() - - - --- 2016-04-05 Ming Lei New
[23/27] fs: logfs: use bio_add_page() in __bdev_writeseg() - - - --- 2016-04-05 Ming Lei New
[22/27] fs: logfs: convert to bio_add_page() in sync_request() - 1 - --- 2016-04-05 Ming Lei New
[21/27] fs: logfs: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[20/27] dm: dm-bufio.c: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[19/27] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments - - - --- 2016-04-05 Ming Lei New
[18/27] dm: dm-io.c: use bio_get_base_vec() - - - --- 2016-04-05 Ming Lei New
[17/27] dm: crypt: use bio_add_page() - 1 - --- 2016-04-05 Ming Lei New
[16/27] bcache: super: use bio_get_base_vec - - - --- 2016-04-05 Ming Lei New
[15/27] bcache: super: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[14/27] bcache: writeback: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[13/27] bcache: movinggc: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[12/27] bcache: journal.c: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[11/27] bcache: io.c: use bio_set_vec_table - - - --- 2016-04-05 Ming Lei New
[10/27] bcache: debug: avoid to access .bi_io_vec directly - - - --- 2016-04-05 Ming Lei New
[09/27] target: use bio_is_full() - - - --- 2016-04-05 Ming Lei New
[08/27] staging: lustre: avoid to use bio->bi_vcnt directly 1 - - --- 2016-04-05 Ming Lei New
[07/27] block: floppy: use bio_add_page() - - - --- 2016-04-05 Ming Lei New
[06/27] block: floppy: use bio_set_vec_table() - - - --- 2016-04-05 Ming Lei New
[05/27] block: pktcdvd: use bio_get_base_vec() to retrive bvec table - - - --- 2016-04-05 Ming Lei New
[04/27] block: loop: use bio_get_base_vec() to retrive bvec table - - - --- 2016-04-05 Ming Lei New
[03/27] block: drbd: remove impossible failure handling - - - --- 2016-04-05 Ming Lei New
[02/27] block: drbd: use bio_get_base_vec() to retrieve the 1st bvec - - - --- 2016-04-05 Ming Lei New
[01/27] block: bio: introduce 4 helpers for cleanup - - - --- 2016-04-05 Ming Lei New
lightnvm: fix "warning: ‘ret’ may be used uninitialized" - 1 - --- 2016-04-04 Jeff Mahoney New
[3/3] cfq-iosched: Convert to use highres timers - 1 - --- 2016-04-04 Jan Kara New
[2/3] cfq-iosched: Expose microsecond interfaces - - - --- 2016-04-04 Jan Kara New
[1/3] cfq-iosched: Convert from jiffies to nanoseconds - - - --- 2016-04-04 Jan Kara New
[9/9] sd: Implement support for ZBC devices - - - --- 2016-04-04 Hannes Reinecke New
[8/9] block: Add 'BLK_MQ_RQ_QUEUE_DONE' return value - - - --- 2016-04-04 Hannes Reinecke New
[7/9] block: Introduce BLKPREP_DONE - - - --- 2016-04-04 Hannes Reinecke New
[6/9] block: Add 'zoned' sysfs queue attribute - - - --- 2016-04-04 Hannes Reinecke New
[5/9] block: Implement support for zoned block devices - - - --- 2016-04-04 Hannes Reinecke New
[4/9] sd: Implement new RESET_WP provisioning mode - - - --- 2016-04-04 Hannes Reinecke New
[3/9] sd: configure ZBC devices - - - --- 2016-04-04 Hannes Reinecke New
[2/9] block: update chunk_sectors in blk_stack_limits() - - - --- 2016-04-04 Hannes Reinecke New
[1/9] blk-sysfs: Add 'chunk_sectors' to sysfs attributes - - - --- 2016-04-04 Hannes Reinecke New
[v3,8/8] block: bio: remove BIO_MAX_SIZE - 1 - --- 2016-04-04 Ming Lei New
[v3,7/8] block: drbd: avoid to use BIO_MAX_SIZE - 1 - --- 2016-04-04 Ming Lei New
[v3,6/8] block: bio: remove BIO_MAX_SECTORS - 1 - --- 2016-04-04 Ming Lei New
[v3,5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES - - - --- 2016-04-04 Ming Lei New
[v3,4/8] iov_iter: use bvec iterator to implement iterate_bvec() - - - --- 2016-04-04 Ming Lei New
[v3,3/8] block: mark 1st parameter of bvec_iter_advance as const - 1 - --- 2016-04-04 Ming Lei New
[v3,2/8] block: move two bvec structure into bvec.h - - - --- 2016-04-04 Ming Lei New
[v3,1/8] block: move bvec iterator into include/linux/bvec.h - - - --- 2016-04-04 Ming Lei New
[12/12] Block Zoned Control for Userspace - - - --- 2016-04-04 Shaun Tancheff New
[11/12] Stream Id: Use PID to seed Stream Id construction. - - - --- 2016-04-04 Shaun Tancheff New
[10/12] Limit bio_endio recursion - - - --- 2016-04-04 Shaun Tancheff New
[09/12] RAID 4/5/6: Fine-grained TRIM enable for ZDM - - - --- 2016-04-04 Shaun Tancheff New
[08/12] RAID 4/5/6: Indicate parity blocks as 'META' - - - --- 2016-04-04 Shaun Tancheff New
[06/12] Add ata pass-through path for ZAC commands. - - - --- 2016-04-04 Shaun Tancheff New
[05/12] Add ioctl to issue ZBC/ZAC commands via block layer - - - --- 2016-04-04 Shaun Tancheff New
[04/12] Add bio/request flags for using ZBC/ZAC commands - - - --- 2016-04-04 Shaun Tancheff New
[03/12] BUG: Losing bits on request.cmd_flags - - - --- 2016-04-04 Shaun Tancheff New
[02/12] ata-scsi: Translate ReportZones result to big endian - - - --- 2016-04-04 Shaun Tancheff New
[01/12] Add ZBC <-> ZAC xlat support for report, open, close, reset, finish - - - --- 2016-04-04 Shaun Tancheff New
[v2,8/8] block: bio: remove BIO_MAX_SIZE - 1 - --- 2016-04-03 Ming Lei New
[v2,7/8] block: drbd: avoid to use BIO_MAX_SIZE - 1 - --- 2016-04-03 Ming Lei New
[v2,6/8] block: bio: remove BIO_MAX_SECTORS - 1 - --- 2016-04-03 Ming Lei New
[v2,5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES - - - --- 2016-04-03 Ming Lei New
[v2,4/8] iov_iter: use bvec iterator to implement iterate_bvec() - - - --- 2016-04-03 Ming Lei New
[v2,3/8] block: mark 1st parameter of bvec_iter_advance as const - 1 - --- 2016-04-03 Ming Lei New
[v2,2/8] block: move two bvec structure into bvec.h - - - --- 2016-04-03 Ming Lei New
[v2,1/8] block: move bvec iterator into include/linux/bvec.h - - - --- 2016-04-03 Ming Lei New
[v2] block: fix possible NULL dereference - - - --- 2016-04-01 Sudip Mukherjee New
[2/2] block: add forced polling sysfs controls - - - --- 2016-03-31 Jon Derrick New
[1/2] block: add queue flag to always poll - - - --- 2016-03-31 Jon Derrick New
[RFC,4/4] dm mpath: eliminate use of spinlock in IO fast-paths - 2 1 --- 2016-03-31 Mike Snitzer New
[RFC,3/4] dm mpath: move trigger_event member to the end of 'struct multipath' - 2 1 --- 2016-03-31 Mike Snitzer New
[RFC,2/4] dm mpath: use atomic_t for counting members of 'struct multipath' - 2 1 --- 2016-03-31 Mike Snitzer New
[RFC,1/4] dm mpath: switch to using bitops for state flags - 2 1 --- 2016-03-31 Mike Snitzer New
[1/2] lightnvm: use rrpc->nr_luns to calculate the rrpc area size - - - --- 2016-03-31 Matias Bjorling New
[v1] block: partition: initialize percpuref before new partition is visiable - 2 1 --- 2016-03-31 Ming Lei New
[v1,8/8] block: bio: remove BIO_MAX_SIZE - 1 - --- 2016-03-30 Ming Lei New
[v1,7/8] block: drbd: avoid to use BIO_MAX_SIZE - 1 - --- 2016-03-30 Ming Lei New
[v1,6/8] block: bio: remove BIO_MAX_SECTORS - 1 - --- 2016-03-30 Ming Lei New
[v1,5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES - - - --- 2016-03-30 Ming Lei New
[v1,4/8] iov_iter: use bvec iterator to implement iterate_bvec() - - - --- 2016-03-30 Ming Lei New
[v1,3/8] block: mark 1st parameter of bvec_iter_advance as const - 1 - --- 2016-03-30 Ming Lei New
[v1,2/8] block: make 'struct bvec_iter' not depend on CONFIG_BLOCK - 1 - --- 2016-03-30 Ming Lei New
[v1,1/8] block: move bvec iterator into include/linux/bvec_iter.h - - - --- 2016-03-30 Ming Lei New
[9/9] writeback: throttle buffered writeback - - - --- 2016-03-30 Jens Axboe New
[8/9] block: add code to track actual device queue depth - - - --- 2016-03-30 Jens Axboe New
[7/9] NVMe: inform block layer of write cache state - - - --- 2016-03-30 Jens Axboe New
[6/9] sd: inform block layer of write cache state - - - --- 2016-03-30 Jens Axboe New
[5/9] block: add ability to flag write back caching on a device - - - --- 2016-03-30 Jens Axboe New
[4/9] writeback: track if we're sleeping on progress in balance_dirty_pages() - - - --- 2016-03-30 Jens Axboe New
[3/9] writeback: use WRITE_SYNC for reclaim or sync writeback - - - --- 2016-03-30 Jens Axboe New
[2/9] writeback: add wbc_to_write() - - - --- 2016-03-30 Jens Axboe New
[1/9] writeback: propagate the various reasons for writeback - - - --- 2016-03-30 Jens Axboe New
[2/2] lightnvm: use relative logical address in rrpc_l2p_update - - - --- 2016-03-30 Wenwei Tao New
[1/2] lightnvm: use rrpc->nr_luns to calculate the rrpc area size - - - --- 2016-03-30 Wenwei Tao New
[RFC] block: fix bio merge checks when virt_boundary is set - - - --- 2016-03-30 Ming Lei New
« 1 2 ... 379 380 381385 386 »