aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unlock}()Bart Van Assche1-2/+2
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche1-3/+3
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche1-0/+2
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2-3/+3
2018-03-18bcache: Remove an unused variableBart Van Assche1-2/+0
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche4-15/+14
2018-03-18bcache: Annotate switch fall-throughBart Van Assche1-0/+7
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche1-2/+3
2018-03-18bcache: Fix indentationBart Van Assche2-2/+2
2018-03-18bcache: add io_disable to struct cached_devColy Li5-3/+67
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li3-16/+79
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu4-15/+16
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui1-3/+6
2018-03-18bcache: fix error return value in memory shrinkTang Junhui1-1/+1
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui1-1/+1
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui1-7/+51
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li3-10/+94
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li10-30/+116
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li4-10/+69
2018-03-18bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li1-3/+17
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li3-6/+8
2018-03-17block: bio_check_eod() needs to consider partitionsChristoph Hellwig1-53/+40
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche13-41/+38
2018-03-17blk-mq-debugfs: Show more request state informationBart Van Assche1-1/+15
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi2-16/+63
2018-03-16block: sed-opal: fix u64 short atom lengthJonas Rabenstein1-7/+4
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig7-217/+250
2018-03-13bsg-lib: remove bsg_job.reqChristoph Hellwig2-9/+6
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig3-2/+5
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2-7/+2
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2-5/+1
2018-03-09MAINTAINERS: add coverage for drivers/blockRoss Zwisler1-0/+1
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche1-2/+2
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi5-3/+9
2018-03-08Documentation/cdrom: fix German sharp s in LaTexRandy Dunlap1-1/+1
2018-03-08Documentation/cdrom: update cdrom-standard.tex for kernel changesRandy Dunlap1-9/+20
2018-03-08block: Move the queue_flag_*() functions from a public into a private header fileBart Van Assche2-69/+69
2018-03-08block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche1-0/+6
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche38-89/+89
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-03-08iscsi: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-03-08bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche1-3/+3
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche1-4/+4
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche2-4/+4
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche6-49/+93
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche4-7/+7
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche1-11/+11
2018-03-06block: sed-opal: fix response string extractionJonas Rabenstein1-3/+23
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei1-21/+25
2018-03-01staging: rts5208: rename SG_END macroArnd Bergmann2-11/+11