summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bcache: Fix kernel-doc warningsBart Van Assche2018-03-194-15/+14
* bcache: Annotate switch fall-throughBart Van Assche2018-03-191-0/+7
* bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-191-2/+3
* bcache: Fix indentationBart Van Assche2018-03-192-2/+2
* bcache: add io_disable to struct cached_devColy Li2018-03-195-3/+67
* bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-193-16/+79
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-194-15/+16
* bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-191-3/+6
* bcache: fix error return value in memory shrinkTang Junhui2018-03-191-1/+1
* bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-191-1/+1
* bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-191-7/+51
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-193-10/+94
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1910-30/+116
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-194-10/+69
* bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-191-3/+17
* bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-193-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-091-1/+1
* Documentation/cdrom: update cdrom-standard.tex for kernel changesRandy Dunlap2018-03-091-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-071-3/+23
* block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei2018-03-061-21/+25
* staging: rts5208: rename SG_END macroArnd Bergmann2018-03-012-11/+11
* misc: rtsx: rename SG_END macroArnd Bergmann2018-03-012-8/+8
* block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-282-7/+31
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-283-14/+20
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-2810-12/+15
* zram: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-1/+1