summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/loop: make loop cgroup awareShaohua Li2017-09-262-0/+14
* block: make blkcg aware of kthread stored original cgroup infoShaohua Li2017-09-261-6/+7
* blkcg: delete unused APIsShaohua Li2017-09-263-45/+0
* kthread: add a mechanism to store cgroup infoShaohua Li2017-09-262-2/+75
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-251-1/+1
|\
| * fix a typo in put_compat_shm_info()Al Viro2017-09-251-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-2525-175/+226
|\ \
| * | nvme-fcloop: fix port deletes and callbacksJames Smart2017-09-251-64/+38
| * | nvmet-fc: sync header templates with commentsJames Smart2017-09-251-5/+8
| * | nvmet-fc: ensure target queue id within range.James Smart2017-09-251-0/+3
| * | nvmet-fc: on port remove call put outside lockJames Smart2017-09-251-1/+5
| * | nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg2017-09-251-1/+1
| * | nvme-rdma: give up reconnect if state change failsSagi Grimberg2017-09-251-1/+6
| * | nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg2017-09-251-2/+2