aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mincore.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27writeback, memcg: Implement cgroup_writeback_by_id()Tejun Heo2-0/+85
2019-08-27writeback: Separate out wb_get_lookup() from wb_get_create()Tejun Heo2-18/+39
2019-08-27bdi: Add bdi->idTejun Heo3-2/+66
2019-08-27writeback: Generalize and expose wb_completionTejun Heo3-33/+36
2019-08-23null_blk: fix inline misuseJens Axboe2-6/+5
2019-08-23null_blk: create a helper for req completionChaitanya Kulkarni1-22/+27
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni3-27/+35
2019-08-23null_blk: create a helper for mem-backed opsChaitanya Kulkarni1-9/+16
2019-08-23null_blk: create a helper for badblocksChaitanya Kulkarni1-7/+17
2019-08-23null_blk: create a helper for throttlingChaitanya Kulkarni1-14/+25
2019-08-23null_blk: move duplicate code to callersChaitanya Kulkarni1-45/+21
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig1-7/+7
2019-08-20nbd: fix max number of supported devsMike Christie1-14/+25
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie1-6/+23
2019-08-20nbd: add missing config putMike Christie1-1/+3
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie1-15/+18
2019-08-20nbd: add set cmd timeout helperMike Christie1-14/+14
2019-08-20block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar1-2/+0
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar1-4/+0
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar2-6/+42
2019-08-19block: remove struct request_queue queue_headJunxiao Bi2-5/+0
2019-08-15writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem trylock failTejun Heo1-12/+5
2019-08-15writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode switchingTejun Heo1-2/+20
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner3-1/+26
2019-08-12blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin1-3/+6
2019-08-09floppy: fix usercopy directionJann Horn1-2/+2
2019-08-08lightnvm: remove unused 'geo' variableJens Axboe1-2/+0
2019-08-08loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-08-08lib: scatterlist: Fix to support no mapped sgZhou Wang1-5/+7
2019-08-08lightnvm: remove set but not used variables 'data_len' and 'rq_len'YueHaibing2-4/+1
2019-08-07raid1: factor out a common routine to handle the completion of sync writeHou Tao1-21/+18
2019-08-07md: don't call spare_active in md_reap_sync_thread if all member devices can't workGuoqing Jiang1-1/+2
2019-08-07md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang4-6/+36
2019-08-07md: Convert to use int_pow()Andy Shevchenko1-5/+1
2019-08-07md/raid10: end bio when the device faultyYufen Yu1-12/+14
2019-08-07md/raid1: end bio when the device faultyYufen Yu1-12/+14
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-08-07raid1: use an int as the return value of raise_barrier()Hou Tao1-1/+4
2019-08-06block: stop exporting bio_map_kernHans Holmberg1-1/+0
2019-08-06lightnvm: pblk: use kvmalloc for metadataHans Holmberg4-64/+19
2019-08-06lightnvm: move metadata mapping to lower level driverHans Holmberg8-190/+54
2019-08-06lightnvm: remove nvm_submit_io_sync_fnHans Holmberg3-37/+29
2019-08-04blk-mq: balance mapping between present CPUs and queuesMing Lei1-7/+22
2019-08-04scsi: implement .cleanup_rq callbackMing Lei1-0/+13
2019-08-04blk-mq: add callback of .cleanup_rqMing Lei2-0/+14
2019-08-04null_blk: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2-6/+25
2019-08-04scsi: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni3-5/+15