aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-03writeback: pass in '0' for nr_pages writeback in laptop modeJens Axboe1-16/+1
2017-10-03writeback: provide a wakeup_flusher_threads_bdi()Jens Axboe2-10/+31
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe3-6/+6
2017-10-03writeback: switch wakeup_flusher_threads() to cyclic writebackJens Axboe1-1/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe4-8/+7
2017-10-03buffer: eliminate the need to call free_more_memory() in __getblk_slow()Jens Axboe1-23/+0
2017-10-03buffer: grow_dev_page() should use __GFP_NOFAIL for all casesJens Axboe1-5/+1
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe5-27/+14
2017-10-03blk-mq: wire up completion notifier for laptop modeJens Axboe1-0/+3
2017-10-01blk-mq-tag: kill unused tag enumsJens Axboe1-6/+1
2017-09-30blk-mq: remove unused function hctx_allow_mergesweiping zhang1-6/+0
2017-09-30null_blk: add "no_sched" module parameterweiping zhang1-0/+6
2017-09-26block: fix a build errorShaohua Li3-6/+6
2017-09-26block: cryptoloop - Fix build warningCorentin Labbe1-2/+0
2017-09-26block/loop: make loop cgroup awareShaohua Li2-0/+14
2017-09-26block: make blkcg aware of kthread stored original cgroup infoShaohua Li1-6/+7
2017-09-26blkcg: delete unused APIsShaohua Li3-45/+0
2017-09-26kthread: add a mechanism to store cgroup infoShaohua Li2-2/+75
2017-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-25fix a typo in put_compat_shm_info()Al Viro1-1/+1
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds25-175/+226
2017-09-25Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-9/+5
2017-09-25Merge tag 'microblaze-4.14-rc3' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-2/+3
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-29/+41
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fc: sync header templates with commentsJames Smart1-5/+8
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg1-1/+1
2017-09-25nvme-rdma: give up reconnect if state change failsSagi Grimberg1-1/+6
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-9/+5
2017-09-25block: fix a crash caused by wrong APIShaohua Li1-1/+1
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner3-21/+67
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart3-6/+12