summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lightnvm: pblk: print incompatible line version correctlyRakesh Pandit2017-10-133-3/+4
* lightnvm: pblk: improve error message if down_timeout failsRakesh Pandit2017-10-131-10/+2
* lightnvm: pblk: fix message if L2P MAP is in deviceRakesh Pandit2017-10-131-1/+1
* lightnvm: pblk: protect line bitmap while submitting meta ioRakesh Pandit2017-10-131-0/+2
* lightnvm: include NVM Express driver if OCSSD is selected for buildRakesh Pandit2017-10-131-1/+2
* lightnvm: pblk: fix error path in pblk_lines_alloc_metadataRakesh Pandit2017-10-131-1/+4
* lightnvm: remove already calculated nr_chnlsRakesh Pandit2017-10-131-1/+0
* lightnvm: protect target type list with correct locksRakesh Pandit2017-10-131-4/+4
* lightnvm: prevent bd removal if busyRakesh Pandit2017-10-131-0/+14
* lightnvm: prevent target type module removal when in useRakesh Pandit2017-10-133-0/+6
* mtip32xx: Clean up unused variablesChristos Gkekas2017-10-131-7/+0
* fs/block_dev: remove vfs_msg() interfaceRakesh Pandit2017-10-122-23/+0
* block: set request_list for requestShaohua Li2017-10-102-1/+6
* blk-stat: delete useless codeShaohua Li2017-10-102-41/+9
* blk-throttle: fix null pointer dereference while throttling writeback IOsJiufei Xue2017-10-101-2/+10
* blkcg: check pol->cpd_free_fn before free cpdweiping zhang2017-10-101-2/+2
* writeback: merge try_to_writeback_inodes_sb_nr() into callerRakesh Pandit2017-10-102-27/+7
* block, bfq: fix unbalanced decrements of burst sizePaolo Valente2017-10-091-2/+57
* block,bfq: Disable writeback throttlingLuca Miccio2017-10-092-2/+3
* writeback: schedule periodic writeback with sysctlYafang Shao2017-10-091-2/+8
* block/bio: Remove null checks before mempool_destroy in bioset_freeTim Hansen2017-10-061-5/+2
* block: remove unnecessary NULL checks in bioset_integrity_free()Tim Hansen2017-10-061-5/+2
* backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe2017-10-062-22/+0
* block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-056-33/+3
* sysctl: remove /proc/sys/vm/nr_pdflush_threadsJens Axboe2017-10-042-10/+0
* writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe2017-10-044-60/+57
* blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe2017-10-042-0/+13
* blk-mq: attempt to fix atomic flag memory orderingPeter Zijlstra2017-10-042-13/+41
* block: move __elv_next_request to blk-core.cChristoph Hellwig2017-10-032-41/+40
* block, bfq: decrease burst size when queues in burst exitPaolo Valente2017-10-031-9/+3
* block, bfq: let early-merged queues be weight-raised on split tooPaolo Valente2017-10-031-5/+23
* block, bfq: check and switch back to interactive wr also on queue splitPaolo Valente2017-10-031-38/+49
* block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente2017-10-031-19/+31
* writeback: only allow one inflight and pending full flushJens Axboe2017-10-032-0/+26
* writeback: move nr_pages == 0 logic to one locationJens Axboe2017-10-031-24/+17
* writeback: make wb_start_writeback() staticJens Axboe2017-10-032-4/+2
* writeback: pass in '0' for nr_pages writeback in laptop modeJens Axboe2017-10-031-16/+1
* writeback: provide a wakeup_flusher_threads_bdi()Jens Axboe2017-10-032-10/+31
* writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe2017-10-033-6/+6
* writeback: switch wakeup_flusher_threads() to cyclic writebackJens Axboe2017-10-031-1/+1
* fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-034-8/+7
* buffer: eliminate the need to call free_more_memory() in __getblk_slow()Jens Axboe2017-10-031-23/+0
* buffer: grow_dev_page() should use __GFP_NOFAIL for all casesJens Axboe2017-10-031-5/+1
* buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-035-27/+14
* blk-mq: wire up completion notifier for laptop modeJens Axboe2017-10-031-0/+3
* blk-mq-tag: kill unused tag enumsJens Axboe2017-10-011-6/+1
* blk-mq: remove unused function hctx_allow_mergesweiping zhang2017-09-301-6/+0
* null_blk: add "no_sched" module parameterweiping zhang2017-09-301-0/+6
* block: fix a build errorShaohua Li2017-09-263-6/+6
* block: cryptoloop - Fix build warningCorentin Labbe2017-09-261-2/+0