summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka2018-03-211-2/+2
* block: use 32-bit blk_status_t on AlphaMikulas Patocka2018-03-211-0/+5
* block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche2018-03-191-2/+2
* bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-181-3/+3
* bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-181-0/+2
* bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-182-3/+3
* bcache: Remove an unused variableBart Van Assche2018-03-181-2/+0
* bcache: Fix kernel-doc warningsBart Van Assche2018-03-184-15/+14
* bcache: Annotate switch fall-throughBart Van Assche2018-03-181-0/+7
* bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-181-2/+3
* bcache: Fix indentationBart Van Assche2018-03-182-2/+2
* bcache: add io_disable to struct cached_devColy Li2018-03-185-3/+67
* bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-183-16/+79
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-184-15/+16
* bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-181-3/+6
* bcache: fix error return value in memory shrinkTang Junhui2018-03-181-1/+1
* bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-181-1/+1
* bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-181-7/+51
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-183-10/+94
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1810-30/+116
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-184-10/+69
* bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-181-3/+17
* bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-183-6/+8
* block: bio_check_eod() needs to consider partitionsChristoph Hellwig2018-03-171-53/+40
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-1713-41/+38
* blk-mq-debugfs: Show more request state informationBart Van Assche2018-03-171-1/+15
* blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi2018-03-162-16/+63
* block: sed-opal: fix u64 short atom lengthJonas Rabenstein2018-03-161-7/+4
* bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-137-217/+250
* bsg-lib: remove bsg_job.reqChristoph Hellwig2018-03-132-9/+6
* bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-133-2/+5
* direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2018-03-122-7/+2
* direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2018-03-122-5/+1
* MAINTAINERS: add coverage for drivers/blockRoss Zwisler2018-03-091-0/+1
* block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche2018-03-091-2/+2
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-095-3/+9
* Documentation/cdrom: fix German sharp s in LaTexRandy Dunlap2018-03-081-1/+1
* Documentation/cdrom: update cdrom-standard.tex for kernel changesRandy Dunlap2018-03-081-9/+20
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-082-69/+69
* block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche2018-03-081-0/+6
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-0838-89/+89
* target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* iscsi: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche2018-03-081-3/+3
* mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche2018-03-081-4/+4
* block: Protect queue flag changes with the queue lockBart Van Assche2018-03-082-4/+4
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-086-49/+93
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-084-7/+7
* block: Reorder the queue flag manipulation function definitionsBart Van Assche2018-03-081-11/+11
* block: sed-opal: fix response string extractionJonas Rabenstein2018-03-061-3/+23