index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-28
blk-wbt: allow wbt to be enabled always through sysfs
Jens Axboe
3
-7
/
+29
2016-11-28
blk-wbt: cleanup disable-by-default for CFQ
Jens Axboe
3
-10
/
+13
2016-11-28
blk-wbt: allow reset of default latency through sysfs
Jens Axboe
4
-12
/
+37
2016-11-22
nbd: fix setting of 'error' in NBD_DO_IT ioctl
Jens Axboe
1
-2
/
+5
2016-11-22
nbd: move multi-connection bit to unused value
Jens Axboe
1
-1
/
+1
2016-11-22
nbd: add multi-connection support
Josef Bacik
2
-148
/
+243
2016-11-22
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
Tejun Heo
2
-5
/
+7
2016-11-22
fs: logfs: remove unnecesary check
Ming Lei
1
-1
/
+0
2016-11-22
fs: logfs: use bio_add_page() in do_erase()
Ming Lei
1
-29
/
+15
2016-11-22
fs: logfs: use bio_add_page() in __bdev_writeseg()
Ming Lei
1
-31
/
+20
2016-11-22
fs: logfs: convert to bio_add_page() in sync_request()
Ming Lei
1
-5
/
+1
2016-11-22
bcache: debug: avoid accessing .bi_io_vec directly
Ming Lei
1
-3
/
+8
2016-11-22
target: avoid accessing .bi_vcnt directly
Ming Lei
1
-6
/
+2
2016-11-22
block: floppy: use bio_add_page()
Ming Lei
1
-5
/
+2
2016-11-22
block: drbd: remove impossible failure handling
Ming Lei
1
-13
/
+1
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
17
-50
/
+28
2016-11-22
block_dev: get rid of blksize bits calculation
Jens Axboe
1
-4
/
+4
2016-11-22
block_dev: Fixed direct I/O bio sector calculation
Damien Le Moal
1
-2
/
+2
2016-11-21
block: apply blk_partition_remap to REQ_OP_ZONE_RESET
Shaun Tancheff
1
-1
/
+6
2016-11-21
block: clear all of bi_opf in bio_set_op_attrs
Christoph Hellwig
1
-2
/
+5
2016-11-21
pktcdvd: mark as unmaintained and deprecated
Jens Axboe
2
-3
/
+6
2016-11-18
block: Change extern inline to static inline
Tobias Klauser
1
-1
/
+1
2016-11-18
skd_main: drop duplicate header scatterlist.h
Geliang Tang
1
-1
/
+0
2016-11-17
block: document the 'io_poll_delay' queue sysfs file
Jens Axboe
1
-0
/
+14
2016-11-17
block: new direct I/O implementation
Christoph Hellwig
1
-4
/
+162
2016-11-17
block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNC
Jens Axboe
1
-2
/
+12
2016-11-17
block: support a full bio worth of IO for simplified bdev direct-io
Jens Axboe
1
-4
/
+15
2016-11-17
blk-mq: make the polling code adaptive
Jens Axboe
3
-12
/
+83
2016-11-17
blk-mq: implement hybrid poll mode for sync O_DIRECT
Jens Axboe
4
-0
/
+81
2016-11-17
block: fast-path for small and simple direct I/O requests
Christoph Hellwig
1
-0
/
+80
2016-11-17
nbd: fix use-after-free of rq/bio in the xmit path
Jens Axboe
1
-9
/
+23
2016-11-16
blk-wbt: fix old-style function declaration
Arnd Bergmann
1
-1
/
+1
2016-11-16
null_blk: add usage hints for NVM
Yasuaki Ishimatsu
2
-1
/
+2
2016-11-16
block: deal with stale req count of plug list
Ming Lei
2
-1
/
+11
2016-11-15
scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OK
Omar Sandoval
1
-3
/
+3
2016-11-15
nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
Omar Sandoval
4
-10
/
+10
2016-11-14
loop: return proper error from loop_queue_rq()
Omar Sandoval
1
-1
/
+1
2016-11-14
sd_zbc: Force use of READ16/WRITE16
Damien Le Moal
1
-0
/
+4
2016-11-14
bsg: Add sparse annotations to bsg_request_fn()
Bart Van Assche
1
-0
/
+2
2016-11-11
blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1
Jens Axboe
1
-6
/
+6
2016-11-11
blk-wbt: remove stat ops
Jens Axboe
3
-43
/
+8
2016-11-11
blk-wbt: store queue instead of bdi
Jens Axboe
2
-11
/
+13
2016-11-11
block: move poll code to blk-mq
Jens Axboe
5
-49
/
+57
2016-11-11
Block: mtip32xx: Improvement in code readability when memdup_user() fails.
Sachin Shukla
1
-9
/
+5
2016-11-11
blk-mq: blk_mq_try_issue_directly() should lookup hardware queue
Jens Axboe
1
-4
/
+4
2016-11-10
block: hook up writeback throttling
Jens Axboe
8
-4
/
+181
2016-11-10
blk-wbt: add general throttling mechanism
Jens Axboe
4
-0
/
+1054
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
10
-3
/
+427
2016-11-10
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
1
-1
/
+1
2016-11-10
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
5
-11
/
+21
[next]