summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-13lightnvm: pblk: refactor read lba sanity checkJavier González1-19/+10
2017-10-13lightnvm: pblk: normalize ppa namingsJavier González1-23/+25
2017-10-13lightnvm: pblk: use constant for GC max inflightJavier González2-3/+3
2017-10-13lightnvm: pblk: remove checks on mempool alloc.Javier González4-59/+12
2017-10-13lightnvm: pblk: do not use a mempool for line bitmapsJavier González5-50/+14
2017-10-13lightnvm: pblk: decouple read/erase mempoolsJavier González3-13/+22
2017-10-13lightnvm: pblk: simplify work_queue mempoolJavier González5-45/+47
2017-10-13lightnvm: pblk: fix min size for page mempoolJavier González4-12/+13
2017-10-13lightnvm: pblk: avoid deadlock on low LUN configJavier González3-1/+9
2017-10-13lightnvm: pblk: fix write I/O sync statJavier González1-1/+1
2017-10-13lightnvm: pblk: free padded entries in write bufferJavier González2-2/+6
2017-10-13lightnvm: pblk: use right flag for GC allocationJavier González1-2/+5
2017-10-13lightnvm: pblk: initialize debug stat counterJavier González1-0/+1
2017-10-13lightnvm: pblk: reuse pblk_gc_should_kickRakesh Pandit3-27/+9
2017-10-13lightnvm: pblk: print incompatible line version correctlyRakesh Pandit3-3/+4
2017-10-13lightnvm: pblk: improve error message if down_timeout failsRakesh Pandit1-10/+2
2017-10-13lightnvm: pblk: fix message if L2P MAP is in deviceRakesh Pandit1-1/+1
2017-10-13lightnvm: pblk: protect line bitmap while submitting meta ioRakesh Pandit1-0/+2
2017-10-13lightnvm: include NVM Express driver if OCSSD is selected for buildRakesh Pandit1-1/+2
2017-10-13lightnvm: pblk: fix error path in pblk_lines_alloc_metadataRakesh Pandit1-1/+4
2017-10-13lightnvm: remove already calculated nr_chnlsRakesh Pandit1-1/+0
2017-10-13lightnvm: protect target type list with correct locksRakesh Pandit1-4/+4
2017-10-13lightnvm: prevent bd removal if busyRakesh Pandit1-0/+14
2017-10-13lightnvm: prevent target type module removal when in useRakesh Pandit3-0/+6
2017-10-12mtip32xx: Clean up unused variablesChristos Gkekas1-7/+0
2017-10-12fs/block_dev: remove vfs_msg() interfaceRakesh Pandit2-23/+0
2017-10-10block: set request_list for requestShaohua Li2-1/+6
2017-10-10blk-stat: delete useless codeShaohua Li2-41/+9
2017-10-10blk-throttle: fix null pointer dereference while throttling writeback IOsJiufei Xue1-2/+10
2017-10-10blkcg: check pol->cpd_free_fn before free cpdweiping zhang1-2/+2
2017-10-10writeback: merge try_to_writeback_inodes_sb_nr() into callerRakesh Pandit2-27/+7
2017-10-09block, bfq: fix unbalanced decrements of burst sizePaolo Valente1-2/+57
2017-10-09block,bfq: Disable writeback throttlingLuca Miccio2-2/+3
2017-10-09writeback: schedule periodic writeback with sysctlYafang Shao1-2/+8
2017-10-06block/bio: Remove null checks before mempool_destroy in bioset_freeTim Hansen1-5/+2
2017-10-06block: remove unnecessary NULL checks in bioset_integrity_free()Tim Hansen1-5/+2
2017-10-06backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe2-22/+0
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig6-33/+3
2017-10-04sysctl: remove /proc/sys/vm/nr_pdflush_threadsJens Axboe2-10/+0
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe4-60/+57
2017-10-04blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe2-0/+13
2017-10-04blk-mq: attempt to fix atomic flag memory orderingPeter Zijlstra2-13/+41
2017-10-03block: move __elv_next_request to blk-core.cChristoph Hellwig2-41/+40
2017-10-03block, bfq: decrease burst size when queues in burst exitPaolo Valente1-9/+3
2017-10-03block, bfq: let early-merged queues be weight-raised on split tooPaolo Valente1-5/+23
2017-10-03block, bfq: check and switch back to interactive wr also on queue splitPaolo Valente1-38/+49
2017-10-03block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente1-19/+31
2017-10-03writeback: only allow one inflight and pending full flushJens Axboe2-0/+26
2017-10-03writeback: move nr_pages == 0 logic to one locationJens Axboe1-24/+17
2017-10-03writeback: make wb_start_writeback() staticJens Axboe2-4/+2