index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
bcache: fix error return value in memory shrink
Tang Junhui
1
-1
/
+1
2018-03-19
bcache: fix incorrect sysfs output value of strip size
Tang Junhui
1
-1
/
+1
2018-03-19
bcache: fix inaccurate io state for detached bcache devices
Tang Junhui
1
-7
/
+51
2018-03-19
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
3
-10
/
+94
2018-03-19
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
10
-30
/
+116
2018-03-19
bcache: stop dc->writeback_rate_update properly
Coly Li
4
-10
/
+69
2018-03-19
bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
Coly Li
1
-3
/
+17
2018-03-19
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
3
-6
/
+8
2018-03-17
block: bio_check_eod() needs to consider partitions
Christoph Hellwig
1
-53
/
+40
2018-03-17
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
13
-41
/
+38
2018-03-17
blk-mq-debugfs: Show more request state information
Bart Van Assche
1
-1
/
+15
2018-03-16
blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()
Joseph Qi
2
-16
/
+63
2018-03-16
block: sed-opal: fix u64 short atom length
Jonas Rabenstein
1
-7
/
+4
2018-03-13
bsg: split handling of SCSI CDBs vs transport requeues
Christoph Hellwig
7
-217
/
+250
2018-03-13
bsg-lib: remove bsg_job.req
Christoph Hellwig
2
-9
/
+6
2018-03-13
bsg-lib: introduce a timeout field in struct bsg_job
Christoph Hellwig
3
-2
/
+5
2018-03-12
direct-io: Remove unused DIO_SKIP_DIO_COUNT logic
Nikolay Borisov
2
-7
/
+2
2018-03-12
direct-io: Remove unused DIO_ASYNC_EXTEND flag
Nikolay Borisov
2
-5
/
+1
2018-03-09
MAINTAINERS: add coverage for drivers/block
Ross Zwisler
1
-0
/
+1
2018-03-09
block: Suppress kernel-doc warnings triggered by blk-zoned.c
Bart Van Assche
1
-2
/
+2
2018-03-09
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
5
-3
/
+9
2018-03-09
Documentation/cdrom: fix German sharp s in LaTex
Randy Dunlap
1
-1
/
+1
2018-03-09
Documentation/cdrom: update cdrom-standard.tex for kernel changes
Randy Dunlap
1
-9
/
+20
2018-03-08
block: Move the queue_flag_*() functions from a public into a private header ...
Bart Van Assche
2
-69
/
+69
2018-03-08
block: Complain if queue_flag_(set|clear)_unlocked() is abused
Bart Van Assche
1
-0
/
+6
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
38
-89
/
+89
2018-03-08
target/tcm_loop: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-03-08
iscsi: Use blk_queue_flag_set()
Bart Van Assche
1
-1
/
+1
2018-03-08
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
1
-3
/
+3
2018-03-08
mtip32xx: Use the blk_queue_flag_*() functions
Bart Van Assche
1
-4
/
+4
2018-03-08
block: Protect queue flag changes with the queue lock
Bart Van Assche
2
-4
/
+4
2018-03-08
block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
Bart Van Assche
6
-49
/
+93
2018-03-08
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
4
-7
/
+7
2018-03-08
block: Reorder the queue flag manipulation function definitions
Bart Van Assche
1
-11
/
+11
2018-03-07
block: sed-opal: fix response string extraction
Jonas Rabenstein
1
-3
/
+23
2018-03-06
block: null_blk: fix 'Invalid parameters' when loading module
Ming Lei
1
-21
/
+25
2018-03-01
staging: rts5208: rename SG_END macro
Arnd Bergmann
2
-11
/
+11
2018-03-01
misc: rtsx: rename SG_END macro
Arnd Bergmann
2
-8
/
+8
2018-02-28
block: Fix a race between request queue removal and the block cgroup controller
Bart Van Assche
2
-7
/
+31
2018-02-28
block: Fix a race between the cgroup code and request queue initialization
Bart Van Assche
3
-14
/
+20
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
10
-12
/
+15
2018-02-28
zram: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-1
/
+1
2018-02-28
md: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-3
/
+3
2018-02-28
block/loop: Delete gendisk before cleaning up the request queue
Bart Van Assche
1
-1
/
+1
2018-02-28
null_blk: add 'requeue' fault attribute
Jens Axboe
1
-12
/
+55
2018-02-28
sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()
Omar Sandoval
2
-5
/
+13
2018-02-28
block: clear ctx pending bit under ctx lock
Omar Sandoval
1
-1
/
+1
2018-02-28
blk-mq-debugfs: Show zone locking information
Bart Van Assche
1
-0
/
+16
2018-02-28
blk-mq-debugfs: Reorder queue show and store methods
Bart Van Assche
1
-65
/
+65
2018-02-28
writeback: remove dead code in wb_blkcg/memcg_offline
Jiufei Xue
1
-2
/
+0
[next]