summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo2019-08-295-15/+26
* block/rq_qos: add rq_qos_merge()Tejun Heo2019-08-293-0/+22
* blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo2019-08-292-19/+44
* blkcg: make ->cpd_init_fn() optionalTejun Heo2019-08-291-1/+2
* blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo2019-08-295-10/+16
* Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...Jens Axboe2019-08-273-9/+22
|\
| * raid5 improve too many read errors msg by adding limitsNigel Croxon2019-08-271-4/+10
| * md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-08-272-4/+10
| * md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-08-271-1/+2
* | block: split .sysfs_lock into two locksMing Lei2019-08-276-33/+84
* | block: add helper for checking if queue is registeredMing Lei2019-08-274-4/+5
* | blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei2019-08-271-7/+0
* | block: don't hold q->sysfs_lock in elevator_init_mqMing Lei2019-08-271-9/+5
* | block: Remove blk_mq_register_dev()Bart Van Assche2019-08-272-12/+0
|/
* writeback, memcg: Implement foreign dirty flushingTejun Heo2019-08-274-0/+178
* writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo2019-08-272-0/+85
* writeback: Separate out wb_get_lookup() from wb_get_create()Tejun Heo2019-08-272-18/+39
* bdi: Add bdi->idTejun Heo2019-08-273-2/+66
* writeback: Generalize and expose wb_completionTejun Heo2019-08-273-33/+36
* null_blk: fix inline misuseJens Axboe2019-08-232-6/+5
* null_blk: create a helper for req completionChaitanya Kulkarni2019-08-231-22/+27
* null_blk: create a helper for zoned devicesChaitanya Kulkarni2019-08-233-27/+35
* null_blk: create a helper for mem-backed opsChaitanya Kulkarni2019-08-231-9/+16
* null_blk: create a helper for badblocksChaitanya Kulkarni2019-08-231-7/+17
* null_blk: create a helper for throttlingChaitanya Kulkarni2019-08-231-14/+25
* null_blk: move duplicate code to callersChaitanya Kulkarni2019-08-231-45/+21
* block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig2019-08-221-10/+10
* block: create a bio_try_merge_pc_page helperChristoph Hellwig2019-08-221-24/+10
* block: improve the gap check in __bio_add_pc_pageChristoph Hellwig2019-08-221-7/+7
* nbd: fix max number of supported devsMike Christie2019-08-201-14/+25
* nbd: fix zero cmd timeout handling v2Mike Christie2019-08-201-6/+23
* nbd: add missing config putMike Christie2019-08-201-1/+3
* nbd: add function to convert blk req op to nbd cmdMike Christie2019-08-201-15/+18
* nbd: add set cmd timeout helperMike Christie2019-08-201-14/+14
* block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar2019-08-201-2/+0
* block: sed-opal: Remove always false conditional statementRevanth Rajashekar2019-08-201-4/+0
* block: sed-opal: Add/remove spacesRevanth Rajashekar2019-08-202-6/+42
* block: remove struct request_queue queue_headJunxiao Bi2019-08-192-5/+0
* writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem tr...Tejun Heo2019-08-151-12/+5
* writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode swi...Tejun Heo2019-08-151-2/+20
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-143-1/+26
* blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin2019-08-121-3/+6
* floppy: fix usercopy directionJann Horn2019-08-091-2/+2
* lightnvm: remove unused 'geo' variableJens Axboe2019-08-091-2/+0
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-08-091-0/+1
* lib: scatterlist: Fix to support no mapped sgZhou Wang2019-08-081-5/+7
* lightnvm: remove set but not used variables 'data_len' and 'rq_len'YueHaibing2019-08-082-4/+1
* Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.4/blockJens Axboe2019-08-075-61/+101
|\
| * raid1: factor out a common routine to handle the completion of sync writeHou Tao2019-08-071-21/+18
| * md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-08-071-1/+2