Shin'ichiro Kawasaki 927b6b2d69 block: Fix null_blk_zoned creation failure with small number of zones 6 年之前
..
partitions d43fdae7ba partitions/aix: append null character to print data from disk 7 年之前
Kconfig 1306ad4e60 block: remove redundant 'default n' from Kconfig-s 6 年之前
Kconfig.iosched 1306ad4e60 block: remove redundant 'default n' from Kconfig-s 6 年之前
Makefile bca6b067b0 block: Move power management code into a new source file 6 年之前
badblocks.c 39b4954c0a badblocks: fix wrong return value in badblocks_set if badblocks are disabled 7 年之前
bfq-cgroup.c b5f2954d30 blkcg: revert blkcg cleanups series 6 年之前
bfq-iosched.c ba7aeae553 block, bfq: fix decrement of num_active_groups 6 年之前
bfq-iosched.h ba7aeae553 block, bfq: fix decrement of num_active_groups 6 年之前
bfq-wf2q.c ba7aeae553 block, bfq: fix decrement of num_active_groups 6 年之前
bio-integrity.c 7759eb23fd block: remove bio_rewind_iter() 7 年之前
bio.c f55adad601 block/bio: Do not zero user pages 6 年之前
blk-cgroup.c b5f2954d30 blkcg: revert blkcg cleanups series 6 年之前
blk-core.c 8dc765d438 SCSI: fix queue cleanup race before queue initialization is done 6 年之前
blk-exec.c 9e97d2951a blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request 7 年之前
blk-flush.c 5b202853ff blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs 6 年之前
blk-integrity.c 3dccdae54f block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable 6 年之前
blk-ioc.c c137969bd4 block, mm: remove unnecessary __GFP_HIGH flag 7 年之前
blk-iolatency.c 5f21585384 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block 6 年之前
blk-lib.c 4800bf7bc8 block: fix 32 bit overflow in __blkdev_issue_discard() 6 年之前
blk-map.c 0a4b6e2f80 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block 7 年之前
blk-merge.c 2a5cf35cd6 block: fix single range discard merge 6 年之前
blk-mq-cpumap.c bffa9909a6 blk-mq: don't keep offline CPUs mapped to hctx 0 7 年之前
blk-mq-debugfs-zoned.c 6a5ac98465 block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n 7 年之前
blk-mq-debugfs.c e76239a374 block: add a report_zones method 6 年之前
blk-mq-debugfs.h 6a5ac98465 block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n 7 年之前
blk-mq-pci.c 0da73d00ca blk-mq: code clean-up by adding an API to clear set->mq_map 7 年之前
blk-mq-rdma.c 24c5dc6610 block: Add rdma affinity based queue mapping helper 8 年之前
blk-mq-sched.c d48ece209f blk-mq: init hctx sched after update ctx and hctx mapping 7 年之前
blk-mq-sched.h ed88660a53 block: move call of scheduler's ->completed_request() hook 6 年之前
blk-mq-sysfs.c 5657a819a8 block drivers/block: Use octal not symbolic permissions 7 年之前
blk-mq-tag.c c0aac682fa Merge tag 'v4.19-rc6' into for-4.20/block 6 年之前
blk-mq-tag.h e2c5923c34 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block 7 年之前
blk-mq-virtio.c 73473427bb blk-mq: provide a default queue mapping for virtio device 8 年之前
blk-mq.c c616cbee97 blk-mq: punt failed direct issue to dispatch list 6 年之前
blk-mq.h 6ce3dd6eec blk-mq: issue directly if hw queue isn't busy in case of 'none' 7 年之前
blk-pm.c 986d413b7c blk-mq: Enable support for runtime power management 6 年之前
blk-pm.h 154b00d566 block: Split blk_pm_add_request() and blk_pm_put_request() 6 年之前
blk-rq-qos.c 22f17952c7 blk-rq-qos: make depth comparisons unsigned 7 年之前
blk-rq-qos.h 22f17952c7 blk-rq-qos: make depth comparisons unsigned 7 年之前
blk-settings.c 57c8a661d9 mm: remove include/linux/bootmem.h 6 年之前
blk-softirq.c 36e765392e blk-mq: complete req in softirq context in case of single queue 6 年之前
blk-stat.c f8232f29ca block: export blk_stat_enable_accounting() 6 年之前
blk-stat.h 2ecbf45635 blk-stat: export helpers for modifying blk_rq_stat 7 年之前
blk-sysfs.c c57cdf7a9e block: call rq_qos_exit() after queue is frozen 6 年之前
blk-tag.c 265c5596da Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block 7 年之前
blk-throttle.c b5f2954d30 blkcg: revert blkcg cleanups series 6 年之前
blk-timeout.c f5e350f021 blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONE 7 年之前
blk-wbt.c 5e65a20341 blk-wbt: wake up all when we scale up, not down 6 年之前
blk-wbt.h c1c80384c8 block: remove external dependency on wbt_flags 7 年之前
blk-zoned.c 927b6b2d69 block: Fix null_blk_zoned creation failure with small number of zones 6 年之前
blk.h 1adfc5e413 block: make sure discard bio is aligned with logical block size 6 年之前
bounce.c ca474b7389 block: copy ioprio in __bio_clone_fast() and bounce 6 年之前
bsg-lib.c 4725549192 block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow path 7 年之前
bsg.c db193954ed block: bsg: move atomic_t ref_count variable to refcount API 7 年之前
cfq-iosched.c b5f2954d30 blkcg: revert blkcg cleanups series 6 年之前
cmdline-parser.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 年之前
compat_ioctl.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 年之前
deadline-iosched.c 5657a819a8 block drivers/block: Use octal not symbolic permissions 7 年之前
elevator.c c0aac682fa Merge tag 'v4.19-rc6' into for-4.20/block 6 年之前
genhd.c c0aac682fa Merge tag 'v4.19-rc6' into for-4.20/block 6 年之前
ioctl.c 65e4e3eee8 block: Introduce BLKGETNRZONES ioctl 6 年之前
ioprio.c aa43457799 block: add ioprio_check_cap function 7 年之前
kyber-iosched.c f0a0cdddb1 kyber: fix integer overflow of latency targets on 32-bit 6 年之前
mq-deadline.c 5657a819a8 block drivers/block: Use octal not symbolic permissions 7 年之前
noop-iosched.c c51ca6cf54 block: move existing elevator ops to union 8 年之前
opal_proto.h dbec491b12 block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled 8 年之前
partition-generic.c b57e99b4b8 block: use nanosecond resolution for iostat 6 年之前
scsi_ioctl.c 0eb0b63c1d block: consistently use GFP_NOIO instead of __GFP_NORECLAIM 7 年之前
sed-opal.c ce042c183b block: sed-opal: Fix a couple off by one bugs 7 年之前
t10-pi.c 10c41ddd61 block: move dif_prepare/dif_complete functions to block layer 7 年之前