index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
11
-86
/
+76
2016-11-09
skd: fix function prototype
Arnd Bergmann
1
-2
/
+2
2016-11-09
skd: fix msix error handling
Arnd Bergmann
1
-2
/
+3
2016-11-08
block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH
Jens Axboe
1
-0
/
+7
2016-11-08
writeback: track if we're sleeping on progress in balance_dirty_pages()
Jens Axboe
3
-0
/
+4
2016-11-07
skd_main: use %*ph to dump small buffers
Andy Shevchenko
1
-12
/
+4
2016-11-07
skd: use pci_alloc_irq_vectors
Christoph Hellwig
1
-146
/
+66
2016-11-07
pktcdvd: don't scribble over the bvec array
Christoph Hellwig
1
-41
/
+6
2016-11-06
blk-mq: Always schedule hctx->next_cpu
Gabriel Krisman Bertazi
1
-3
/
+1
2016-11-05
block: add code to track actual device queue depth
Jens Axboe
3
-0
/
+26
2016-11-03
blk-mq: immediately dispatch big size request
Shaohua Li
1
-1
/
+6
2016-11-03
block: immediately dispatch big size request
Shaohua Li
2
-1
/
+4
2016-11-03
block: drop q argument from bsg_validate_sgv4_hdr
Johannes Thumshirn
1
-2
/
+2
2016-11-02
nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
1
-14
/
+2
2016-11-02
nvme: Fix a race condition related to stopping queues
Bart Van Assche
1
-1
/
+1
[next]