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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
mmc/block: remove a call to blk_queue_bounce_limit
Christoph Hellwig
1
-1
/
+0
2017-06-27
dm: don't set bounce limit
Christoph Hellwig
1
-1
/
+0
2017-06-27
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
12
-0
/
+13
2017-06-27
block: don't set bounce limit in blk_init_allocated_queue
Christoph Hellwig
1
-0
/
+5
2017-06-27
blk-mq: don't bounce by default
Christoph Hellwig
2
-6
/
+0
2017-06-27
block: don't bother with bounce limits for make_request drivers
Christoph Hellwig
6
-6
/
+0
2017-06-27
blk-map: call blk_queue_bounce from blk_rq_append_bio
Christoph Hellwig
1
-4
/
+1
2017-06-27
pktcdvd: remove the call to blk_queue_bounce
Christoph Hellwig
1
-2
/
+0
2017-06-27
nvme: add support for streams and directives
Jens Axboe
2
-4
/
+151
2017-06-27
lightnvm: if LUNs are already allocated fix return
Rakesh Pandit
1
-2
/
+3
2017-06-26
lightnvm: pblk: fail gracefully on irrec. error
Javier González
11
-114
/
+332
2017-06-26
lightnvm: pblk: set mempool and workqueue params.
Javier González
4
-20
/
+44
2017-06-26
lightnvm: pblk: redesign GC algorithm
Javier González
6
-278
/
+368
2017-06-26
lightnvm: pblk: add lock assertions on helpers
Javier González
1
-0
/
+4
2017-06-26
lightnvm: pblk: cleanup unnecessary code
Javier González
2
-7
/
+0
2017-06-26
lightnvm: pblk: set metadata list for all I/Os
Javier González
2
-38
/
+54
2017-06-26
lightnvm: pblk: choose optimal victim GC line
Javier González
1
-1
/
+15
2017-06-26
lightnvm: pblk: decouple bad block from line alloc
Javier González
1
-16
/
+37
2017-06-26
lightnvm: pblk: simplify meta. memory allocation
Javier González
4
-8
/
+8
2017-06-26
lightnvm: pblk: issue multiplane reads if possible
Javier González
4
-12
/
+51
2017-06-26
lightnvm: pblk: delete redundant buffer pointer
Javier González
7
-41
/
+11
2017-06-26
lightnvm: pblk: delete redundant debug line stat
Javier González
1
-5
/
+3
2017-06-26
lightnvm: pblk: sched. metadata on write thread
Javier González
8
-285
/
+673
2017-06-26
lightnvm: pblk: rename read request pool
Javier González
5
-37
/
+38
2017-06-26
lightnvm: pblk: generalize erase path
Javier González
6
-90
/
+116
2017-06-26
lightnvm: pblk: expose max sec per write on sysfs
Javier González
4
-1
/
+48
2017-06-26
lightnvm: pblk: add debug stat for read cache hits
Javier González
4
-1
/
+10
2017-06-26
lightnvm: pblk: spare double cpu_to_le64 calc.
Javier González
2
-4
/
+5
2017-06-26
lightnvm: propagate right error code to target
Javier González
1
-1
/
+1
2017-06-26
lightnvm: re-convert ppa format on I/O failure
Javier González
1
-1
/
+7
2017-06-23
mtip32xx: fix up the checking for internal command failure
Jens Axboe
1
-17
/
+4
2017-06-22
Merge commit '8e8320c9315c' into for-4.13/block
Jens Axboe
9
-65
/
+74
2017-06-20
block: Change argument type of scsi_req_init()
Bart Van Assche
3
-3
/
+5
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
21
-28
/
+19
2017-06-20
null_blk: add support for shared tags
Jens Axboe
1
-42
/
+70
2017-06-20
Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...
Jens Axboe
3
-41
/
+26
2017-06-18
nvme: host: unquiesce queue in nvme_kill_queues()
Ming Lei
1
-0
/
+6
2017-06-18
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
3
-4
/
+4
2017-06-18
block: remove bio_clone() and all references.
NeilBrown
1
-1
/
+1
2017-06-18
bcache: use kmalloc to allocate bio in bch_data_verify()
NeilBrown
1
-1
/
+1
2017-06-18
xen-blkfront: remove bio splitting.
NeilBrown
1
-51
/
+3
2017-06-18
lightnvm/pblk-read: use bio_clone_fast()
NeilBrown
3
-2
/
+13
2017-06-18
pktcdvd: use bio_clone_fast() instead of bio_clone()
NeilBrown
1
-2
/
+10
2017-06-18
drbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
3
-1
/
+13
2017-06-18
rbd: use bio_clone_fast() instead of bio_clone()
NeilBrown
1
-1
/
+15
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
5
-7
/
+16
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
12
-13
/
+13
2017-06-18
blk: remove bio_set arg from blk_queue_split()
NeilBrown
10
-11
/
+11
2017-06-18
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
1
-1
/
+7
2017-06-16
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block
Jens Axboe
41
-632
/
+869
[next]