summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nvme: fix sqhd reference when admin queue connect failsJames Smart2017-09-251-1/+2
| * | block: fix a crash caused by wrong APIShaohua Li2017-09-251-1/+1
| * | fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-253-21/+67
| * | nvmet: implement valid sqhd values in completionsJames Smart2017-09-253-6/+12
| * | nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli2017-09-251-9/+9
| * | nvme: allow timed-out ios to retryJames Smart2017-09-251-2/+0
| * | nvme: stop aer posting if controller state not liveJames Smart2017-09-251-2/+3
| * | nvme-pci: Print invalid SGL only onceKeith Busch2017-09-251-12/+18
| * | nvme-pci: initialize queue memory before interruptsKeith Busch2017-09-251-2/+2
| * | nvmet-fc: fix failing max io queue connectionsJames Smart2017-09-251-3/+3
| * | nvme-fc: use transport-specific sgl formatJames Smart2017-09-251-6/+7
| * | nvme: add transport SGL definitionsJames Smart2017-09-251-0/+6
| * | nvme.h: remove FC transport-specific error valuesJames Smart2017-09-251-13/+0
| * | qla2xxx: remove use of FC-specific error codesJames Smart2017-09-251-1/+1
| * | lpfc: remove use of FC-specific error codesJames Smart2017-09-251-1/+1