aboutsummaryrefslogtreecommitdiffstats
path: root/block/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-04-17block: Move zone related debugfs attribute to blk-zoned.cDamien Le Moal1-1/+0
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig1-1/+1
2023-04-13blk-mq-rdma: remove queue mapping helper for rdma devicesSagi Grimberg1-1/+0
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig1-0/+1
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers1-1/+2
2021-11-29block: remove blk-exec.cChristoph Hellwig1-1/+1
2021-10-26block: Add independent access ranges supportDamien Le Moal1-1/+1
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers1-1/+1
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada1-1/+1
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig1-1/+1
2021-09-07block: split out operations on block special filesChristoph Hellwig1-1/+1
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-11Revert "block/mq-deadline: Add cgroup support"Tejun Heo1-2/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig1-0/+1
2021-08-02block: remove cmdline-parser.cChristoph Hellwig1-1/+0
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-1/+0
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-1/+1
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig1-1/+2
2021-06-21block/mq-deadline: Add cgroup supportBart Van Assche1-0/+2
2021-06-21block: Introduce the ioprio rq-qos policyBart Van Assche1-0/+1
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig1-1/+1
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala1-0/+1
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-1/+1
2020-05-14block: Keyslot Manager for Inline EncryptionSatya Tangirala1-0/+1
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig1-2/+1
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2020-01-06block: Allow t10-pi to be modularHerbert Xu1-1/+2
2020-01-03compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cArnd Bergmann1-1/+0
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo1-0/+1
2019-08-28blkcg: implement blk-iocostTejun Heo1-0/+1
2018-11-07block: remove legacy IO schedulersJens Axboe1-3/+0
2018-11-07block: remove legacy rq taggingJens Axboe1-1/+1
2018-09-26block: Move power management code into a new source fileBart Van Assche1-0/+1
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-0/+1
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-1/+1
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-08block: Add rdma affinity based queue mapping helperSagi Grimberg1-0/+1
2017-04-19block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente1-1/+2
2017-04-19block, bfq: introduce the BFQ-v0 I/O scheduler as an extra schedulerPaolo Valente1-0/+1
2017-04-14blk-mq: introduce Kyber multiqueue I/O schedulerOmar Sandoval1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2017-02-27blk-mq: provide a default queue mapping for virtio deviceChristoph Hellwig1-0/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-2/+3
2017-02-06block: Add Sed-opal libraryScott Bauer1-0/+1
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig1-2/+3
2017-01-27blk-mq: fix debugfs compilation issuesOmar Sandoval1-1/+1
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+1
2017-01-17mq-deadline: add blk-mq adaptation of the deadline IO schedulerJens Axboe1-0/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+1
2016-11-10blk-wbt: add general throttling mechanismJens Axboe1-0/+1
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-1/+1
2016-10-18block: Implement support for zoned block devicesHannes Reinecke1-0/+1
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner1-1/+1
2016-09-19blk_mq: linux/blk-mq.h does not include all the headers it depends onStephen Rothwell1-1/+1
2016-09-15blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2016-01-09badblocks: Add core badblock management codeVishal Verma1-1/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig1-1/+1
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen1-2/+2
2014-05-19block: move mm/bounce.c to block/Jens Axboe1-0/+1
2014-05-19block: move ioprio.c from fs/ to block/Jens Axboe1-1/+2
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe1-1/+2
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-2/+3
2013-09-30block: change config option name for cmdline partition parsingPaul Gortmaker1-1/+1
2013-09-11block: support embedded device command line partitionCai Zhiyong1-0/+1
2012-01-03separate partition format handling from generic codeAl Viro1-1/+1
2012-01-03move fs/partitions to block/Al Viro1-1/+2
2011-07-31block: add bsg helper libraryMike Christie1-0/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-09-16blkio: Core implementation of throttle policyVivek Goyal1-0/+1
2010-09-10block: rename blk-barrier.c to blk-flush.cTejun Heo1-1/+1
2010-04-28blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov1-1/+1
2009-12-03blkio: Introduce blkio controller cgroup interfaceVivek Goyal1-0/+1
2009-10-03block: remove the anticipatory IO schedulerJens Axboe1-1/+0
2009-09-11block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe1-1/+1
2009-07-01block: get rid of queue-private command filterJens Axboe1-1/+1
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker1-1/+0
2008-10-09block: unify request timeout handlingJens Axboe1-2/+2
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe1-2/+2
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-1/+2
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+1
2008-01-29block: ll_rw_blk.c split, add blk-merge.cJens Axboe1-1/+1
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-2/+3
2008-01-29block: split tag and sysfs handling from blk-core.cJens Axboe1-1/+2
2008-01-29block: first step of splitting ll_rw_blk, rename itJens Axboe1-1/+1
2007-10-12[BLOCK] Only include the compat ioctl code if CONFIG_BLOCK is setJens Axboe1-1/+1
2007-10-10compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann1-0/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe1-0/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-1/+1
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+2
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryJens Axboe1-0/+10