aboutsummaryrefslogtreecommitdiff
path: root/block/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2020-09-01blk-wbt: Remove obsolete multiqueue I/O scheduling commentGravatar Danny Lin 1-2/+0
2020-07-08nvme: support for zoned namespacesGravatar Keith Busch 1-2/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-11/+11
2020-05-14block: blk-crypto-fallback for Inline EncryptionGravatar Satya Tangirala 1-0/+10
2020-05-14block: Keyslot Manager for Inline EncryptionGravatar Satya Tangirala 1-0/+7
2020-04-30blk-iocost: account for IO size when testing latenciesGravatar Tejun Heo 1-0/+1
2020-01-06block: Allow t10-pi to be modularGravatar Herbert Xu 1-1/+5
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATGravatar Tejun Heo 1-0/+4
2019-08-28blkcg: implement blk-iocostGravatar Tejun Heo 1-0/+10
2019-08-28blk-mq: add optional request->alloc_time_nsGravatar Tejun Heo 1-0/+3
2019-07-15docs: cgroup-v1: add it to the admin-guide bookGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: block: convert to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-1/+1
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-13block: force select mq-deadline for zoned block devicesGravatar Damien Le Moal 1-0/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-24/+0
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-11-07blk-wbt: kill check for legacy queue typeGravatar Jens Axboe 1-6/+0
2018-10-10block: remove redundant 'default n' from Kconfig-sGravatar Bartlomiej Zolnierkiewicz 1-7/+0
2018-09-26block: Move power management code into a new source fileGravatar Bart Van Assche 1-0/+3
2018-07-09block: introduce blk-iolatency io controllerGravatar Josef Bacik 1-0/+12
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nGravatar Bart Van Assche 1-0/+4
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-08block: Add rdma affinity based queue mapping helperGravatar Sagi Grimberg 1-0/+5
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXGravatar Dan Williams 1-1/+0
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-04-20dax: introduce dax_direct_access()Gravatar Dan Williams 1-0/+1
2017-03-28blk-throttle: add configure option for new .low interfaceGravatar Shaohua Li 1-0/+12
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+5
2017-02-27blk-mq: provide a default queue mapping for virtio deviceGravatar Christoph Hellwig 1-0/+5
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-0/+5
2017-02-06block: Add Sed-opal libraryGravatar Scott Bauer 1-0/+7
2017-01-31block: make scsi_request and scsi ioctl support optionalGravatar Christoph Hellwig 1-0/+5
2017-01-27blk-mq: fix debugfs compilation issuesGravatar Omar Sandoval 1-0/+12
2016-11-10block: hook up writeback throttlingGravatar Jens Axboe 1-0/+26
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Gravatar Bart Van Assche 1-0/+1
2016-10-18block: Implement support for zoned block devicesGravatar Hannes Reinecke 1-0/+8
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+5
2016-09-19blk_mq: linux/blk-mq.h does not include all the headers it depends onGravatar Stephen Rothwell 1-0/+5
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryGravatar Omar Sandoval 1-0/+1
2016-08-04block: remove BLK_DEV_DAX config optionGravatar Ross Zwisler 1-13/+0
2016-02-27block: disable block device DAX by defaultGravatar Dan Williams 1-0/+13
2014-09-27block: Add T10 Protection Information functionsGravatar Martin K. Petersen 1-0/+1
2013-09-30block: change config option name for cmdline partition parsingGravatar Paul Gortmaker 1-2/+7
2013-09-11block: support embedded device command line partitionGravatar Cai Zhiyong 1-0/+6
2013-02-22block: don't select PERCPU_RWSEMGravatar Mikulas Patocka 1-1/+0
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMGravatar Oleg Nesterov 1-0/+1