summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-18bcache: add io_disable to struct cached_devColy Li
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui
2018-03-18bcache: fix error return value in memory shrinkTang Junhui
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li
2018-03-18bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li
2018-03-17block: bio_check_eod() needs to consider partitionsChristoph Hellwig
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-03-17blk-mq-debugfs: Show more request state informationBart Van Assche
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi
2018-03-16block: sed-opal: fix u64 short atom lengthJonas Rabenstein
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig
2018-03-13bsg-lib: remove bsg_job.reqChristoph Hellwig
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov
2018-03-09MAINTAINERS: add coverage for drivers/blockRoss Zwisler
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2018-03-08Documentation/cdrom: fix German sharp s in LaTexRandy Dunlap
2018-03-08Documentation/cdrom: update cdrom-standard.tex for kernel changesRandy Dunlap
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche
2018-03-08block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche
2018-03-08iscsi: Use blk_queue_flag_set()Bart Van Assche
2018-03-08bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche
2018-03-06block: sed-opal: fix response string extractionJonas Rabenstein
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei
2018-03-01staging: rts5208: rename SG_END macroArnd Bergmann
2018-03-01misc: rtsx: rename SG_END macroArnd Bergmann
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-28zram: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-28md: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-28block/loop: Delete gendisk before cleaning up the request queueBart Van Assche
2018-02-28null_blk: add 'requeue' fault attributeJens Axboe
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval